Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

See the results inside a 3D model

Status
Not open for further replies.

srosset

Electrical
Joined
Feb 10, 2005
Messages
21
Location
CH
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
 
Hello,

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:
nsel,s,loc,x,0,1000 ! input correct membrane radius 
esln,s,1
plnsol,u,x

Regards,
Alex
 
Hi

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
 
This is perfect, thanks a lot.

Samuel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top