A FixedValue boundary condition for pointField. More...
#include <OpenFOAM/fixedValuePointPatchField.H>
A FixedValue boundary condition for pointField.
Definition at line 50 of file fixedValuePointPatchField.H.
Public Member Functions | |
TypeName ("fixedValue") | |
Runtime type information.
| |
fixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field.
| |
fixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &, const bool valueRequired=true) | |
Construct from patch, internal field and dictionary.
| |
fixedValuePointPatchField (const fixedValuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch.
| |
virtual autoPtr < pointPatchField< Type > > | clone () const |
Construct and return a clone.
| |
fixedValuePointPatchField (const fixedValuePointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual autoPtr < pointPatchField< Type > > | clone (const DimensionedField< Type, pointMesh > &iF) const |
Construct and return a clone setting internal field reference.
| |
virtual void | operator= (const Field< Type > &) |
virtual void | operator= (const Type &) |
Assignment of all entries to the given value.
|
fixedValuePointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 38 of file fixedValuePointPatchField.C.
fixedValuePointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict, | ||
const bool | valueRequired = true
|
||
) |
Construct from patch, internal field and dictionary.
Definition at line 49 of file fixedValuePointPatchField.C.
fixedValuePointPatchField | ( | const fixedValuePointPatchField< Type > & | ptf, |
const pointPatch & | p, | ||
const DimensionedField< Type, pointMesh > & | iF, | ||
const pointPatchFieldMapper & | mapper | ||
) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 62 of file fixedValuePointPatchField.C.
fixedValuePointPatchField | ( | const fixedValuePointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 75 of file fixedValuePointPatchField.C.
TypeName | ( | "fixedValue" | ) |
Runtime type information.
virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from valuePointPatchField< Type >.
Reimplemented in angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingDisplacementPointPatchVectorField, oscillatingVelocityPointPatchVectorField, timeVaryingUniformFixedValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, sixDoFRigidBodyDisplacementPointPatchVectorField, and uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.
Definition at line 89 of file fixedValuePointPatchField.H.
virtual autoPtr<pointPatchField<Type> > clone | ( | const DimensionedField< Type, pointMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from valuePointPatchField< Type >.
Reimplemented in angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingDisplacementPointPatchVectorField, oscillatingVelocityPointPatchVectorField, timeVaryingUniformFixedValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, sixDoFRigidBodyDisplacementPointPatchVectorField, and uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.
Definition at line 109 of file fixedValuePointPatchField.H.
virtual void operator= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from valuePointPatchField< Type >.
Definition at line 128 of file fixedValuePointPatchField.H.
virtual void operator= | ( | const Type & | ) | [inline, virtual]
|
Assignment of all entries to the given value.
Reimplemented from valuePointPatchField< Type >.
Definition at line 131 of file fixedValuePointPatchField.H.