Skip to main content

System Coupling Fortran library 2024 R2

syscoutputscalardataaccessf Interface Reference

Last update: 17.07.2025

Provide function interface for access to output scalar data. More...

Public Member Functions

type(syscoutputscalardataf) function syscoutputscalardataaccessf (regionname, variablename)
 Provide a function for access to output scalar data.
 

Detailed Description

Provide function interface for access to output scalar data.

Definition at line 54 of file syscFunctionTypesF.fi.

Constructor & Destructor Documentation

◆ syscoutputscalardataaccessf()

type(syscoutputscalardataf) function syscoutputscalardataaccessf ( character(len=syscstrlen), intent(in)  regionname,
character(len=syscstrlen), intent(in)  variablename 
)

Provide a function for access to output scalar data.

Parameters
[in]regionName- the name of the region
[in]variableName- the name of the variable

Definition at line 60 of file syscFunctionTypesF.fi.

62 import :: syscoutputscalardataf
63 import :: syscstrlen
64 character(len=SyscStrLen), intent(in) :: regionName
65 character(len=SyscStrLen), intent(in) :: variableName
66 type(SyscOutputScalarDataF) :: ret

Connect with Ansys