-
-
August 13, 2023 at 8:56 am
22503862
SubscriberI have the following loop to save pictures:
(do ((x 1 (- x 0.5))) ((< x -2))
(ti-menu-load-string (format #f "/display/objects/edit contour surfaces-list (z=~a)" x))
(ti-menu-load-string (format #f "/display/objects/display contour"))
(set! x (* x 1000))
(ti-menu-load-string (format #f "/display/save-picture ./pictures/velocity-contour-z=~a" x))
(set! x (/ x 1000))
)except that it doesn't work. after the (z=~a) in the first line, the surfaces selection does not stop. It actually enters the rest of the commands as one giant string which is plain stupid. I tried q, I tried (), nothing works. what is going on?
-
August 18, 2023 at 4:14 pm
Luca B.
Forum ModeratorHi, what version are you using? please double check the TUI commands ( line 2 ) because it seems not to be updated to the last version.
It should be something like (ti-menu-load-string (format #f "/display/objects/edit contour surfaces-list ~a () () " x))
The behavior you reported is expected, but it should not limit the funcionality. Add a space at the end of each line se correctly separate the commands.
Luca
-
- The topic ‘Scheme loop has wrong interaction’ is closed to new replies.
- air flow in and out of computer case
- Varying Bond model parameters to mimic soil particle cohesion/stiction
- Eroded Mass due to Erosion of Soil Particles by Fluids
- I am doing a corona simulation. But particles are not spreading.
- Guidance needed for Conjugate Heat Transfer Analysis for a 3s3p Li-ion Battery
- Centrifugal Fan Analysis for Determination of Characteristic Curve
- Issue to compile a UDF in ANSYS Fluent
- JACOBI Convergence Issue in ANSYS AQWA
- affinity not set
- Resuming SAG Mill Simulation with New Particle Batch in Rocky
-
3882
-
1414
-
1241
-
1118
-
1015
© 2025 Copyright ANSYS, Inc. All rights reserved.