sprayFoam: Explicitly write cloud when not solving flow

This commit is contained in:
Henry Weller
2016-12-13 13:19:22 +00:00
parent eefddbc8a8
commit 5514b74922

View File

@ -105,6 +105,13 @@ int main(int argc, char *argv[])
combustion->dQ()().write(); combustion->dQ()().write();
} }
} }
else
{
if (runTime.writeTime())
{
parcels.write();
}
}
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s" Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s" << " ClockTime = " << runTime.elapsedClockTime() << " s"