![]() |
|
Public Member Functions | |
TypeName ("oscillatingFixedValue") | |
Runtime type information. | |
oscillatingFixedValueFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
oscillatingFixedValueFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
oscillatingFixedValueFvPatchField (const oscillatingFixedValueFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping given oscillatingFixedValueFvPatchField. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
oscillatingFixedValueFvPatchField (const oscillatingFixedValueFvPatchField< 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 Field< Type > & | refValue () const |
Return the ref value. | |
Field< Type > & | refValue () |
Return reference to the ref value to allow adjustment. | |
scalar | amplitude () const |
Return amplitude. | |
scalar & | amplitude () |
scalar | frequency () const |
Return frequency. | |
scalar & | frequency () |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. | |
virtual void | rmap (const fvPatchField< Type > &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. | |
virtual void | write (Ostream &) const |
Write. |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given oscillatingFixedValueFvPatchField. onto a new patch |
|
Construct as copy setting internal field reference.
|
|
Definition at line 166 of file oscillatingFixedValueFvPatchField.H. |
|
Return amplitude.
Definition at line 161 of file oscillatingFixedValueFvPatchField.H. |
|
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 135 of file oscillatingFixedValueFvPatchField.H. |
|
Construct and return a clone.
Reimplemented from fixedValueFvPatchField. Definition at line 119 of file oscillatingFixedValueFvPatchField.H. |
|
Definition at line 177 of file oscillatingFixedValueFvPatchField.H. References Foam::labelList. |
|
Return frequency.
Definition at line 172 of file oscillatingFixedValueFvPatchField.H. |
|
Return reference to the ref value to allow adjustment.
Definition at line 155 of file oscillatingFixedValueFvPatchField.H. |
|
Return the ref value.
Definition at line 149 of file oscillatingFixedValueFvPatchField.H. |
|
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented from fvPatchField. |
|
Runtime type information.
|
|
Update the coefficients associated with the patch field.
Reimplemented from fvPatchField. |
|
Write.
Reimplemented from fixedValueFvPatchField. |