mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
readme.md file is added for postprocessing
This commit is contained in:
@ -100,6 +100,8 @@ pFlow::postprocessData::postprocessData
|
||||
|
||||
bool pFlow::postprocessData::execute()
|
||||
{
|
||||
if( inSimulation_ && !activeInSimulation_() ) return true;
|
||||
|
||||
const auto& ti = time_.TimeInfo();
|
||||
|
||||
for(auto& component:postprocesses_)
|
||||
@ -118,6 +120,8 @@ bool pFlow::postprocessData::execute()
|
||||
|
||||
bool pFlow::postprocessData::write() const
|
||||
{
|
||||
if( inSimulation_ && !activeInSimulation_() ) return true;
|
||||
|
||||
for(auto& component:postprocesses_)
|
||||
{
|
||||
if(!component->executed())
|
||||
|
Reference in New Issue
Block a user