Skip to main content

System Coupling Fortran library 2025 R1

syscgetnumoutputvariablesf Interface Reference

Last update: 17.07.2025

Provide an interface to return the number of output variables. More...

Public Member Functions

integer(kind=8) function syscgetnumoutputvariablesf (region)
 Provide a function to return the number of output variables. More...
 

Detailed Description

Provide an interface to return the number of output variables.

Definition at line 209 of file syscRegionF.fi.

Constructor & Destructor Documentation

◆ syscgetnumoutputvariablesf()

integer(kind=8) function syscgetnumoutputvariablesf ( type(syscregionf), intent(in)  region)

Provide a function to return the number of output variables.

Parameters
[in]region- region
Returns
Number of output variables for the region

Definition at line 217 of file syscRegionF.fi.

218  import :: syscregionf
219  type(SyscRegionF), intent(in) :: region
220  integer(kind=8) :: ret
221 !DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
222 !DIR$ ATTRIBUTES DLLIMPORT :: syscGetNumOutputVariablesF
223 !DIR$ ENDIF

Connect with Ansys