initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / solvers / multiphase / bubbleFoam / DDtU.H
bloba5aad71f41d8edc7329544100469e871a514fb54
2     DDtUa =
3         fvc::ddt(Ua)
4       + fvc::div(phia, Ua)
5       - fvc::div(phia)*Ua;
7     DDtUb =
8         fvc::ddt(Ub)
9       + fvc::div(phib, Ub)
10       - fvc::div(phib)*Ub;