sysc::SetupInfo Struct Reference
Last update: 17.07.2025Provide a structure for System Coupling setup information. More...
#include <CommonTypes.hpp>
Public Member Functions | |
| SetupInfo (enum AnalysisType analysisType) | |
| Provide a constructor for SetupInfo. | |
| SetupInfo (enum AnalysisType analysisType, bool restartsSupported) | |
| Provide a constructor for SetupInfo. | |
| SetupInfo (enum AnalysisType analysisType, bool restartsSupported, enum Dimension dimension) | |
| Provide a constructor for SetupInfo. | |
Public Attributes | |
| AnalysisType | analysisType {Steady} |
| bool | restartsSupported {false} |
| Dimension | dimension {Dimension::D3} |
Detailed Description
Provide a structure for System Coupling setup information.
Definition at line 63 of file CommonTypes.hpp.
Constructor & Destructor Documentation
◆ SetupInfo() [1/3]
|
inline |
Provide a constructor for SetupInfo.
- Parameters
-
[in] analysisType - analysis type.
Definition at line 72 of file CommonTypes.hpp.
73 :
◆ SetupInfo() [2/3]
|
inline |
Provide a constructor for SetupInfo.
- Parameters
-
[in] analysisType - analysis type. [in] restartsSupported - flag indicating whether restarts are supported.
Definition at line 82 of file CommonTypes.hpp.
84 :
◆ SetupInfo() [3/3]
|
inline |
Provide a constructor for SetupInfo.
- Parameters
-
[in] analysisType - analysis type. [in] restartsSupported - flag indicating whether restarts are supported. [in] Dimension - dimension of the participant.
Definition at line 95 of file CommonTypes.hpp.
98 :
Member Data Documentation
◆ analysisType
| AnalysisType sysc::SetupInfo::analysisType {Steady} |
◆ dimension
| Dimension sysc::SetupInfo::dimension {Dimension::D3} |
◆ restartsSupported
| bool sysc::SetupInfo::restartsSupported {false} |
Flag indicating whether restarts are supported.
Definition at line 105 of file CommonTypes.hpp.
105{false};