![]() |
|
Public Member Functions | |
TypeName ("fixedValue") | |
Runtime type information. | |
fixedValueFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
fixedValueFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
fixedValueFvPatchField (const fixedValueFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping the given fixedValueFvPatchField<Type>. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
fixedValueFvPatchField (const fixedValueFvPatchField< 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. | |
virtual bool | fixesValue () const |
Return true if this patch field fixes a value. | |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
Return the matrix diagonal coefficients corresponding to the. | |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) const |
Return the matrix source coefficients corresponding to the. | |
virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
Return the matrix diagonal coefficients corresponding to the. | |
virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
Return the matrix source coefficients corresponding to the. | |
virtual void | write (Ostream &) const |
Write. | |
virtual void | operator= (const UList< Type > &) |
Assignment from UList operator. Takes linear time. | |
virtual void | operator= (const fvPatchField< Type > &) |
virtual void | operator+= (const fvPatchField< Type > &) |
virtual void | operator-= (const fvPatchField< Type > &) |
virtual void | operator *= (const fvPatchField< scalar > &) |
virtual void | operator/= (const fvPatchField< scalar > &) |
virtual void | operator+= (const Field< Type > &) |
virtual void | operator-= (const Field< Type > &) |
virtual void | operator *= (const Field< scalar > &) |
virtual void | operator/= (const Field< scalar > &) |
virtual void | operator= (const Type &) |
Assignment of all entries to the given value. | |
virtual void | operator+= (const Type &) |
virtual void | operator-= (const Type &) |
virtual void | operator *= (const scalar) |
virtual void | operator/= (const scalar) |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping the given fixedValueFvPatchField<Type>. onto a new patch |
|
Construct as copy setting internal field reference.
|
|
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField. Reimplemented in oscillatingFixedValueFvPatchField, timeVaryingUniformFixedValueFvPatchField, turbulentInletFvPatchField, and uniformFixedValueFvPatchField. Definition at line 114 of file fixedValueFvPatchField.H. |
|
Construct and return a clone.
Reimplemented from fvPatchField. Reimplemented in oscillatingFixedValueFvPatchField, timeVaryingUniformFixedValueFvPatchField, turbulentInletFvPatchField, and uniformFixedValueFvPatchField. Definition at line 98 of file fixedValueFvPatchField.H. |
|
Return true if this patch field fixes a value. Needed to check if a level has to be specified while solving Poissons equations. Reimplemented from fvPatchField. Definition at line 132 of file fixedValueFvPatchField.H. |
|
Return the matrix source coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. |
|
Reimplemented from fvPatchField. Definition at line 194 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 188 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 182 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 192 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 185 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 180 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 193 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 186 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 181 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 195 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 189 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 183 of file fixedValueFvPatchField.H. |
|
Assignment of all entries to the given value.
Reimplemented from fvPatchField. Definition at line 191 of file fixedValueFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 179 of file fixedValueFvPatchField.H. |
|
Assignment from UList operator. Takes linear time.
Reimplemented from fvPatchField. Definition at line 177 of file fixedValueFvPatchField.H. |
|
Runtime type information.
|
|
Return the matrix source coefficients corresponding to the. evaluation of the value of this patchField with given weights |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the value of this patchField with given weights |
|
Write.
Reimplemented from fvPatchField. Reimplemented in oscillatingFixedValueFvPatchField, timeVaryingUniformFixedValueFvPatchField, turbulentInletFvPatchField, and uniformFixedValueFvPatchField. |