mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
sprayFoam: Explicitly write cloud when not solving flow
This commit is contained in:
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user