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
ENH: directMappedFixedValue: use different tag
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
combustion
/
engineFoam
/
UEqn.H
blob
eff9e1a5d288a5ffde71f0d800bba9dc80095784
1
fvVectorMatrix UEqn
2
(
3
fvm::ddt(rho, U)
4
+ fvm::div(phi, U)
5
+ turbulence->divDevRhoReff(U)
6
);
7
8
if (pimple.momentumPredictor())
9
{
10
solve(UEqn == -fvc::grad(p));
11
}