Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
| namespace | Foam::functionObjects |
| | Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
|
Original source file fvExpressionField.C
Definition in file fvExpressionField.C.
◆ doLocalCode
| #define doLocalCode |
( |
| GeoField | ) |
|
Value:{ \
\
auto* outPtr = dynamic_cast<GeoField*>(regIOobjectPtr); \
const auto* ptr = driver.isResultType<GeoField>(); \
\
if (outPtr && ptr) \
{ \
applied =
setField(*outPtr, *ptr, fieldMask); \
if (doWrite) \
{ \
outPtr->write(); \
} \
break; \
} \
}
surfacesMesh setField(triSurfaceToAgglom)