Skip to main content

System Coupling Fortran library 2024 R2

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.
 
integer(kind=8) timeintegration
 Time integration method.
 

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 165 of file syscCommonTypesF.fi.

Member Data Documentation

◆ analysistype

integer(kind=8) analysistype

Analysis type.

Definition at line 166 of file syscCommonTypesF.fi.

166 integer(kind=8) :: analysisType

◆ dimension

integer(kind=8) dimension

Participant dimension.

Definition at line 168 of file syscCommonTypesF.fi.

168 integer(kind=8) :: dimension

◆ restartssupported

logical(kind=8) restartssupported

Restarts supported flag.

Definition at line 167 of file syscCommonTypesF.fi.

167 logical(kind=8) :: restartsSupported

◆ timeintegration

integer(kind=8) timeintegration

Time integration method.

Definition at line 169 of file syscCommonTypesF.fi.

169 integer(kind=8) :: timeIntegration

Connect with Ansys