59#ifndef clampedPlateFaPatchField_H
60#define clampedPlateFaPatchField_H
74class clampedPlateFaPatchField
76 public faPatchField<Type>
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic templated field type.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
label size() const noexcept
The number of elements in the UList.
commsTypes
Types of communications.
This BC provides a clamped BC. It sets zero fixe value and zeroGradient.
virtual tmp< faPatchField< Type > > clone() const
Construct and return a clone.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
TypeName("clampedPlate")
Runtime type information.
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
virtual ~clampedPlateFaPatchField()
Destructor.
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
virtual tmp< faPatchField< Type > > clone(const DimensionedField< Type, areaMesh > &iF) const
Construct and return a clone setting internal field reference.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A FieldMapper for finite-area patch fields.
faPatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cover...
Finite area patch class. Used for 2-D non-Euclidian finite area method.
A class for managing temporary objects.
static constexpr const zero Zero
Global zero (0)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.