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
/
multiphase
/
twoPhaseEulerFoam
/
DDtU.H
blob
a5aad71f41d8edc7329544100469e871a514fb54
1
{
2
DDtUa =
3
fvc::ddt(Ua)
4
+ fvc::div(phia, Ua)
5
- fvc::div(phia)*Ua;
6
7
DDtUb =
8
fvc::ddt(Ub)
9
+ fvc::div(phib, Ub)
10
- fvc::div(phib)*Ub;
11
}