TAGGED: 2D, 2d-axisymmetrical, 3d, apdl-commands, post-processing
-
-
July 19, 2021 at 2:24 pm
MCK_Pandaleon
SubscriberHello,
I am trying to plot a directional deformation vs length of a surface and be able to have access to this plot at all substeps.
Command used : (I found it on a forum and I have tried to solve the errors with commands like 'OUTRES,ALL,ALL')
July 21, 2021 at 7:32 pmmrife
Ansys EmployeeThere seems to be several mistakes here. A Post Processing Command Object should be inserted to the Solution object and not in the Environment (where loads etc are defined). 'SOLVE' is a solution command i.e. when in the /solu processor, and not when in the /post1 processor. Move the command object to the correct location in the Mechanical model tree.
Next the OUTRES command is not needed as its settings can be accessed in the Environment; Analysis Settings -> Details; Output.
Lastly you are *VGET all the nodes, and there are more than 13 nodes, into a table with only 13 rows. That is not going to work. Since you only want to get information on 13 objects you may want to use *get inside a *do/*enddo loop construct instead. And loop over the selected nodes. Hint; create a named selection of the edge in Mechanical. Then use cmsel to select that named selection in the command object.
Mike
Viewing 1 reply thread- The topic ‘Plot directional deformation vs length’ is closed to new replies.
Ansys Innovation SpaceTrending discussionsTop Contributors-
3472
-
1057
-
1051
-
934
-
897
Top Rated Tags© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-
The Ansys Learning Forum is a public forum. You are prohibited from providing (i) information that is confidential to You, your employer, or any third party, (ii) Personal Data or individually identifiable health information, (iii) any information that is U.S. Government Classified, Controlled Unclassified Information, International Traffic in Arms Regulators (ITAR) or Export Administration Regulators (EAR) controlled or otherwise have been determined by the United States Government or by a foreign government to require protection against unauthorized disclosure for reasons of national security, or (iv) topics or information restricted by the People's Republic of China data protection and privacy laws.