|
MFC
Exascale flow solver
|
Initial-condition state assembled by pre_process: working primitive and conservative fields, temperature, boundary-condition types, and the patch-identity bookkeeping array. More...
Public Attributes | |
| type(scalar_field), dimension(:), allocatable | q_prim_vf |
| Primitive variables. | |
| type(scalar_field), dimension(:), allocatable | q_cons_vf |
| Conservative variables. | |
| type(scalar_field) | q_t_sf |
| Temperature field. | |
| type(integer_field), dimension(:,:), allocatable | bc_type |
| Boundary-condition type fields. | |
| integer(kind=1), dimension(:,:,:), allocatable | patch_id_fp |
| Patch identities bookkeeping. | |
| integer, dimension(:,:,:), allocatable | patch_id_fp |
| Patch identities bookkeeping. | |
Initial-condition state assembled by pre_process: working primitive and conservative fields, temperature, boundary-condition types, and the patch-identity bookkeeping array.
Definition at line 469 of file m_derived_types.fpp.f90.
| type(integer_field), dimension(:,:), allocatable m_derived_types::ic_context::bc_type |
Boundary-condition type fields.
Definition at line 473 of file m_derived_types.fpp.f90.
| integer, dimension(:,:,:), allocatable m_derived_types::ic_context::patch_id_fp |
Patch identities bookkeeping.
Definition at line 477 of file m_derived_types.fpp.f90.
| integer(kind=1), dimension(:,:,:), allocatable m_derived_types::ic_context::patch_id_fp |
Patch identities bookkeeping.
Definition at line 475 of file m_derived_types.fpp.f90.
| type(scalar_field), dimension(:), allocatable m_derived_types::ic_context::q_cons_vf |
Conservative variables.
Definition at line 471 of file m_derived_types.fpp.f90.
| type(scalar_field), dimension(:), allocatable m_derived_types::ic_context::q_prim_vf |
Primitive variables.
Definition at line 470 of file m_derived_types.fpp.f90.
| type(scalar_field) m_derived_types::ic_context::q_t_sf |
Temperature field.
Definition at line 472 of file m_derived_types.fpp.f90.