This type contains all information on fields with ic and bc Example fields: fluid, species etc. Each field contains one initial condition and array of boundary conditions
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | private | :: | label | field label. Should be unique for each field |
|||
type(mus_field_prop_type), | private | :: | fieldProp | physics parameters (fluid and species) for field |
|||
type(boundary_type), | private, | allocatable | :: | bc(:) | array of field boundary types for each field size: #BCs in the boundary_condition table allocated in mus_load_bc |
||
type(tem_ini_condition_type), | private | :: | ic | initialization case, one initial condition for each field |
|||
type(mus_source_type), | private | :: | source | field source applied only to current field |
|||
type(tem_restart_type), | private | :: | restart | An instance of restart type |