Data Structure: User_import_export_control |
|
Description |
Defines input/output control data for user defined external coupling |
Usage |
User_import_export_control NUM=ival where ival is the data structure number |
Description |
Overview ParaGeo plug-in functionality allows user interaction with the data (e.g. variable values, models) during an analysis. The User_import_export_control data structure is used to define control data relative to the import and export of data during an analysis. Such data may comprise: •Whether import data, export data or both is performed during the analysis •The frequency for import/export operations •The coupling process between the external data and ParaGeo
|
Solution_algorithm Solution algorithm for coupled field |
Usage |
||||
|
||||
Description |
||||
Specifies the type of solution algorithm for coupled field. Valid options are: •"Incremental" - Incremental coupling (Default) •"Iterative" - Iterative coupling
|
Data_transfer_type Type of data transfer in coupling algorithm |
Usage |
||||
|
||||
Description |
||||
The data_transfer_type keyword specifies the type of data transfer that will be performed during the analysis. Valid options are: •"ExportOnly" - Export of data only •"ImportOnly" - Import of data only •"ImportExport" - Export and import of data
|
Data_transfer_frequency Input/Output step frequency of user data |
Usage |
||||
|
||||
Description |
||||
Specifies the number of time steps between output/import of data (default 1).
|
Data_transfer_time Output time frequency of user Input/Output data |
Usage |
||||
|
||||
Description |
||||
Specifies the time between each output/import of data operation (Default 0.0 - No output based on time)
|
Coupling_process Path to the coupling process |
Usage |
||||
|
||||
Description |
||||
For coupled processes where data is imported (i.e. Data_transfer_type = "ImportOnly" or Data_transfer_type = "ImportExport") a coupling process must be defined that is executed by ParaGeo to prepare the data for import. The full path to this process must be specified (maximum 256 characters).
|
File_versioning_flag Defines whether file versioning should be used |
Usage |
||||
|
||||
Description |
||||
File versioning flag defining whether file versioning should be added to the output files. Valid values are: •0 - no file versioning (default) •1 - Add file versioning of the form filename_global_00n.ParaExport
|