Ansys APDL Mesh
Ansys APDL Mesh
(OP)
Hello ,
anyone knows how to do such a much in a circle (2D plane strain) on APDL please ?
anyone knows how to do such a much in a circle (2D plane strain) on APDL please ?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Ansys APDL Mesh
/PB
RE: Ansys APDL Mesh
and I have a question , normally it won't be considered as a circle if I do like what you said ,no ? it will be considered as a cricle that contains hole
RE: Ansys APDL Mesh
Look, you got a few tips on what command to use to do some geometry modelling. The documentation is really good and the few tips I gave you should have been enough to get you started. Below is some APDL-code to generate a model similar to yours. Step through the commands line by line so you will understand what is happening.
BTW, creating a line between two KPs in a cylindrical csys will create an arc.
RE: Ansys APDL Mesh
/prep7
pcirc,1
rectng,-.25,.25,-.25,.25
asba,1,2,,delete,delete
ssln,,.5
allsel
lesize,all,.1
et,1,183
esize,.2
amesh,all
Rick Fischer
Principal Engineer
Argonne National Laboratory
RE: Ansys APDL Mesh
RE: Ansys APDL Mesh
Rick Fischer
Principal Engineer
Argonne National Laboratory
RE: Ansys APDL Mesh
RE: Ansys APDL Mesh
RE: Ansys APDL Mesh
RE: Ansys APDL Mesh
There is no difference in defining loads in /prep7 or in /solu.
RE: Ansys APDL Mesh