Skip to main content

System Coupling Fortran library 2023 R2

syscgetsetupinfof Interface Reference

Last update: 17.07.2025

Provide an interface to get a setup info type. More...

Public Member Functions

type(syscsetupinfof) function syscgetsetupinfof ()
 Provide a function to get a setup info type. More...
 
type(syscsetupinfof) function syscgetsetupinfof_a (analysisType)
 Provide a function to get a setup info type. More...
 
type(syscsetupinfof) function syscgetsetupinfof_ar (analysisType, restartsSupported)
 Provide a function to get a setup info type. More...
 

Detailed Description

Provide an interface to get a setup info type.

Definition at line 164 of file syscCommonTypesF.fi.

Constructor & Destructor Documentation

◆ syscgetsetupinfof()

Provide a function to get a setup info type.

Analysis type will be set to steady. Restarts supported flag will be set to false.

Returns
a SyscSetupInfoF type.

Definition at line 174 of file syscCommonTypesF.fi.

175!
176 import :: syscsetupinfof
177 type(SyscSetupInfoF) :: ret
178!
179!DIR$ IF DEFINED(_WIN32)
180!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF
181!DIR$ ENDIF
182!

Member Function/Subroutine Documentation

◆ syscgetsetupinfof_a()

type(syscsetupinfof) function syscgetsetupinfof_a ( integer(kind=4), intent(in)  analysisType)

Provide a function to get a setup info type.

Parameters
[in]analysisType- analysis type.

Restarts supported flag will be set to false.

Returns
a SyscSetupInfoF type.

Definition at line 194 of file syscCommonTypesF.fi.

195!
196 import :: syscsetupinfof
197 integer(kind=4), intent(in) :: analysisType
198 type(SyscSetupInfoF) :: ret
199!
200!DIR$ IF DEFINED(_WIN32)
201!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_A
202!DIR$ ENDIF
203!

◆ syscgetsetupinfof_ar()

type(syscsetupinfof) function syscgetsetupinfof_ar ( integer(kind=4), intent(in)  analysisType,
logical, intent(in)  restartsSupported 
)

Provide a function to get a setup info type.

Parameters
[in]analysisType- analysis type.
[in]restartsSupported- restarts supported flag.
Returns
a SyscSetupInfoF type.

Definition at line 214 of file syscCommonTypesF.fi.

216!
217 import :: syscsetupinfof
218 integer(kind=4), intent(in) :: analysisType
219 logical, intent(in) :: restartsSupported
220 type(SyscSetupInfoF) :: ret
221!
222!DIR$ IF DEFINED(_WIN32)
223!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_AR
224!DIR$ ENDIF
225!

Connect with Ansys