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: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
lagrangian
/
reactingParcelFoam
/
UEqn.H
blob
31e00d8f35a0fedd2ad576ab4c795e0951ef4c7e
1
fvVectorMatrix UEqn
2
(
3
fvm::ddt(rho, U)
4
+ fvm::div(phi, U)
5
+ turbulence->divDevRhoReff(U)
6
==
7
rho.dimensionedInternalField()*g
8
+ parcels.SU(U)
9
);
10
11
UEqn.relax();
12
13
if (pimple.momentumPredictor())
14
{
15
solve(UEqn == -fvc::grad(p));
16
}