62 "reconstruct("+ssf.
name()+
')',
75 zeroGradientFvPatchScalarField::typeName
83 label own = owner[facei];
84 label nei = neighbour[facei];
86 rf[own] += (Sf[facei] & (Cf[facei] - C[own]))*ssf[facei]/magSf[facei];
87 rf[nei] -= (Sf[facei] & (Cf[facei] - C[nei]))*ssf[facei]/magSf[facei];
90 const surfaceScalarField::GeometricBoundaryField& bsf = ssf.
boundaryField();
103 label own = pOwner[pFacei];
105 (pSf[pFacei] & (pCf[pFacei] - C[own]))
106 *psf[pFacei]/pMagSf[pFacei];
112 treconField().correctBoundaryConditions();
Mesh data needed to do the Finite Volume discretisation.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
const surfaceVectorField & Sf() const
Return cell face area vectors.
void clear() const
If object pointer points to valid object:
const DimensionedField< scalar, volMesh > & V() const
Return cell volumes.
const dimensionSet dimArea(sqr(dimLength))
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const fileName & instance() const
const labelUList & owner() const
Internal face owner.
Graphite solid properties.
const Mesh & mesh() const
Return mesh.
const surfaceVectorField & Cf() const
Return face centres as surfaceVectorField.
const surfaceScalarField & magSf() const
Return cell face area magnitudes.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const volVectorField & C() const
Return cell centres as volVectorField.
Reconstruct volField from a face flux field.
const dimensionSet & dimensions() const
Return dimensions.
const word & name() const
Return name.
tmp< volScalarField > reconstructMag(const surfaceScalarField &)
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const labelUList & neighbour() const
Internal face neighbour.
A class for managing temporary objects.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.