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  );
U1
volVectorField & U1
Definition: setRegionFluidFields.H:11
phi1
surfaceScalarField & phi1
Definition: setRegionFluidFields.H:12
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:369
Foam::fac::div
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
Definition: facDiv.C:50
phi2
surfaceScalarField & phi2
Definition: setRegionFluidFields.H:16
Foam::Info
messageStream Info
Information stream (stdout output on master, null elsewhere)
U2
volVectorField & U2
Definition: setRegionFluidFields.H:15
Foam::volVectorField
GeometricField< vector, fvPatchField, volMesh > volVectorField
Definition: volFieldsFwd.H:62
DDtU2
DDtU2
Definition: DDtU.H:8
Foam::fac::ddt
tmp< GeometricField< Type, faPatchField, areaMesh > > ddt(const dimensioned< Type > dt, const faMesh &mesh)
Definition: facDdt.C:47