createDDtU.H
Go to the documentation of this file.
1 Info<< "Calculating field DDtU1 and DDtU2\n" << endl;
2
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 );
surfaceScalarField & phi2
surfaceScalarField & phi1
volVectorField & U1
volVectorField & U2
GeometricField< vector, fvPatchField, volMesh > volVectorField
Definition: volFieldsFwd.H:83
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372
DDtU2
Definition: DDtU.H:8