x

ADONIS:
Version 3.90.11 (Released at 07/28/2025)
- A new capability has been implemented to ensure moment continuity between two separate beam elements that share the same structural node

HYRCAN:
Version 3.0.2 (Released at 07/27/2025)
- Bug in adding user defined surface using center and radius is fixed.


radial tension should start by zero stress why it doesnt?(Read 8536 times)
Hello Mr. Roozbeh,

i need you help again!
My question ist: why the radial (the tangential also) ist not beginning at zero and has big difference to the analytical solution. We now, at the first it should be zero, but its not. Here you can see the picture.
Here is the script:
set("gravity",0,9.81)
rect("startPoint",-50,-50,"endPoint",50,50)
circle("centerPoint",0,0,"radius",5,"numSeg",20)
discretize("maxedge",1.5)
gmsh("maxedge",1.5,"elemtype","T3","useNMD","on")
applybc("xyfix","xlim",-50,50,"ylim",-50,50)
initial("sxx",-50e6)
initial("syy",-50e6)
initial("szz",-50e6)
material("create","IsoElastic","matid",1,"matname","Material 1","density",2000,"shear",1.92308e+08,"bulk",4.16667e+08)
material("assign","matid",1,"region",36.0031,-3.52607)
excavate("region",0.927914,0.185583)
solve()
plot("contour","sig1")
queryplot("startPoint",5,0,"endPoint",50,0,"numInterval",25,"plName","query1","plID",1)
plot("chart","table","id1",1)
plot("contour","sig3")
queryplot("startPoint",5,0,"endPoint",50,0,"numInterval",25,"plName","query2","plID",2)

[attachment deleted by admin]



Re: radial tension should start by zero stress why it doesnt? Reply #1 on: January 18, 2025, 08:22:08 pm
You are currently plotting the principal stresses using the provided script, which aligns with the results obtained from other programs.
« Last Edit: January 18, 2025, 08:24:18 pm by Roozbeh »