Define the field associated to the reference solutions.
|
subroutine | initialize_fields_reference_solution () |
| Allocate memory for the fields of reference solution.
|
|
|
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.
|
|
|
type(t_reference_solution_species_set), dimension(:), allocatable | reference_solution_species |
| Reference solution of the species concentration.
|
|