Skip to main content

System Coupling Fortran library 2024 R2

syscvolumemeshaccessf Interface Reference

Last update: 17.07.2025

Provide function interface for access to volume mesh. More...

Public Member Functions

type(syscvolumemeshf) function syscvolumemeshaccessf (regionname)
 Provide a function protototype for access to volume mesh.
 

Detailed Description

Provide function interface for access to volume mesh.

Definition at line 147 of file syscFunctionTypesF.fi.

Constructor & Destructor Documentation

◆ syscvolumemeshaccessf()

type(syscvolumemeshf) function syscvolumemeshaccessf ( character(len=syscstrlen), intent(in)  regionname)

Provide a function protototype for access to volume mesh.

Parameters
[in]regionName- the name of the region

Definition at line 151 of file syscFunctionTypesF.fi.

152 import :: syscvolumemeshf
153 import :: syscstrlen
154 character(len=SyscStrLen), intent(in) :: regionName
155 type(SyscVolumeMeshF) :: ret

Connect with Ansys