mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: storePrevIter now handled by solutionControl class
This commit is contained in:
@ -93,7 +93,7 @@ int main(int argc, char *argv[])
|
||||
// mesh.relaxationFactor("alpha")
|
||||
// *(lambda*max(Ua & U, zeroSensitivity) - alpha);
|
||||
alpha +=
|
||||
mesh.relaxationFactor("alpha")
|
||||
mesh.fieldRelaxationFactor("alpha")
|
||||
*(min(max(alpha + lambda*(Ua & U), zeroAlpha), alphaMax) - alpha);
|
||||
|
||||
zeroCells(alpha, inletCells);
|
||||
|
||||
Reference in New Issue
Block a user