Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| 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) |
| |
Original source file writeVolFields.H
InNamespace
Definition in file writeVolFields.H.
◆ ensight_WRITE_FIELD
| #define ensight_WRITE_FIELD |
( |
|
PrimitiveType | ) |
|
Value:writeVolFields<PrimitiveType> \
( \
ensCase, \
ensMesh, \
objects, \
nearCellValue \
)
Referenced by Foam::writeAllVolFields().