Loading...
Searching...
No Matches
writeVolFields.H File Reference
Include dependency graph for writeVolFields.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define doLocalWriteCode(Type)

Functions

template<class Type>
bool writeVolField (ensightCase &ensCase, const ensightMesh &ensMesh, const tmp< VolumeField< Type > > &tfield, const bool nearCellValue=false)
template<class Type>
label writeVolFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects, const bool nearCellValue=false)
label writeAllVolFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects, const bool nearCellValue=false)

Detailed Description

Original source file writeVolFields.H

InNamespace

Definition in file writeVolFields.H.

Macro Definition Documentation

◆ doLocalWriteCode

#define doLocalWriteCode ( Type)
Value:
{ \
count += writeVolFields<Type> \
( \
ensCase, \
ensMesh, \
objects, \
nearCellValue \
); \
if (count >= total) break; /* early exit */ \
}