type_initail_conditions Derived Type

type, public :: type_initail_conditions


Inherits

type~~type_initail_conditions~~InheritsGraph type~type_initail_conditions type_initail_conditions type~type_initial_local type_initial_local type~type_initail_conditions->type~type_initial_local thermal, hydraulic, porosity type~type_boundary_local_initial type_boundary_local_initial type~type_initial_local->type~type_boundary_local_initial boundary type~type_boundary_local type_boundary_local type~type_boundary_local_initial->type~type_boundary_local

Inherited by

type~~type_initail_conditions~~InheritedByGraph type~type_initail_conditions type_initail_conditions type~type_conditions type_conditions type~type_conditions->type~type_initail_conditions initial_conditions type~type_input type_input type~type_input->type~type_conditions conditions

Components

Type Visibility Attributes Name Initial
type(type_initial_local), public :: hydraulic
type(type_initial_local), public :: porosity
type(type_initial_local), public :: thermal

Source Code

    type :: type_initail_conditions
        type(type_initial_local) :: thermal
        type(type_initial_local) :: hydraulic
        type(type_initial_local) :: porosity
    end type type_initail_conditions