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 |
Code chunk for post-processing surface fields to VTK PolyData.
Original source file convertSurfaceFields.H
Definition in file convertSurfaceFields.H.
if | ( | doSurfaceFields | ) |
Definition at line 36 of file convertSurfaceFields.H.
References args, fld, Foam::Info, mesh, Foam::nl, nSurfaceScalarField, nSurfaceVectorField, outputName(), Foam::BitOps::print(), regionDir, argList::relativePath(), sScalars, sVectors, and writer().
if | ( | !selectedFaceZones. | empty) &&!mesh.faceZones().empty( | ) |
Definition at line 148 of file convertSurfaceFields.H.
References args, fld, Foam::Info, mesh, Foam::nl, nSurfaceScalarField, nSurfaceVectorField, outputName(), Foam::BitOps::print(), regionDir, argList::relativePath(), sScalars, sVectors, and writer().
label nSurfaceScalarField = -1 |
Definition at line 29 of file convertSurfaceFields.H.
Referenced by if().
label nSurfaceVectorField = -1 |
Definition at line 30 of file convertSurfaceFields.H.
Referenced by if().
PtrList<const surfaceScalarField> sScalars |
Definition at line 32 of file convertSurfaceFields.H.
Referenced by if().
PtrList<const surfaceVectorField> sVectors |
Definition at line 33 of file convertSurfaceFields.H.
Referenced by if().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.