Skip to main content

System Coupling C library 2024 R2

SyscSetupInfo Struct Reference

Last update: 17.07.2025

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

#include <syscCommonTypes.h>

Data Fields

enum SyscAnalysisType analysisType
 
int restartsSupported
 
enum SyscDimension dimension
 
enum SyscTimeIntegration timeIntegration
 

Detailed Description

Provide a structure for System Coupling setup information.

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

SyscSetupInfo syscGetSetupInfoA(enum SyscAnalysisType analysisType)
Create a setup info struct.
@ SyscSteady
Provide a structure for System Coupling setup information.

Definition at line 172 of file syscCommonTypes.h.

Field Documentation

◆ analysisType

enum SyscAnalysisType SyscSetupInfo::analysisType

Analysis type.

Definition at line 173 of file syscCommonTypes.h.

◆ dimension

enum SyscDimension SyscSetupInfo::dimension

Participant dimension.

Definition at line 175 of file syscCommonTypes.h.

◆ restartsSupported

int SyscSetupInfo::restartsSupported

Flag indicating whether restarts are supported.

Definition at line 174 of file syscCommonTypes.h.

◆ timeIntegration

enum SyscTimeIntegration SyscSetupInfo::timeIntegration

Time integration method

Definition at line 176 of file syscCommonTypes.h.

Connect with Ansys