functionObjects::fieldExpression: Corrected docs
This commit is contained in:
parent
5c6a393ead
commit
5badb830e9
1 changed files with 2 additions and 2 deletions
|
|
@ -113,10 +113,10 @@ public:
|
|||
//- Read the fieldExpression data
|
||||
virtual bool read(const dictionary&);
|
||||
|
||||
//- Calculate the fieldExpressionergence field
|
||||
//- Calculate the result field
|
||||
virtual bool execute(const bool postProcess = false);
|
||||
|
||||
//- Write the fieldExpressionergence field
|
||||
//- Write the result field
|
||||
virtual bool write(const bool postProcess = false);
|
||||
|
||||
//- Clear the result field from the objectRegistry
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue