We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
General

General

Is there a Fluent UDF macro to access the pseudo-time step?

    • FAQFAQ
      Participant

      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.h We can also access the time scale factor defined in the GUI with: RP_Get_Real(“pseudo-auto-time-step-scale-factor”);