mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
for write to file binary MPI
This commit is contained in:
@ -126,6 +126,7 @@ bool pFlow::IOobject::writeObject() const
|
||||
{
|
||||
if(auto ptrOS = outStream(); ptrOS )
|
||||
{
|
||||
pOutput<<"Should write field "<<name() <<" file "<<ptrOS->name()<<endl;
|
||||
return writeObject(ptrOS());
|
||||
}
|
||||
else
|
||||
@ -140,6 +141,7 @@ bool pFlow::IOobject::writeObject() const
|
||||
|
||||
if(auto ptrOS = dummyOutStream(); ptrOS )
|
||||
{
|
||||
pOutput<<"Should write field "<< name()<< " file " <<ptrOS->name()<<endl;
|
||||
return writeObject(ptrOS());
|
||||
}
|
||||
else
|
||||
|
@ -49,6 +49,7 @@ bool pFlow::boundaryExit::beforeIteration
|
||||
)
|
||||
{
|
||||
if(step!= 2 )return true;
|
||||
|
||||
if( !boundaryListUpdate(iterNum))return true;
|
||||
|
||||
// nothing have to be done
|
||||
|
Reference in New Issue
Block a user