mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
-dry-run : perform check only and no writing -dry-run-write: perform check and write to the next time step. This also triggers function objects that fire on the call to write()
11 lines
222 B
C
11 lines
222 B
C
Foam::argList::addBoolOption
|
|
(
|
|
"dry-run",
|
|
"Check case set-up only using a single time step"
|
|
);
|
|
Foam::argList::addBoolOption
|
|
(
|
|
"dry-run-write",
|
|
"Check case set-up and write only using a single time step"
|
|
);
|