Skip to content
Snippets Groups Projects
Commit 8c51e6d2 authored by Henry Weller's avatar Henry Weller
Browse files

sprayFoam: Explicitly write cloud when not solving flow

parent fb29712c
Branches
Tags
2 merge requests!121Merge develop into master for v1706 release,!99Integration foundation
......@@ -105,6 +105,13 @@ int main(int argc, char *argv[])
combustion->dQ()().write();
}
}
else
{
if (runTime.writeTime())
{
parcels.write();
}
}
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment