repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
heatTransfer
/
chtMultiRegionFoam
/
chtMultiRegionSimpleFoam
/
fluid
/
solveFluid.H
blob
2b6de83ca3dadda1628be14ca5862743135d57e5
1
// Pressure-velocity SIMPLE corrector
2
3
p_rgh.storePrevIter();
4
rho.storePrevIter();
5
{
6
#include "UEqn.H"
7
#include "hEqn.H"
8
#include "pEqn.H"
9
}
10
11
turb.correct();