functionObjects: Clear the result field from the objectRegistry if the argument fields are not available

This is needed to handle the processing of many time directories, some
of which may have the required fields and some not.
This commit is contained in:
Henry Weller
2016-05-25 15:40:58 +01:00
parent e9a37fee34
commit 6bc00144fc
35 changed files with 435 additions and 370 deletions

View File

@ -95,6 +95,9 @@ protected:
//- Write field if present in objectRegistry
bool writeField(const word& fieldName);
//- Clear field from the objectRegistry if present
bool clearField(const word& fieldName);
private: