Is there another way to reduce the time step except making mesh size small?
gslee
New Altair Community Member
Answers
-
You can use the engine option,
/DTIX to manually set a initial and maximum time step for Radioss such as,
/DTIX
1e-9 1e-9
Another option is to reduce the time step scale factor from the default value of 0.9 to say 0.1.
/DT
0.1 0.0
Thanks,
Andy
0 -
Thank you so much
0