ANSYS default variables (parameters) and functions.
ANSYS default variables (parameters) and functions.
(OP)
Hello all,
Could any of you ANSYS experts give me some hints how to chack the entire list of ANSYS default variables (parameters) and functions? Did some search, but couldn't get them.
Thanks in advance.
Jerry.
Could any of you ANSYS experts give me some hints how to chack the entire list of ANSYS default variables (parameters) and functions? Did some search, but couldn't get them.
Thanks in advance.
Jerry.





RE: ANSYS default variables (parameters) and functions.
Take a look at the /STAT command in the documentation. This is the best way to check current parameter values or specifics depending on whether they're scalar or array. If you want to do this interactively you can go to the Parameters pulldown menu and:
For Scalar Parameters-
Parameters -> Scalar Parameters
For Array Parameters-
Parameters -> Array Parameters -> Define/Edit
Sorry if the GUI paths are not exactly correct. I don't have Ansys loaded here at home I'm just going from memory. They should get you close though.
-Brian
RE: ANSYS default variables (parameters) and functions.
Sorry I might not make my question clear enough in the last post. Actually I want to get the list of all the labels (varibles) like UX, UY, UZ, ROTX, ROTY, ROTZ , etc, and all their meaningful definition.
Best,
Jerry
RE: ANSYS default variables (parameters) and functions.
Your question is still pretty vague. Do you want to visualize displacements? Use them within some sort of routine. You need to be more specific Jerry.
-Brian
RE: ANSYS default variables (parameters) and functions.
Bascially I want to get all the labels used in ANSYS. I know some of them like basic ones like UX, ROTX,VOLT, MAG,... etc. But not all of them. The reason I want know this is because I need to do some specific APDL or general programming and some time I don't know the corresponding label used by ANSYS. For example, If I want to do a Thermal analysis, I need to know all the thermal labels like TEMP, TBOT, TE2, TE3, TTOP... in order to do the programming.
On the other hand, it would be nice if I can get all the predefined functions like "ndnext".
Jerry
RE: ANSYS default variables (parameters) and functions.
Valid DOF's are available for each element in the documentation. Maybe someone else will have better feedback for you. Never had the need to do this so I'm not of much help. You may want to contact your ASD to see if they have any answers for you.
-Brian
RE: ANSYS default variables (parameters) and functions.
Jerry