![]() |
|
Public Member Functions | |
TypeName ("uniformFixedValue") | |
Runtime type information. | |
uniformFixedValueFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
uniformFixedValueFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping given uniformFixedValueFvPatchField. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual tmp< fvPatchField< Type > > | clone (const Field< Type > &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. |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given uniformFixedValueFvPatchField. onto a new patch |
|
Construct as copy setting internal field reference.
|
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from fvPatchField. |
|
Construct and return a clone setting internal field reference.
Reimplemented from fixedValueFvPatchField. Definition at line 119 of file uniformFixedValueFvPatchField.H. |
|
Construct and return a clone.
Reimplemented from fixedValueFvPatchField. Definition at line 103 of file uniformFixedValueFvPatchField.H. |
|
Runtime type information.
|
|
Return reference to the fluctuation scale to allow adjustment.
Definition at line 139 of file uniformFixedValueFvPatchField.H. |
|
Return the fluctuation scale.
Definition at line 133 of file uniformFixedValueFvPatchField.H. |
|
Write.
Reimplemented from fixedValueFvPatchField. |