Skip to main content

System Coupling Fortran library 2025 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.
 
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.

Connect with Ansys