16 lines
276 B
C
16 lines
276 B
C
|
# include "rhoEqn.H"
|
||
|
for (int ocorr=0; ocorr<nOuterCorr; ocorr++)
|
||
|
{
|
||
|
# include "UEqn.H"
|
||
|
|
||
|
# include "hEqn.H"
|
||
|
|
||
|
// --- PISO loop
|
||
|
|
||
|
for (int corr=0; corr<nCorr; corr++)
|
||
|
{
|
||
|
# include "pEqn.H"
|
||
|
}
|
||
|
}
|
||
|
turb[i].correct();
|