Is there a Fluent UDF macro to access the pseudo-time step?
Valérie Gelbgras
Member, Employee Posts: 157
✭✭✭✭
Answers
-
If the same pseudo-time step is used for all equations (default), we can access the pseudo time step with:
DUAL_TIMESTEP;
which is defined in flow.hWe can also access the time scale factor defined in the GUI with:
RP_Get_Real("pseudo-auto-time-step-scale-factor");
0