60 ivf[owner[facei]] += issf[facei];
61 ivf[neighbour[facei]] -= issf[facei];
67 mesh.boundary()[patchi].faceCells();
73 ivf[pFaceCells[facei]] += pssf[facei];
96 "surfaceIntegrate("+ssf.
name()+
')',
147 "surfaceSum("+ssf.
name()+
')',
165 vf[owner[facei]] += ssf[facei];
166 vf[neighbour[facei]] += ssf[facei];
172 mesh.boundary()[patchi].faceCells();
178 vf[pFaceCells[facei]] += pssf[facei];
const dimensionSet & dimensions() const
Return dimensions.
const Mesh & mesh() const
Return mesh.
Generic templated field type.
Generic GeometricField class.
Internal::FieldType & primitiveFieldRef(const bool updateAccessTime=true)
Return a reference to the internal field.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
void correctBoundaryConditions()
Correct boundary field.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
const word & name() const noexcept
Return the object name.
const fileName & instance() const noexcept
Read access to instance path component.
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
A class for managing temporary objects.
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField.
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
static constexpr const zero Zero
Global zero (0)
const dimensionSet dimVol(dimVolume)
Older spelling for dimVolume.
#define forAll(list, i)
Loop across all elements in list.