58 ivf[owner[facei]] += issf[facei];
59 ivf[neighbour[facei]] -= issf[facei];
71 ivf[pFaceCells[facei]] += pssf[facei];
94 "surfaceIntegrate("+ssf.
name()+
')',
113 vf.correctBoundaryConditions();
150 "surfaceSum("+ssf.
name()+
')',
168 vf[owner[facei]] += ssf[facei];
169 vf[neighbour[facei]] += ssf[facei];
181 vf[pFaceCells[facei]] += pssf[facei];
185 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.
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
const dimensionSet dimVol(dimVolume)
Generic GeometricField class.
Generic dimensioned Type class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
const labelUList & neighbour() const
Internal face neighbour.
Pre-declare SubField and related Field type.
tmp< DimensionedField< scalar, volMesh > > Vsc() const
Return sub-cycle cell volumes.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const dimensionSet & dimensions() const
Return dimensions.
Internal & ref()
Return a reference to the dimensioned internal field.
const Mesh & mesh() const
Return mesh.
Mesh data needed to do the Finite Volume discretisation.
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
const labelUList & owner() const
Internal face owner.
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const fileName & instance() const
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
const word & name() const
Return name.