-
-
October 4, 2017 at 12:20 pmvganoreAnsys Employee
The DSIGNF argument on the /FORMAT command controls how many digits after the decimal points are listed. The default value is 5. You may also need to modify the NWIDTH argument. The /GFORMAT command is used to controls the format of the graphical display of numbers.
-
October 4, 2017 at 2:39 pmpglAnsys Employee
How to control digits after decimal points in APDL?
-
December 12, 2018 at 7:44 pmpneumannSubscriber
In the command (inserted in the solution section), I write
/post1
/format,8,,,,,
with empty spaces for the values that I don't want to change?
even if I fill the other spaces with numbers (in each range according to https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v191/ans_cmd/Hlp_C_FORMAT.html?q=/Format ), the command doesn't work.
I'm new to working with APDL commands, but neither hours of reading forums and tutorials nor trying out in ANSYS WB helped me to get any further
I might have made some basic mistake, forgot some executive command or so. Could you please show me the correct way?
Thankful, Patrick!
-
December 12, 2018 at 11:58 pmSean HarveyAnsys Employee
Hi, Can you share what you are trying to format. Is it the printed listing from say the prnsol command or the like? Â
Â
/post1
/format,8
prnsol,s
Â
In the example above it will change the number of digits for the listing of the node or element number (integer).
You would then need to specify the next field Fype which controls the floating point results such as stress, displacement, etc.
Please try and let us know.
Â
Thank you
Sean
Â
Â
-
December 13, 2018 at 4:50 pmpneumannSubscriber
 I defined joints in a beam model.
So for example joint A, a general joint between two line bodies with free Z rotation.
Â
To get the resulting forces in joint A, I use "Joint Probes", Total Force
displayed in the Detail section above and the Tabular Data:
Â
So now I have 5 significant digits shown in the results. Of course I could increase the number of significant digits to get more digits after decimal point (dadp). But then the number of dadp will always be dependent on how much digits are in front of the decimal point.
I'd prefer to have a consistent number of dadp in my results, for all joint probes.
The propper way seems to be the /format command, but i have no exact idea how to apply this on the joint probe results.
Something in this direction:
/post1
/format,4
force,total
?
Thanks for your help!
Patrick
-
- The topic ‘Control digits after decimal points in APDL’ is closed to new replies.
-
416
-
187
-
167
-
156
-
140
© 2024 Copyright ANSYS, Inc. All rights reserved.