alphaControls.H
Go to the documentation of this file.
1 const dictionary& alphaControls = mesh.solution().solverDict(alpha1.name());
2 
3 label nAlphaCorr(alphaControls.lookup<label>("nAlphaCorr"));
4 
5 label nAlphaSubCycles(alphaControls.lookup<label>("nAlphaSubCycles"));
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
volScalarField & alpha1(mixture.alpha1())
fvMesh & mesh
const label nAlphaSubCycles(alphaControls.lookup< label >("nAlphaSubCycles"))
const label nAlphaCorr(alphaControls.lookup< label >("nAlphaCorr"))
const dictionary & alphaControls
Definition: alphaControls.H:1