Skip to main content

System Coupling Fortran library 2024 R1

syscsetupinfof Type Reference

Last update: 17.07.2025

Provide a type for System Coupling setup information. More...

Public Attributes

integer(kind=8) analysistype
 Analysis type.
 
logical(kind=8) restartssupported
 Restarts supported flag.
 
integer(kind=8) dimension
 Participant dimension.
 

Detailed Description

Provide a type for System Coupling setup information.

To create and/or initialize the SyscSetupInfo struct, it is highly recommended to use one of the functions within the syscGetSetupInfoF interface. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

syscsetupinfo setupinfo = syscgetsetupinfof(syscsteady);

Definition at line 160 of file syscCommonTypesF.fi.

Member Data Documentation

◆ analysistype

integer(kind=8) analysistype

Analysis type.

Definition at line 161 of file syscCommonTypesF.fi.

161 integer(kind=8) :: analysisType

◆ dimension

integer(kind=8) dimension

Participant dimension.

Definition at line 163 of file syscCommonTypesF.fi.

163 integer(kind=8) :: dimension

◆ restartssupported

logical(kind=8) restartssupported

Restarts supported flag.

Definition at line 162 of file syscCommonTypesF.fi.

162 logical(kind=8) :: restartsSupported

Connect with Ansys