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
BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
combustion
/
rhoReactingFoam
/
UEqn.H
blob
1e626d75b85f487ec98f31131f0c0370f8d639c1
1
fvVectorMatrix UEqn
2
(
3
fvm::ddt(rho, U)
4
+ fvm::div(phi, U)
5
+ turbulence->divDevRhoReff(U)
6
==
7
rho*g
8
);
9
10
UEqn.relax();
11
12
if (pimple.momentumPredictor())
13
{
14
solve(UEqn == -fvc::grad(p));
15
}