createDDtU.H
Go to the documentation of this file.
1  Info<< "Calculating field DDtU1 and DDtU2\n" << endl;
2 
3  volVectorField DDtU1
4  (
5  "DDtU1",
6  fvc::ddt(U1)
7  + fvc::div(phi1, U1)
8  - fvc::div(phi1)*U1
9  );
10 
12  (
13  "DDtU2",
14  fvc::ddt(U2)
15  + fvc::div(phi2, U2)
16  - fvc::div(phi2)*U2
17  );
DDtU2
Definition: DDtU.H:8
surfaceScalarField & phi2
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Definition: fvcDiv.C:47
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
surfaceScalarField & phi1
GeometricField< vector, fvPatchField, volMesh > volVectorField
Definition: volFieldsFwd.H:55
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
Definition: fvcDdt.C:45
volVectorField & U1
volVectorField & U2
messageStream Info