DDtU.H
Go to the documentation of this file.
1 {
2  DDtU1 =
3  fvc::ddt(U1)
4  + fvc::div(phi1, U1)
5  - fvc::div(phi1)*U1;
6  MRF.addAcceleration(U1, DDtU1);
7 
8  DDtU2 =
9  fvc::ddt(U2)
10  + fvc::div(phi2, U2)
11  - fvc::div(phi2)*U2;
12  MRF.addAcceleration(U2, DDtU2);
13 }
DDtU2
Definition: DDtU.H:8
surfaceScalarField & phi2
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Definition: fvcDiv.C:47
surfaceScalarField & phi1
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
Definition: fvcDdt.C:45
IOMRFZoneList & MRF
volVectorField & U1
volVectorField & U2