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_field) | reference_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. | |
Define the field associated to the reference solutions.