5 lines
283 B
C
5 lines
283 B
C
const dictionary& alphaControls = mesh.solverDict(alpha1.name());
|
|
label nAlphaCorr(readLabel(alphaControls.lookup("nAlphaCorr")));
|
|
label nAlphaSubCycles(readLabel(alphaControls.lookup("nAlphaSubCycles")));
|
|
Switch MULESCorr(alphaControls.lookupOrDefault<Switch>("MULESCorr", false));
|