Radioss queing using TCL
Hello,
I have created a simulation file in TCL script. If i use loops in the file and wish to create a queing sequence of Radioss. How should the queing be done in TCL.
Generally, In 2017 full version i can run Radioss from desktop and just go on running the .rad files individually it is queued automatically. But how should i do it with a TCL script in hypermesh.
yours sincerely,
kartik kanugo
Find more posts tagged with
Sort by:
1 - 4 of
41
Hello @tinh
Could you tell me if we need to have separate Radioss Engine file. Because I am running the student version of Hypermesh V120 Radioss.
Also In the above code I need to run the code in Hypermesh Run or anywhere else?
yours sincerely,
kartik
You can write a simple proc to be embedded in your tcl script, like this
suppose you have a filelist of radioss files to be run: file1_D00 file2_D00 file3_D00
invoke p_RunRadiossFiles $filelist