Functions/Subroutines | |
| subroutine | set_energy_initial_conditions |
| User initial condition for the energy equation. | |
| subroutine | set_navier_initial_conditions () |
| User Navier-Stokes initial conditions. | |
| subroutine | set_phase_advection_initial_conditions () |
| User initial condition for the phase advection equations. | |
| subroutine | set_species_transport_initial_conditions () |
| User initial condition for the species transport equations. | |
| subroutine mod_udf_initial_conditions::set_energy_initial_conditions |
User initial condition for the energy equation.
This user subroutine helps to set initial conditions of the temperature.
This routine is called before the time loop.
| subroutine mod_udf_initial_conditions::set_navier_initial_conditions |
User Navier-Stokes initial conditions.
This user subroutine helps to set initial conditions of the velocity and pressure.
This routine is called before the time loop.
| subroutine mod_udf_initial_conditions::set_phase_advection_initial_conditions |
User initial condition for the phase advection equations.
This user subroutine helps to set initial conditions of the phase variables.
This routine is called before the time loop.
| subroutine mod_udf_initial_conditions::set_species_transport_initial_conditions |
User initial condition for the species transport equations.
This user subroutine helps to set initial conditions of the species concentration.
This routine is called before the time loop.