alphaSuSp.H
Go to the documentation of this file.
3 
4 volScalarField::Internal divU
5 (
6  mesh.moving()
7  ? fvc::div(phiCN() + mesh.phi())
8  : fvc::div(phiCN())
9 );
10 
11 divU *= interpolatedCells*cellMask;
zeroField Su
Definition: alphaSuSp.H:1
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
Definition: facDiv.C:43
vtkSmartPointer< vtkFloatArray > zeroField(const word &name, const label size)
Create named field initialized to zero.
dynamicFvMesh & mesh
zeroField divU
Definition: alphaSuSp.H:3
tmp< surfaceScalarField > phiCN(alphaPhic)
zeroField Sp
Definition: alphaSuSp.H:2