mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: functionObjects improvements.
- readFields works seamlessly on-the-fly and as postprocessor - new surfaceInterpolateFields to create interpolated field - writeRegisteredObject only check upon writing, not upon startup - add min,max to faceSource
This commit is contained in:
@ -103,11 +103,13 @@ public:
|
||||
opSum,
|
||||
opVolAverage,
|
||||
opVolIntegrate,
|
||||
opWeightedAverage
|
||||
opWeightedAverage,
|
||||
opMin,
|
||||
opMax
|
||||
};
|
||||
|
||||
//- Operation type names
|
||||
static const NamedEnum<operationType, 5> operationTypeNames_;
|
||||
static const NamedEnum<operationType, 7> operationTypeNames_;
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user