Skip to main content

Type fortran::syscregionf undefined

Definition: syscRegionF.fi (line 29)

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:

type(SyscRegionF) :: reg
reg = syscGetRegionF("Wall", SyscSurface)

Members

Public attributes

Variable regionname

Definition: syscRegionF.fi (line 31)

character(len=syscstrlen) regionname

Unique region name.

Type: character(len=syscstrlen)

Variable topology

Definition: syscRegionF.fi (line 33)

integer(kind=4) topology

Region topology.

Type: integer(kind=4)

Variable regiondiscretizationtype

Definition: syscRegionF.fi (line 35)

integer(kind=4) regiondiscretizationtype

Region discretization type.

Type: integer(kind=4)

Variable displayname

Definition: syscRegionF.fi (line 37)

character(len=syscstrlen) displayname

User-friendly region name.

Type: character(len=syscstrlen)