0.6.0
Loading...
Searching...
No Matches
mod_udf_initial_conditions Module Reference

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.
 

Function/Subroutine Documentation

◆ set_energy_initial_conditions()

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.

◆ set_navier_initial_conditions()

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.

◆ set_phase_advection_initial_conditions()

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.

◆ set_species_transport_initial_conditions()

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.