Skip to main content

System Coupling Fortran library 2024 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.
 
type(syscsetupinfof) function syscgetsetupinfof_a (analysistype)
 Provide a function to get a setup info type.
 
type(syscsetupinfof) function syscgetsetupinfof_ar (analysistype, restartssupported)
 Provide a function to get a setup info type.
 
type(syscsetupinfof) function syscgetsetupinfof_ard (analysistype, restartssupported, dimension)
 Provide a function to get a setup info type.
 
type(syscsetupinfof) function syscgetsetupinfof_ardt (analysistype, restartssupported, dimension, timeintegration)
 Provide a function to get a setup info type.
 

Detailed Description

Provide an interface to get a setup info type.

Definition at line 176 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. Dimension will be set to 3. Time integration will be set to implicit.

Returns
a SyscSetupInfoF type.

Definition at line 188 of file syscCommonTypesF.fi.

189!
190 import :: syscsetupinfof
191 type(SyscSetupInfoF) :: ret
192!
193!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
194!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF
195!DIR$ ENDIF
196!

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. Dimension will be set to 3. Time integration will be set to implicit.

Returns
a SyscSetupInfoF type.

Definition at line 210 of file syscCommonTypesF.fi.

211!
212 import :: syscsetupinfof
213 integer(kind=4), intent(in) :: analysisType
214 type(SyscSetupInfoF) :: ret
215!
216!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
217!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_A
218!DIR$ ENDIF
219!

◆ 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.

Dimension will be set to 3. Time integration will be set to implicit.

Returns
a SyscSetupInfoF type.

Definition at line 233 of file syscCommonTypesF.fi.

235!
236 import :: syscsetupinfof
237 integer(kind=4), intent(in) :: analysisType
238 logical, intent(in) :: restartsSupported
239 type(SyscSetupInfoF) :: ret
240!
241!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
242!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_AR
243!DIR$ ENDIF
244!

◆ syscgetsetupinfof_ard()

type(syscsetupinfof) function syscgetsetupinfof_ard ( integer(kind=4), intent(in)  analysistype,
logical, intent(in)  restartssupported,
integer(kind=8), intent(in)  dimension 
)

Provide a function to get a setup info type.

Parameters
[in]analysisType- analysis type.
[in]restartsSupported- restarts supported flag.
[in]dimension- participant dimension.

Time integration will be set to implicit.

Returns
a SyscSetupInfoF type.

Definition at line 258 of file syscCommonTypesF.fi.

260!
261 import :: syscsetupinfof
262 integer(kind=4), intent(in) :: analysisType
263 logical, intent(in) :: restartsSupported
264 integer(kind=8), intent(in) :: dimension
265 type(SyscSetupInfoF) :: ret
266!
267!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
268!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_ARD
269!DIR$ ENDIF
270!

◆ syscgetsetupinfof_ardt()

type(syscsetupinfof) function syscgetsetupinfof_ardt ( integer(kind=4), intent(in)  analysistype,
logical, intent(in)  restartssupported,
integer(kind=8), intent(in)  dimension,
integer(kind=8), intent(in)  timeintegration 
)

Provide a function to get a setup info type.

Parameters
[in]analysisType- analysis type.
[in]restartsSupported- restarts supported flag.
[in]dimension- participant dimension.
[in]timeIntegration- time integration method.
Returns
a SyscSetupInfoF type.

Definition at line 283 of file syscCommonTypesF.fi.

286!
287 import :: syscsetupinfof
288 integer(kind=4), intent(in) :: analysisType
289 logical, intent(in) :: restartsSupported
290 integer(kind=8), intent(in) :: dimension
291 integer(kind=8), intent(in) :: timeIntegration
292 type(SyscSetupInfoF) :: ret
293!
294!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
295!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_ARDT
296!DIR$ ENDIF
297!

Connect with Ansys