OpenFOAM
6
The OpenFOAM Foundation
applications
solvers
multiphase
twoLiquidMixingFoam
alphaControls.H
Go to the documentation of this file.
1
const
dictionary&
alphaControls
=
mesh
.solverDict(
alpha1
.name());
2
3
label
nAlphaSubCycles
(
readLabel
(alphaControls.lookup(
"nAlphaSubCycles"
)));
Foam::label
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Definition:
label.H:59
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:18
alphaControls
const dictionary & alphaControls
Definition:
alphaControls.H:1
alpha1
const volScalarField & alpha1
Definition:
createFieldRefs.H:4
Foam::readLabel
label readLabel(Istream &is)
Definition:
label.H:64
nAlphaSubCycles
label nAlphaSubCycles(readLabel(alphaControls.lookup("nAlphaSubCycles")))
Generated by
1.8.13