User linear terms. More...
| Functions/Subroutines | |
| subroutine | user_energy_linear_term | 
| User initial condition for the energy equation. | |
| subroutine | user_momentum_linear_term () | 
| User Navier-Stokes initial conditions. | |
| subroutine | user_species_transport_linear_term () | 
| User initial condition for the species transport equations. | |
User linear terms.
| subroutine mod_user_linear_term::user_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_user_linear_term::user_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_user_linear_term::user_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.