MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_derived_types::ic_context Type Reference

Initial-condition state assembled by pre_process: working primitive and conservative fields, temperature, boundary-condition types, and the patch-identity bookkeeping array. More...

Collaboration diagram for m_derived_types::ic_context:
[legend]

Public Attributes

type(scalar_field), dimension(:), allocatable q_prim_vf
 Primitive variables.
type(scalar_field), dimension(:), allocatable q_cons_vf
 Conservative variables.
type(scalar_fieldq_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.

Detailed Description

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.

Member Data Documentation

◆ bc_type

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.

◆ patch_id_fp [1/2]

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.

◆ patch_id_fp [2/2]

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.

◆ q_cons_vf

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.

◆ q_prim_vf

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.

◆ q_t_sf

type(scalar_field) m_derived_types::ic_context::q_t_sf

Temperature field.

Definition at line 472 of file m_derived_types.fpp.f90.


The documentation for this type was generated from the following file: