convertSurfaceFields.H File Reference

Code chunk for post-processing surface fields to VTK PolyData. More...

Go to the source code of this file.

Functions

 if (doSurfaceFields)
 
 if (!selectedFaceZones.empty() &&!mesh.faceZones().empty())
 

Variables

label nSurfaceScalarField = -1
 
label nSurfaceVectorField = -1
 
PtrList< const surfaceScalarField > sScalars
 
PtrList< const surfaceVectorField > sVectors
 

Detailed Description

Code chunk for post-processing surface fields to VTK PolyData.

Original source file convertSurfaceFields.H

Definition in file convertSurfaceFields.H.

Function Documentation

◆ if() [1/2]

if ( doSurfaceFields  )

Definition at line 42 of file convertSurfaceFields.H.

References args, fld(), mesh, nSurfaceScalarField, nSurfaceVectorField, outputName(), regionDir, argList::relativePath(), regIOobject::rename(), sScalars, sVectors, and writer().

Here is the call graph for this function:

◆ if() [2/2]

if ( !selectedFaceZones.  empty) &&!mesh.faceZones().empty()

Definition at line 144 of file convertSurfaceFields.H.

References args, fld(), mesh, nSurfaceScalarField, nSurfaceVectorField, outputName(), regionDir, argList::relativePath(), sScalars, sVectors, and writer().

Here is the call graph for this function:

Variable Documentation

◆ nSurfaceScalarField

label nSurfaceScalarField = -1

Definition at line 35 of file convertSurfaceFields.H.

Referenced by if().

◆ nSurfaceVectorField

label nSurfaceVectorField = -1

Definition at line 36 of file convertSurfaceFields.H.

Referenced by if().

◆ sScalars

PtrList<const surfaceScalarField> sScalars

Definition at line 38 of file convertSurfaceFields.H.

Referenced by if().

◆ sVectors

PtrList<const surfaceVectorField> sVectors

Definition at line 39 of file convertSurfaceFields.H.

Referenced by if().