surfaceWriter.C File Reference
Include dependency graph for surfaceWriter.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define defineSurfaceFieldMethods(ThisClass, Type)
 

Functions

 defineTypeNameAndDebug (surfaceWriter, 0)
 
 defineRunTimeSelectionTable (surfaceWriter, word)
 
 defineRunTimeSelectionTable (surfaceWriter, wordDict)
 

Detailed Description

Original source file surfaceWriter.C

Definition in file surfaceWriter.C.

Macro Definition Documentation

◆ defineSurfaceFieldMethods

#define defineSurfaceFieldMethods (   ThisClass,
  Type 
)
Value:
ThisClass::mergeField(const Field<Type>& fld) const \
{ \
return mergeFieldTemplate(fld); \
} \
\
ThisClass::adjustField \
( \
const word& fieldName, \
const tmp<Field<Type>>& tfield \
) const \
{ \
return adjustFieldTemplate(fieldName, tfield); \
}
Info<< nl<< "Wrote faMesh in vtk format: "<< writer.output().name()<< nl;}{ vtk::lineWriter writer(aMesh.points(), aMesh.edges(), fileName(aMesh.mesh().time().globalPath()/"finiteArea-edges"));writer.writeGeometry();writer.beginCellData(4);writer.writeProcIDs();{ Field< scalar > fld(faMeshTools::flattenEdgeField(aMesh.magLe(), true))
A class for managing temporary objects.
Definition: tmp.H:65

Definition at line 639 of file surfaceWriter.C.