58 ivf[owner[facei]] += issf[facei];
59 ivf[neighbour[facei]] -= issf[facei];
71 ivf[pFaceCells[facei]] += pssf[facei];
92 "surfaceIntegrate("+ssf.
name()+
')',
106 vf.correctBoundaryConditions();
141 "surfaceSum("+ssf.
name()+
')',
154 vf[owner[facei]] += ssf[facei];
155 vf[neighbour[facei]] += ssf[facei];
167 vf[pFaceCells[facei]] += pssf[facei];
171 vf.correctBoundaryConditions();
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField...
#define forAll(list, i)
Loop across all elements in list.
const word & name() const
Return name.
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
const Boundary & boundaryField() const
Return const-reference to the boundary field.
Generic GeometricField class.
Generic dimensioned Type class.
const labelUList & neighbour() const
Internal face neighbour.
const dimensionSet & dimensions() const
Return dimensions.
tmp< DimensionedField< scalar, volMesh > > Vsc() const
Return sub-cycle cell volumes.
Pre-declare SubField and related Field type.
const dimensionSet dimVol
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const Mesh & mesh() const
Return mesh.
const labelUList & owner() const
Internal face owner.
Internal & ref()
Return a reference to the dimensioned internal field.
Mesh data needed to do the Finite Volume discretisation.
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
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.