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

sprayFoam: Explicitly write cloud when not solving flow

parent eefddbc8
Branches
Tags
No related merge requests found
......@@ -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