64 "reconstruct("+ssf.
name()+
')',
79 label own = owner[facei];
80 label nei = neighbour[facei];
82 rf[own] += (Sf[facei] & (Cf[facei] -
C[own]))*ssf[facei]/magSf[facei];
83 rf[nei] -= (Sf[facei] & (Cf[facei] -
C[nei]))*ssf[facei]/magSf[facei];
99 label own = pOwner[pFacei];
101 (pSf[pFacei] & (pCf[pFacei] -
C[own]))
102 *psf[pFacei]/pMagSf[pFacei];
108 treconField.
ref().correctBoundaryConditions();
Graphite solid properties.
const Mesh & mesh() const noexcept
Return const reference to mesh.
const dimensionSet & dimensions() const noexcept
Return dimensions.
GeometricBoundaryField< scalar, fvsPatchField, surfaceMesh > Boundary
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.
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.
A class for managing temporary objects.
void clear() const noexcept
If object pointer points to valid object: delete object and set pointer to nullptr.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
Reconstruct volField from a face flux field.
Namespace of functions to calculate explicit derivatives.
tmp< volScalarField > reconstructMag(const surfaceScalarField &)
GeometricField< vector, fvsPatchField, surfaceMesh > surfaceVectorField
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet dimArea(sqr(dimLength))
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Field< vector > vectorField
Specialisation of Field<T> for vector.
static constexpr const zero Zero
Global zero (0).
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
UList< label > labelUList
A UList of labels.
fvsPatchField< scalar > fvsPatchScalarField
#define forAll(list, i)
Loop across all elements in list.