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. | |
Declaration of variables relative to the equations and models used.
| logical variables_modeling::is_energy = .false. |
Solve the Energy equation.
| logical variables_modeling::is_navier = .false. |
Solve the Navier-Stokes equation.
| logical variables_modeling::is_phase_advection = .false. |
Solve the phase advection equation.
| logical variables_modeling::is_print_general_ibm_detail = .true. |
Print general IBM method details.
| logical variables_modeling::is_print_linear_ibm_details = .true. |
Print Linear IBM Method details.
| logical variables_modeling::is_species_transport = .false. |
Solve the species transport equation.
| logical variables_modeling::is_turbulence = .false. |
Activate turbulence models.