Loading...
Searching...
No Matches
setConstantMeshDictionaryIO.H
Go to the documentation of this file.
1IOobject dictIO = IOobject::selectIO
2(
3 IOobject
4 (
6 runTime.constant(),
7 mesh,
8 IOobject::MUST_READ_IF_MODIFIED,
9 IOobject::NO_WRITE
10 ),
11 args.getOrDefault<fileName>("dict", "")
12);
dynamicFvMesh & mesh
engineTime & runTime
const word dictName("faMeshDefinition")
IOobject dictIO
Foam::argList args(argc, argv)