Geometry

Geometry

 

Description

 

Here the keyword *GEOMETRY to perform operation with geometry files is explained. This is required in sub-modelling work-flow to read the sub-model geometry and export the boundaries to create "blank" spatial grids.

 

 

GEOMETRY         Geometry operations

Usage

*GEOMETRY,  TYPE=Operation_type, FILE=File_name

Description

*GEOMETRY is used to perform a geometry operation, e.g. read a geometry file. This is used in sub-modelling work-flow to read the sub-model geometry and export the boundaries to create "blank" spatial grids.

 

Compulsory Parameters

TYPE

Defines the operation type. Valid options are:

- READ

- WRITE

FILE

Defines the name of the file (without extension) to be read / written.

 

 

Examples

 

*GEOMETRY, TYPE=READ, FILE=Model3_geom

 

 

1The file "Model3_geom.geo" will be read.