Formatting
This commit is contained in:
parent
6071684d0f
commit
49124b24c2
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@
|
|||
|
||||
// Get under-relaxation factor
|
||||
scalar UUrf =
|
||||
mesh.solutionDict().equationRelaxationFactor(U.select(pimple.finalIter()));
|
||||
mesh.solutionDict().equationRelaxationFactor
|
||||
(
|
||||
U.select(pimple.finalIter())
|
||||
);
|
||||
|
||||
if (pimple.momentumPredictor())
|
||||
{
|
||||
|
|
Reference in a new issue