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
volVectorField & U2
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
Definition: facDiv.C:43
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:487
tmp< GeometricField< Type, faPatchField, areaMesh > > ddt(const dimensioned< Type > dt, const faMesh &mesh)
Definition: facDdt.C:40
surfaceScalarField & phi1
GeometricField< vector, fvPatchField, volMesh > volVectorField
Definition: volFieldsFwd.H:82
surfaceScalarField & phi2
volVectorField & U1
messageStream Info
Information stream (stdout output on master, null elsewhere)