A time-varying form of a uniform fixed value boundary condition. More...
#include <OpenFOAM/timeVaryingUniformFixedValuePointPatchField.H>
A time-varying form of a uniform fixed value boundary condition.
Definition at line 54 of file timeVaryingUniformFixedValuePointPatchField.H.
Inheritance diagram for timeVaryingUniformFixedValuePointPatchField< Type >:
Collaboration diagram for timeVaryingUniformFixedValuePointPatchField< Type >:Public Member Functions | |
| TypeName ("timeVaryingUniformFixedValue") | |
| Runtime type information.
| |
| timeVaryingUniformFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
| Construct from patch and internal field.
| |
| timeVaryingUniformFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| timeVaryingUniformFixedValuePointPatchField (const timeVaryingUniformFixedValuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
| Construct by mapping given patch field onto a new patch.
| |
| timeVaryingUniformFixedValuePointPatchField (const timeVaryingUniformFixedValuePointPatchField< Type > &) | |
| Construct as copy.
| |
| virtual autoPtr < pointPatchField< Type > > | clone () const |
| Construct and return a clone.
| |
| timeVaryingUniformFixedValuePointPatchField (const timeVaryingUniformFixedValuePointPatchField< 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.
| |
| const interpolationTable< Type > & | timeSeries () const |
| Return the time series used.
| |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field.
| |
| virtual void | write (Ostream &) const |
| Write.
| |
| timeVaryingUniformFixedValuePointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 36 of file timeVaryingUniformFixedValuePointPatchField.C.
| timeVaryingUniformFixedValuePointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 65 of file timeVaryingUniformFixedValuePointPatchField.C.
| timeVaryingUniformFixedValuePointPatchField | ( | const timeVaryingUniformFixedValuePointPatchField< Type > & | ptf, |
| const pointPatch & | p, | ||
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const pointPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given patch field onto a new patch.
Definition at line 49 of file timeVaryingUniformFixedValuePointPatchField.C.
| timeVaryingUniformFixedValuePointPatchField | ( | const timeVaryingUniformFixedValuePointPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 82 of file timeVaryingUniformFixedValuePointPatchField.C.
| timeVaryingUniformFixedValuePointPatchField | ( | const timeVaryingUniformFixedValuePointPatchField< Type > & | ptf, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 95 of file timeVaryingUniformFixedValuePointPatchField.C.
| TypeName | ( | "timeVaryingUniformFixedValue" | ) |
Runtime type information.
| virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from fixedValuePointPatchField< Type >.
Definition at line 103 of file timeVaryingUniformFixedValuePointPatchField.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 fixedValuePointPatchField< Type >.
Definition at line 120 of file timeVaryingUniformFixedValuePointPatchField.H.
| const interpolationTable<Type>& timeSeries | ( | ) | const [inline]
|
Return the time series used.
Definition at line 136 of file timeVaryingUniformFixedValuePointPatchField.H.
| void updateCoeffs | ( | ) | [virtual]
|
Update the coefficients associated with the patch field.
Reimplemented from valuePointPatchField< Type >.
Definition at line 108 of file timeVaryingUniformFixedValuePointPatchField.C.
References Foam::operator==().
| void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from valuePointPatchField< Type >.
Definition at line 121 of file timeVaryingUniformFixedValuePointPatchField.C.