DDtU.H
Go to the documentation of this file.
1 forAllIter(PtrDictionary<phaseModel>, fluid.phases(), iter)
2 {
3  phaseModel& phase = iter();
4 
5  phase.DDtU() =
6  fvc::ddt(phase.U())
7  + fvc::div(phase.phi(), phase.U())
8  - fvc::div(phase.phi())*phase.U();
9 
10  MRF.addAcceleration(phase.U(), phase.DDtU());
11 }
multiphaseSystem & fluid
Definition: createFields.H:10
forAllIter(PtrDictionary< phaseModel >, fluid.phases(), iter)
Definition: DDtU.H:1
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Definition: fvcDiv.C:47
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
Definition: fvcDdt.C:45
IOMRFZoneList & MRF