Declaration of variables relative to the equations and models used.
|
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.
|
|