Loading...
Searching...
No Matches
writeAreaFields.H File Reference
Include dependency graph for writeAreaFields.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define doLocalWriteCode(Type)

Typedefs

typedef vtk::uindirectPatchGeoFieldsWriter vtkWriterType_areaMesh

Functions

template<class GeoField>
label writeAreaFields (vtkWriterType_areaMesh &writer, const typename GeoField::Mesh &mesh, const IOobjectList &objects, const bool syncPar)
label writeAllAreaFields (vtkWriterType_areaMesh &writer, const faMesh &mesh, const IOobjectList &objects, const bool syncPar)

Detailed Description

Original source file writeAreaFields.H

Definition in file writeAreaFields.H.

Macro Definition Documentation

◆ doLocalWriteCode

#define doLocalWriteCode ( Type)
Value:
{ \
typedef AreaField<Type> FieldType; \
\
count += writeAreaFields<FieldType> \
( \
writer, \
mesh, \
objects, \
syncPar \
); \
if (count >= total) break; /* early exit */ \
}
vtk::lineWriter writer(edgeCentres, edgeList::null(), fileName(aMesh.time().globalPath()/(vtkBaseFileName+"-edgesCentres")))
dynamicFvMesh & mesh