OpenFOAM
13
The OpenFOAM Foundation
readBPISOControls.H
Go to the documentation of this file.
1
const
dictionary&
Bpiso
=
mesh
.
solution
().
dict
().
subDict
(
"BPISO"
);
2
3
const
int
nBcorr
=
Bpiso
.lookupOrDefault<
int
>(
"nCorrectors"
, 1);
Foam::dictionary::subDict
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Definition:
dictionary.C:849
Foam::fvMesh::solution
const fvSolution & solution() const
Return the fvSolution.
Definition:
fvMesh.C:1810
Foam::solution::dict
const dictionary & dict() const
Return the selected sub-dictionary of solvers if the "select".
Definition:
solution.C:329
mesh
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
nBcorr
const int nBcorr
Definition:
readBPISOControls.H:3
Bpiso
const dictionary & Bpiso
Definition:
readBPISOControls.H:1
applications
legacy
electromagnetics
mhdFoam
readBPISOControls.H
Generated by
1.9.1