Define the variables associated to the reference solutions. More...
| 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. | |
Define the variables associated to the reference solutions.