74 "slicedFvPatchField<Type>::" 75 "slicedFvPatchField(const slicedFvPatchField<Type>&, " 76 "const fvPatch&, const Field<Type>&, const fvPatchFieldMapper&)" 93 "slicedFvPatchField<Type>::" 94 "slicedFvPatchField(const Field<Type>&, const dictionary&)" 169 "slicedFvPatchField<Type>::" 182 "slicedFvPatchField<Type>::" 193 "slicedFvPatchField<Type>::" 194 "patchInternalField()" 206 "slicedFvPatchField<Type>::" 207 "patchInternalField(Field<Type>&)" 220 "slicedFvPatchField<Type>::" 221 "patchNeighbourField(const DimensionedField<Type, volMesh>& iField)" 233 "slicedFvPatchField<Type>::" 234 "patchNeighbourField()" 249 "slicedFvPatchField<Type>::" 250 "valueInternalCoeffs(const tmp<scalarField>&)" 265 "slicedFvPatchField<Type>::" 266 "valueBoundaryCoeffs(const tmp<scalarField>&)" 278 "slicedFvPatchField<Type>::" 279 "gradientInternalCoeffs()" 291 "slicedFvPatchField<Type>::" 292 "gradientBoundaryCoeffs()" 303 this->writeEntry(
"value", os);
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
Specialization of fvPatchField which creates the underlying fvPatchField as a slice of the given comp...
virtual tmp< Field< Type > > snGrad() const
Return patch-normal gradient.
Foam::fvPatchFieldMapper.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
static const Field< Type > & null()
Return a null field.
virtual tmp< Field< Type > > patchInternalField() const
Return internal field next to patch as patch field.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Pre-declare SubField and related Field type.
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
void operator=(const T &)
Assignment of all entries to the given value.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const DimensionedField< Type, volMesh > & dimensionedInternalField() const
Return dimensioned internal field reference.
virtual tmp< Field< Type > > patchNeighbourField() const
Return patchField of the values on the patch or on the.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
slicedFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &, const Field< Type > &)
Construct from patch, internal field and field to slice.
#define notImplemented(functionName)
Issue a FatalErrorIn for a function not currently implemented.
const fvPatch & patch() const
Return patch.
A class for managing temporary objects.