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

Declaration of variables relative to the equations and models used. More...

Variables

logical is_phase_advection = .false.
 Solve the phase advection equation.
 
logical is_energy = .false.
 Solve the Energy equation.
 
logical is_navier = .false.
 Solve the Navier-Stokes equation.
 
logical is_species_transport = .false.
 Solve the species transport equation.
 
logical is_turbulence = .false.
 Activate turbulence models.
 
logical is_print_linear_ibm_details = .true.
 Print Linear IBM Method details.
 
logical is_print_general_ibm_detail = .true.
 Print general IBM method details.
 

Detailed Description

Declaration of variables relative to the equations and models used.

Variable Documentation

◆ is_energy

logical variables_modeling::is_energy = .false.

Solve the Energy equation.

◆ is_navier

logical variables_modeling::is_navier = .false.

Solve the Navier-Stokes equation.

◆ is_phase_advection

logical variables_modeling::is_phase_advection = .false.

Solve the phase advection equation.

◆ is_print_general_ibm_detail

logical variables_modeling::is_print_general_ibm_detail = .true.

Print general IBM method details.

◆ is_print_linear_ibm_details

logical variables_modeling::is_print_linear_ibm_details = .true.

Print Linear IBM Method details.

◆ is_species_transport

logical variables_modeling::is_species_transport = .false.

Solve the species transport equation.

◆ is_turbulence

logical variables_modeling::is_turbulence = .false.

Activate turbulence models.