42 #ifndef Foam_genericFvsPatchField_H 43 #define Foam_genericFvsPatchField_H 167 #include "genericFvsPatchField.txx" const DimensionedField< Type, surfaceMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
static tmp< fvsPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
friend Ostream & operator(Ostream &, const fvsPatchField< Type > &)
genericFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
A FieldMapper for finite-volume patch fields.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Fatal.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
tmp< Field< Type > > gradientInternalCoeffs() const
Fatal.
virtual void write(Ostream &) const
Write.
Generic infrastructure for reading/writing unknown patch types.
tmp< Field< Type > > gradientBoundaryCoeffs() const
Fatal.
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Fatal.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
TypeName("generic")
Runtime type information.
virtual void rmap(const fvsPatchField< Type > &, const labelList &)
Reverse map the given fvsPatchField onto this fvsPatchField.
This boundary condition is not designed to be evaluated; it is assumed that the value is assigned via...
A class for managing temporary objects.
This boundary condition provides a generic version of the calculated condition, useful as a fallback ...
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
virtual tmp< fvsPatchField< Type > > clone() const
No clone without an internal field reference.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.