All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
updateFluxes.H
Go to the documentation of this file.
1 //Continuity equation fluxes
2 //---------Start---------
5 phiu = mesh.Sf() & Uf;
6 phiu.setOriented(true);
7 phiwo = mesh.Sf() & (tauQGDf*(Uf & gradUf));
8 phiwo.setOriented(true);
9 
11 //---------End---------
const surfaceScalarField & tauQGDf
Definition: createFields.H:17
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
gradUf
Definition: updateFields.H:34
taubyrhof
Definition: updateFluxes.H:11
tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > qgdInterpolate(const GeometricField< T, Foam::fvPatchField, Foam::volMesh > &psi)
rhof
Definition: updateFields.H:27
Uf
Definition: updateFields.H:30
phiu
——–Start———
Definition: updateFluxes.H:33
phiwo
Definition: updateFluxes.H:8
tmp< surfaceVectorField > grad(const volScalarField &vF)