mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
@ -290,6 +290,8 @@ void calc
|
|||||||
mesh
|
mesh
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Note: fvOptions not directly used but constructs fvOptions so
|
||||||
|
// e.g. porosity modelling is effective for use in forces fo.
|
||||||
#include "createFvOptions.H"
|
#include "createFvOptions.H"
|
||||||
|
|
||||||
if (phi.dimensions() == dimVolume/dimTime)
|
if (phi.dimensions() == dimVolume/dimTime)
|
||||||
@ -445,6 +447,11 @@ int main(int argc, char *argv[])
|
|||||||
"noFlow",
|
"noFlow",
|
||||||
"suppress creating flow models"
|
"suppress creating flow models"
|
||||||
);
|
);
|
||||||
|
argList::addBoolOption
|
||||||
|
(
|
||||||
|
"noRead",
|
||||||
|
"do not read any field data"
|
||||||
|
);
|
||||||
#include "addDictOption.H"
|
#include "addDictOption.H"
|
||||||
|
|
||||||
#include "setRootCase.H"
|
#include "setRootCase.H"
|
||||||
|
|||||||
Reference in New Issue
Block a user