version 0.6.0
variables_reference_solution Module Reference

Define the variables associated to the reference solutions.

Data Types

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

Functions/Subroutines

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

Variables

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