version 0.6.0
mod_user_source_term Module Reference

User source terms.

Functions/Subroutines

subroutine user_energy_source_term
 User initial condition for the energy equation. More...
 
subroutine user_momentum_source_term ()
 User Navier-Stokes initial conditions. More...
 
subroutine user_species_transport_source_term ()
 User initial condition for the species transport equations. More...
 

Function/Subroutine Documentation

◆ user_energy_source_term()

subroutine mod_user_source_term::user_energy_source_term

This user subroutine helps to set initial conditions of the temperature.

This routine is called before the time loop.

◆ user_momentum_source_term()

subroutine mod_user_source_term::user_momentum_source_term

This user subroutine helps to set initial conditions of the velocity and pressure.

This routine is called before the time loop.

◆ user_species_transport_source_term()

subroutine mod_user_source_term::user_species_transport_source_term

This user subroutine helps to set initial conditions of the species concentration.

This routine is called before the time loop.