TAGGED: mechanical
-
-
May 24, 2024 at 8:51 am
vishwajeet.singh1
SubscriberHi,
I am trying to below command to get results at specified timestep but it is giving error.
#Command
OUTRES,erase
*dim,val,,30
val(1)=0.1,0.2,0.3,0.4,0.5,0.52,0.54,0.56,0.58,0.60,0.62,0.64,0.66,0.68,0.70,0.72,0.74,0.76,0.78,0.80,0.82,0.84,0.86,0.88,0.90,0.92,0.94,0.96,0.98,1.0
OUTRES,all,%val%
Â
Error:Â Â ALLF does not have to be monotonically increasing
Thanks
-
May 29, 2024 at 4:06 pm
mrife
Ansys EmployeeHi Vishwajeet
Using the parameters=value style is a shortcut version of the *SET command. *SET allows up to 10 values to be defined at a time. So the values of val after index 10 are all 0, so the 'monotonically increasing' error is thrown. You can use instead:
val(1) = 0.1,0.2,0.3,0.4,0.5,0.52,0.54,0.56,0.58,0.60
val(11) = 0.62,0.64,0.66,0.68,0.70,0.72,0.74,0.76,0.78,0.80
val(21) = 0.82,0.84,0.86,0.88,0.90,0.92,0.94,0.96,0.98,1.0
Mike
-
May 30, 2024 at 10:41 am
vishwajeet.singh1
SubscriberThanks Mike,
Â
-
- The topic ‘How to stored variable timesteps results ?’ is closed to new replies.
- how to create rays of light passing across a hollow cylinder
- completed the 6 learning track courses but BADAGES are missing
- Why cylindrical coordinate system is rotated
- Innovation Course Stress Analysis in Solid Mechanics
- Not able to get my Badge of the learning track
- Intro to Ansys APDL Scripting Course – Solid Meshing Lesson 3
- Geometry prep for structural simulation using Ansys discovery, Bracket tutorial
- Inertia Relief Analysis of Fixed Wing Drone
-
5694
-
1891
-
1419
-
1305
-
1021
© 2026 Copyright ANSYS, Inc. All rights reserved.