A time-varying form of a uniform fixed value boundary condition. More...
#include <finiteVolume/timeVaryingUniformFixedValueFvPatchField.H>
A time-varying form of a uniform fixed value boundary condition.
Example of the boundary condition specification:
inlet
{
typetimeVaryingUniformFixedValue;
fileName"$FOAM_CASE/time-series";
outOfBounds clamp; // (error|warn|clamp|repeat)
}
Definition at line 68 of file timeVaryingUniformFixedValueFvPatchField.H.
Inheritance diagram for timeVaryingUniformFixedValueFvPatchField< Type >:
Collaboration diagram for timeVaryingUniformFixedValueFvPatchField< Type >:Public Member Functions | |
| TypeName ("timeVaryingUniformFixedValue") | |
| Runtime type information.
| |
| timeVaryingUniformFixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
| Construct from patch and internal field.
| |
| timeVaryingUniformFixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| timeVaryingUniformFixedValueFvPatchField (const timeVaryingUniformFixedValueFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given patch field onto a new patch.
| |
| timeVaryingUniformFixedValueFvPatchField (const timeVaryingUniformFixedValueFvPatchField< Type > &) | |
| Construct as copy.
| |
| virtual tmp< fvPatchField< Type > > | clone () const |
| Construct and return a clone.
| |
| timeVaryingUniformFixedValueFvPatchField (const timeVaryingUniformFixedValueFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
| Construct as copy setting internal field reference.
| |
| virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &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.
| |
| timeVaryingUniformFixedValueFvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 34 of file timeVaryingUniformFixedValueFvPatchField.C.
| timeVaryingUniformFixedValueFvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 47 of file timeVaryingUniformFixedValueFvPatchField.C.
References dictionary::found(), Foam::operator==(), and List< Type >::size().
| timeVaryingUniformFixedValueFvPatchField | ( | const timeVaryingUniformFixedValueFvPatchField< Type > & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< Type, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given patch field onto a new patch.
Definition at line 70 of file timeVaryingUniformFixedValueFvPatchField.C.
| timeVaryingUniformFixedValueFvPatchField | ( | const timeVaryingUniformFixedValueFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 85 of file timeVaryingUniformFixedValueFvPatchField.C.
| timeVaryingUniformFixedValueFvPatchField | ( | const timeVaryingUniformFixedValueFvPatchField< Type > & | ptf, |
| const DimensionedField< Type, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 97 of file timeVaryingUniformFixedValueFvPatchField.C.
| TypeName | ( | "timeVaryingUniformFixedValue" | ) |
Runtime type information.
| virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from fixedValueFvPatchField< Type >.
Definition at line 117 of file timeVaryingUniformFixedValueFvPatchField.H.
| virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from fixedValueFvPatchField< Type >.
Definition at line 134 of file timeVaryingUniformFixedValueFvPatchField.H.
| const interpolationTable<Type>& timeSeries | ( | ) | const [inline]
|
Return the time series used.
Definition at line 150 of file timeVaryingUniformFixedValueFvPatchField.H.
| void updateCoeffs | ( | ) | [virtual]
|
Update the coefficients associated with the patch field.
Reimplemented from fvPatchField< Type >.
Definition at line 110 of file timeVaryingUniformFixedValueFvPatchField.C.
| void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from fixedValueFvPatchField< Type >.
Definition at line 127 of file timeVaryingUniformFixedValueFvPatchField.C.