readme.md file is added for postprocessing

This commit is contained in:
Hamidreza
2025-04-23 00:47:03 +03:30
parent 8da8afbe63
commit 73f4b35fd4
4 changed files with 511 additions and 87 deletions

View File

@ -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())