DDtU.H
Go to the documentation of this file.
1for (phaseModel& phase : fluid.phases())
2{
3 phase.DDtU() =
4 fvc::ddt(phase.U())
5 + fvc::div(phase.phi(), phase.U())
6 - fvc::div(phase.phi())*phase.U();
7
8 MRF.addAcceleration(phase.U(), phase.DDtU());
9}
IOMRFZoneList & MRF
twoPhaseSystem & fluid