0.6.0
Loading...
Searching...
No Matches
variables_reference_solution Module Reference

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.
 

Detailed Description

Define the variables associated to the reference solutions.

Function/Subroutine Documentation

◆ initialize_variables_reference_solution()

subroutine variables_reference_solution::initialize_variables_reference_solution

Allocate memory for the variables of reference solution.

Variable Documentation

◆ reference_solution_density_initializer

class(t_scalar_initializer), pointer variables_reference_solution::reference_solution_density_initializer => null()

Initializer for the reference solution of the density.

◆ reference_solution_phase_initializer

class(t_phase_initializer), allocatable variables_reference_solution::reference_solution_phase_initializer

Reference phases initializer.

◆ reference_solution_pressure_initializer

class(t_scalar_initializer), pointer variables_reference_solution::reference_solution_pressure_initializer => null()

Initializer for the reference solution of the pressure.

◆ reference_solution_species_initializer

type(t_reference_solution_species_initializer_set), dimension(:), allocatable variables_reference_solution::reference_solution_species_initializer

Reference solution of the species concentration.

◆ reference_solution_temperature_initializer

class(t_scalar_initializer), pointer variables_reference_solution::reference_solution_temperature_initializer => null()

Initializer for the reference solution of the temperature.

◆ reference_solution_velocity_initializer

class(t_vector_initializer), pointer variables_reference_solution::reference_solution_velocity_initializer => null()

Initializer for the reference solution of the velocity.