Go to the source code of this file.
|
| Foam |
|
| Foam::functionObjects |
| Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows by producing additional user-requested data both during runtime and postprocessing calculations, typically in the form of additional logging to the screen, or generating text, image and field files.
|
|
Original source file vtkWrite.C
Definition in file vtkWrite.C.
◆ vtkWrite_WRITE_FIELD [1/2]
#define vtkWrite_WRITE_FIELD |
( |
|
FieldType | ) |
|
Value: writeVolFields<FieldType> \
( \
internalWriter, \
patchWriters, \
proxy, \
acceptField \
)
◆ vtkWrite_WRITE_FIELD [2/2]
#define vtkWrite_WRITE_FIELD |
( |
|
FieldType | ) |
|
Value: writeVolFields<FieldType> \
( \
proxy, \
acceptField \
)