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

Define the field associated to the reference solutions. More...

Data Types

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

Functions/Subroutines

subroutine initialize_fields_reference_solution ()
 Allocate memory for the fields of reference solution.
 

Variables

double precision, dimension(:,:,:), allocatable reference_solution_density
 Reference solution of the density.
 
double precision, dimension(:,:,:), allocatable reference_solution_temperature
 Reference solution of the temperature.
 
double precision, dimension(:,:,:), allocatable reference_solution_pressure
 Reference solution of the pressure.
 
type(t_face_fieldreference_solution_velocity
 Reference solution of the velocity.
 
type(t_phase_geometry), dimension(:), allocatable reference_solution_phases
 Reference phases.
 
species concentration
type(t_reference_solution_species_set), dimension(:), allocatable reference_solution_species
 Reference solution of the species concentration.
 

Detailed Description

Define the field associated to the reference solutions.

Function/Subroutine Documentation

◆ initialize_fields_reference_solution()

subroutine fields_reference_solution::initialize_fields_reference_solution

Allocate memory for the fields of reference solution.

Variable Documentation

◆ reference_solution_density

double precision, dimension(:,:,:), allocatable fields_reference_solution::reference_solution_density

Reference solution of the density.

◆ reference_solution_phases

type(t_phase_geometry), dimension(:), allocatable fields_reference_solution::reference_solution_phases

Reference phases.

◆ reference_solution_pressure

double precision, dimension(:,:,:), allocatable fields_reference_solution::reference_solution_pressure

Reference solution of the pressure.

◆ reference_solution_species

type(t_reference_solution_species_set), dimension(:), allocatable fields_reference_solution::reference_solution_species

Reference solution of the species concentration.

◆ reference_solution_temperature

double precision, dimension(:,:,:), allocatable fields_reference_solution::reference_solution_temperature

Reference solution of the temperature.

◆ reference_solution_velocity

type(t_face_field) fields_reference_solution::reference_solution_velocity

Reference solution of the velocity.