Skip to main content

Import

Import the field from an external file.

Inherited from AbstractField_

Interface

INTERFACE
SUBROUTINE Import( obj, hdf5, group, dom )
CLASS( ScalarField_ ), INTENT( INOUT ) :: obj
TYPE( HDF5File_ ), INTENT( INOUT ) :: hdf5
CHARACTER( LEN = * ), INTENT( IN ) :: group
TYPE( Domain_ ), TARGET, INTENT( IN ) :: dom
END SUBROUTINE Import
END INTERFACE

The Schema of HDF5File_, which is used for import and export calls, is given below.

VariableData typeValueComment
nameStringName of the scalar field
fieldTypeStringNORMAL, CONSTANT
engineStringNATIVE_SERIALThis is constant variable, it tells constructor about the engine name
dofDOF_Group(/)See DOF_ class for more details
realVecRealVector_Group(/)See RealVector_ class for more details