Functions/Subroutines | |
| subroutine | set_energy_linear_term |
| User initial condition for the energy equation. | |
| subroutine | set_momentum_linear_term () |
| User Navier-Stokes initial conditions. | |
| subroutine | set_species_transport_linear_term () |
| User initial condition for the species transport equations. | |
| subroutine mod_udf_linear_terms::set_energy_linear_term |
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_linear_terms::set_momentum_linear_term |
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_linear_terms::set_species_transport_linear_term |
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.