Foam::uniformFixedValueFvPatchField. More...
#include <finiteVolume/uniformFixedValueFvPatchField.H>
Foam::uniformFixedValueFvPatchField.
Definition at line 51 of file uniformFixedValueFvPatchField.H.
Public Member Functions | |
TypeName ("uniformFixedValue") | |
Runtime type information.
| |
uniformFixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
uniformFixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given uniformFixedValueFvPatchField.
| |
uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< 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 Type & | uniformValue () const |
Return the fluctuation scale.
| |
Type & | uniformValue () |
Return reference to the fluctuation scale to allow adjustment.
| |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object.
| |
virtual void | write (Ostream &) const |
Write.
|
uniformFixedValueFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file uniformFixedValueFvPatchField.C.
uniformFixedValueFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 65 of file uniformFixedValueFvPatchField.C.
References fvPatchField< Type >::operator==().
uniformFixedValueFvPatchField | ( | const uniformFixedValueFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | |||
) |
Construct by mapping given uniformFixedValueFvPatchField.
onto a new patch
Definition at line 49 of file uniformFixedValueFvPatchField.C.
References fvPatchField< Type >::operator==().
uniformFixedValueFvPatchField | ( | const uniformFixedValueFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 80 of file uniformFixedValueFvPatchField.C.
References fvPatchField< Type >::operator==().
uniformFixedValueFvPatchField | ( | const uniformFixedValueFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 93 of file uniformFixedValueFvPatchField.C.
References fvPatchField< Type >::operator==().
TypeName | ( | "uniformFixedValue" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from fixedValueFvPatchField< Type >.
Definition at line 100 of file uniformFixedValueFvPatchField.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 117 of file uniformFixedValueFvPatchField.H.
const Type& uniformValue | ( | ) | const [inline]
|
Return the fluctuation scale.
Definition at line 133 of file uniformFixedValueFvPatchField.H.
Type& uniformValue | ( | ) | [inline]
|
Return reference to the fluctuation scale to allow adjustment.
Definition at line 139 of file uniformFixedValueFvPatchField.H.
void autoMap | ( | const fvPatchFieldMapper & | m ) | [virtual]
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from fvPatchField< Type >.
Definition at line 109 of file uniformFixedValueFvPatchField.C.
References fvPatchField< Type >::operator==(), setSize(), and FieldMapper::size().
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from fixedValueFvPatchField< Type >.
Definition at line 119 of file uniformFixedValueFvPatchField.C.
References token::END_STATEMENT, Foam::nl, fvPatchField< Type >::write(), and Ostream::writeKeyword().