mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Utility postProcess is modified to be used in Version 1.0
- counting dictionary is added to postProcess - Code need to be modified to cleaned (fields in the repository should be removed onces postProcess is passed the next time step)
This commit is contained in:
@ -144,7 +144,8 @@ bool pFlow::repository::addToRepository(IOobject* io)
|
||||
if( !objects_.insertIf(io->name(), io ) )
|
||||
{
|
||||
warningInFunction<<
|
||||
"Failed to add object " << io->name() <<
|
||||
"Failed to add object " << io->name() <<
|
||||
" with type "<< lookupObjectTypeName(io->name())<<
|
||||
" to repository " << this->name() <<
|
||||
". It is already in this repository. \n";
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user