Updated for PC-MULES

This commit is contained in:
Henry
2013-11-25 08:33:02 +00:00
parent e1887bd063
commit e3e04be28a

View File

@ -10,3 +10,11 @@ bool alphaOuterCorrectors
(
alphaControls.lookupOrDefault<Switch>("alphaOuterCorrectors", false)
);
// Apply the compression correction from the previous iteration
// Improves efficiency for steady-simulations but can only be applied
// once the alpha field is reasonably steady, i.e. fully developed
bool alphaApplyPrevCorr
(
alphaControls.lookupOrDefault<Switch>("alphaApplyPrevCorr", false)
);