Include

Include

 

Description

 

Here *INCLUDE keyword and its corresponding parameters are described. This keyword facilitates definition of some problem data in separate files and then include that data into the simulation. Note that all included files should be placed on the same folder as the main model definition input data file.

 

 

INCLUDE    Include files with data

Usage

* INCLUDE,  INPUT/FILE=File_Name.extension

Description

Defines that a file with data should be included into the main data file. This is used to create an Include ParaGeo data structure.

 

Compulsory Parameters

INPUT/FILE

Defines the name of the file to be included. Note that the included file should be placed in the same folder as the main datafile. Note that INPUT and FILE parameters are equivalent.

 

 

Examples

 

*INCLUDE, FILE=Bound_Base.spat

 

 

1The data in the file "Bound_Base.spat" will be incorporated in the current simulation stage.