syscregionf Type Reference
Last update: 17.07.2025Provide a struct for a System Coupling region. More...
Public Attributes | |
| character(len=syscstrlen) | regionname |
| Unique region name. | |
| integer(kind=4) | topology |
| Region topology. | |
| integer(kind=4) | regiondiscretizationtype |
| Region discretization type. | |
| character(len=syscstrlen) | displayname |
| User-friendly region name. | |
Detailed Description
Provide a struct for a System Coupling region.
Participant can declare which regions can be used in the coupled analysis. Each region can declare its input variables and output variables. Input variables represent physical quantities whose values the participant expects System Coupling to provide. Output variables represent physical quantities whose values System Coupling expects the participant to provide.
To create and/or initialize the SyscRegionF struct, it is highly recommended to use one of the functions within the syscGetRegionF interface. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
Definition at line 29 of file syscRegionF.fi.
Member Data Documentation
◆ displayname
| character(len=syscstrlen) displayname |
User-friendly region name.
Definition at line 37 of file syscRegionF.fi.
◆ regiondiscretizationtype
| integer(kind=4) regiondiscretizationtype |
Region discretization type.
Definition at line 35 of file syscRegionF.fi.
◆ regionname
| character(len=syscstrlen) regionname |
Unique region name.
Definition at line 31 of file syscRegionF.fi.
◆ topology
| integer(kind=4) topology |