mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects::fieldExpression: Corrected docs
This commit is contained in:
@ -113,10 +113,10 @@ public:
|
|||||||
//- Read the fieldExpression data
|
//- Read the fieldExpression data
|
||||||
virtual bool read(const dictionary&);
|
virtual bool read(const dictionary&);
|
||||||
|
|
||||||
//- Calculate the fieldExpressionergence field
|
//- Calculate the result field
|
||||||
virtual bool execute(const bool postProcess = false);
|
virtual bool execute(const bool postProcess = false);
|
||||||
|
|
||||||
//- Write the fieldExpressionergence field
|
//- Write the result field
|
||||||
virtual bool write(const bool postProcess = false);
|
virtual bool write(const bool postProcess = false);
|
||||||
|
|
||||||
//- Clear the result field from the objectRegistry
|
//- Clear the result field from the objectRegistry
|
||||||
|
|||||||
Reference in New Issue
Block a user