Foam::uniformFixedValuePointPatchField. More...
#include <OpenFOAM/uniformFixedValuePointPatchField.H>
Foam::uniformFixedValuePointPatchField.
Definition at line 50 of file uniformFixedValuePointPatchField.H.
Inheritance diagram for uniformFixedValuePointPatchField< Type >:
Collaboration diagram for uniformFixedValuePointPatchField< Type >:Public Member Functions | |
| TypeName ("uniformFixedValue") | |
| Runtime type information.
| |
| uniformFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
| Construct from patch and internal field.
| |
| uniformFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| uniformFixedValuePointPatchField (const uniformFixedValuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
| Construct by mapping given patchField<Type> onto a new patch.
| |
| uniformFixedValuePointPatchField (const uniformFixedValuePointPatchField< Type > &) | |
| Construct as copy.
| |
| virtual autoPtr < pointPatchField< Type > > | clone () const |
| Construct and return a clone.
| |
| uniformFixedValuePointPatchField (const uniformFixedValuePointPatchField< 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 Type & | uniformValue () const |
| Return the fluctuation scale.
| |
| Type & | uniformValue () |
| Return reference to the fluctuation scale to allow adjustment.
| |
| virtual void | write (Ostream &) const |
| Write.
| |
| uniformFixedValuePointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 38 of file uniformFixedValuePointPatchField.C.
| uniformFixedValuePointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 51 of file uniformFixedValuePointPatchField.C.
References Field< Type >::operator=().
| uniformFixedValuePointPatchField | ( | const uniformFixedValuePointPatchField< 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 67 of file uniformFixedValuePointPatchField.C.
| uniformFixedValuePointPatchField | ( | const uniformFixedValuePointPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 82 of file uniformFixedValuePointPatchField.C.
| uniformFixedValuePointPatchField | ( | const uniformFixedValuePointPatchField< Type > & | ptf, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 94 of file uniformFixedValuePointPatchField.C.
| TypeName | ( | "uniformFixedValue" | ) |
Runtime type information.
| virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from fixedValuePointPatchField< Type >.
Definition at line 98 of file uniformFixedValuePointPatchField.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 119 of file uniformFixedValuePointPatchField.H.
| const Type& uniformValue | ( | ) | const [inline]
|
Return the fluctuation scale.
Definition at line 139 of file uniformFixedValuePointPatchField.H.
| Type& uniformValue | ( | ) | [inline]
|
Return reference to the fluctuation scale to allow adjustment.
Definition at line 145 of file uniformFixedValuePointPatchField.H.
| void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from valuePointPatchField< Type >.
Definition at line 108 of file uniformFixedValuePointPatchField.C.
References token::END_STATEMENT, Foam::nl, pointPatchField< Type >::write(), and Ostream::writeKeyword().