IGMBaseLib 1.0
Data Types | Modules | Functions/Subroutines

src/core/field/Physical_Field_Manager.f90 File Reference

Go to the source code of this file.

Data Types

type  Physical_Field_Manager::Physical_Field
 This type is a Base type for some objects to manage the physical field data. More...

Modules

module  Physical_Field_Manager
 

This module provides the base type for some objects to manage the physical field data.


Functions/Subroutines

subroutine, public Physical_Field_Manager::Physical_Field_Init (self, name, field_rank, long_name, units)
 Initialize a variable of derived type Physical_Field.
character(STRING), public Physical_Field_Manager::get_long_field_name (self)
 Get the long name of (or explanation for) the physcial field.
subroutine, public Physical_Field_Manager::set_long_field_name (self, long_name)
 Set the long name of (or explanation for) the physcial field.
character(TOKEN), public Physical_Field_Manager::get_field_units (self)
 Get the unit of the physical field.
subroutine, public Physical_Field_Manager::set_field_units (self, units)
 Set the unit of the physical field.
integer, public Physical_Field_Manager::get_field_rank (self)
 Get the rank of the physical field.
character(TOKEN), public Physical_Field_Manager::get_field_name (self)
 Get the (short) name of the physical field.
subroutine, public Physical_Field_Manager::set_field_name (self, name)
 Set the (short) name of the physical field.
 All Classes Namespaces Files Functions Variables