See the results inside a 3D model
See the results inside a 3D model
(OP)
Hello, This is a really dumb question, but I used to simulate membranes with an axisymmetric model (i.e. representing the cross section). For several reasons, I have now made a 3D model.
According to PLNSOL documentation, I should be able to plot results (for example stress) of the membrane cross section, by selecting the concerned nodes (for ex. NSEL,S,LOC,X,0) followed by PLNSOL,U,X.
But I always end up with solution on the full membrane, which means I can only see the result on the surface of the membrane, but not in a cross-section.
How can I do that?
Thank you in advance for your help.
Samuel
According to PLNSOL documentation, I should be able to plot results (for example stress) of the membrane cross section, by selecting the concerned nodes (for ex. NSEL,S,LOC,X,0) followed by PLNSOL,U,X.
But I always end up with solution on the full membrane, which means I can only see the result on the surface of the membrane, but not in a cross-section.
How can I do that?
Thank you in advance for your help.
Samuel





RE: See the results inside a 3D model
You can select half of the membrane node and then the elements on nodes then plot the results. For example, if the membrane symmetry axis is the z-axis:
CODE
esln,s,1
plnsol,u,x
Regards,
Alex
RE: See the results inside a 3D model
I want to add something to Alex. Its an good way of getting the results but there is an problem.
When your elementnodes aren't on that loc. you will not seen then, you maihgt get a rough surface.
An beter way of doing it to do it grafical.
Make a workplane at the loc. of slice. and then:
/cplane,1
Hoop it helps
Garry
RE: See the results inside a 3D model
And use the:
/type,,1
Grtz
Garry
RE: See the results inside a 3D model
Samuel