functionObjects::writeRegisteredObject -> functionObjects::writeObjects

Added configuration file etc/caseDicts/postProcessing/fields/writeObjects
This commit is contained in:
Henry Weller
2016-06-10 08:28:13 +01:00
parent 950d4a078f
commit 6221186311
7 changed files with 64 additions and 155 deletions

View File

@ -62,7 +62,7 @@ bool Foam::functionObjects::regionFunctionObject::store
<< "Cannot store cache-able field with the named used in the cache."
<< nl
<< " Either choose a different name or cache the field"
<< " and use the 'writeRegisteredObject' functionObject."
<< " and use the 'writeObjects' functionObject."
<< endl;
return false;