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();
174 const fvsPatchField<Type>& pssf = ssf.
boundaryField()[patchi];
178 vf[pFaceCells[facei]] += pssf[facei];
const Mesh & mesh() const noexcept
Return const reference to mesh.
const dimensionSet & dimensions() const noexcept
Return dimensions.
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
Generic GeometricField class.
Internal::FieldType & primitiveFieldRef(const bool updateAccessTime=true)
Return a reference to the internal field values.
void correctBoundaryConditions()
Correct boundary field.
const Boundary & boundaryField() const noexcept
Return const-reference to the boundary field.
@ NO_READ
Nothing to be read.
@ NO_WRITE
Ignore writing from objectRegistry::writeObject().
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.
static const word & extrapolatedCalculatedType() noexcept
The type name for extrapolatedCalculated patch fields combines zero-gradient and calculated.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
A class for managing temporary objects.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField.
Namespace of functions to calculate explicit derivatives.
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).
UList< label > labelUList
A UList of labels.
const dimensionSet dimVol(dimVolume)
Older spelling for dimVolume.
#define forAll(list, i)
Loop across all elements in list.