Skip to main content

System Coupling Fortran library 2023 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. More...
 
logical(kind=8) restartssupported
 Restarts supported flag. More...
 

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

Member Data Documentation

◆ analysistype

integer(kind=8) analysistype

Analysis type.

Definition at line 156 of file syscCommonTypesF.fi.

156 integer(kind=8) :: analysisType

◆ restartssupported

logical(kind=8) restartssupported

Restarts supported flag.

Definition at line 157 of file syscCommonTypesF.fi.

157 logical(kind=8) :: restartsSupported

Connect with Ansys