0.6.0
Loading...
Searching...
No Matches
variables_reference_solution.f90 File Reference

Data Types

type  variables_reference_solution::t_reference_solution_species_initializer_set
 Derived type to store individually the species concentration. More...
 

Modules

module  variables_reference_solution
 Define the variables associated to the reference solutions.
 

Functions/Subroutines

subroutine variables_reference_solution::initialize_variables_reference_solution ()
 Allocate memory for the variables of reference solution.
 

Variables

class(t_scalar_initializer), pointer variables_reference_solution::reference_solution_density_initializer => null()
 Initializer for the reference solution of the density.
 
class(t_scalar_initializer), pointer variables_reference_solution::reference_solution_temperature_initializer => null()
 Initializer for the reference solution of the temperature.
 
class(t_scalar_initializer), pointer variables_reference_solution::reference_solution_pressure_initializer => null()
 Initializer for the reference solution of the pressure.
 
class(t_vector_initializer), pointer variables_reference_solution::reference_solution_velocity_initializer => null()
 Initializer for the reference solution of the velocity.
 
class(t_phase_initializer), allocatable variables_reference_solution::reference_solution_phase_initializer
 Reference phases initializer.
 
species concentration
type(t_reference_solution_species_initializer_set), dimension(:), allocatable variables_reference_solution::reference_solution_species_initializer
 Reference solution of the species concentration.