User initial conditions.
Functions/Subroutines | |
subroutine | user_energy_initial_conditions |
User initial condition for the energy equation. | |
subroutine | user_navier_initial_conditions () |
User Navier-Stokes initial conditions. | |
subroutine | user_phase_advection_initial_conditions () |
User initial condition for the phase advection equations. | |
subroutine | user_species_transport_initial_conditions () |
User initial condition for the species transport equations. | |
subroutine mod_user_initial_conditions::user_energy_initial_conditions |
This user subroutine helps to set initial conditions of the temperature.
This routine is called before the time loop.
subroutine mod_user_initial_conditions::user_navier_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_initial_conditions::user_phase_advection_initial_conditions |
This user subroutine helps to set initial conditions of the phase variables.
This routine is called before the time loop.
subroutine mod_user_initial_conditions::user_species_transport_initial_conditions |
This user subroutine helps to set initial conditions of the species concentration.
This routine is called before the time loop.