STYLE: minor formatting
This commit is contained in:
parent
b0276efa48
commit
05022c373a
@ -1,12 +1,6 @@
|
|||||||
label nAlphaCorr
|
label nAlphaCorr(readLabel(piso.lookup("nAlphaCorr")));
|
||||||
(
|
|
||||||
readLabel(piso.lookup("nAlphaCorr"))
|
|
||||||
);
|
|
||||||
|
|
||||||
label nAlphaSubCycles
|
label nAlphaSubCycles(readLabel(piso.lookup("nAlphaSubCycles"))));
|
||||||
(
|
|
||||||
readLabel(piso.lookup("nAlphaSubCycles"))
|
|
||||||
);
|
|
||||||
|
|
||||||
if (nAlphaSubCycles > 1)
|
if (nAlphaSubCycles > 1)
|
||||||
{
|
{
|
||||||
@ -19,7 +13,7 @@ if (nAlphaSubCycles > 1)
|
|||||||
!(++alphaSubCycle).end();
|
!(++alphaSubCycle).end();
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
# include "alphaEqn.H"
|
#include "alphaEqn.H"
|
||||||
rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi;
|
rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -27,7 +21,7 @@ if (nAlphaSubCycles > 1)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
# include "alphaEqn.H"
|
#include "alphaEqn.H"
|
||||||
}
|
}
|
||||||
|
|
||||||
interface.correct();
|
interface.correct();
|
||||||
|
Loading…
Reference in New Issue
Block a user