Foam::fixedValueFvPatchField. More...
#include <finiteVolume/fixedValueFvPatchField.H>
Definition at line 50 of file fixedValueFvPatchField.H.
Public Member Functions | |
TypeName ("fixedValue") | |
Runtime type information.
| |
fixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
fixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
fixedValueFvPatchField (const fixedValueFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping the given fixedValueFvPatchField<Type>
| |
fixedValueFvPatchField (const fixedValueFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
fixedValueFvPatchField (const fixedValueFvPatchField< 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.
| |
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) |
fixedValueFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file fixedValueFvPatchField.C.
fixedValueFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file fixedValueFvPatchField.C.
fixedValueFvPatchField | ( | const fixedValueFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given fixedValueFvPatchField<Type>
onto a new patch
Definition at line 60 of file fixedValueFvPatchField.C.
fixedValueFvPatchField | ( | const fixedValueFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 73 of file fixedValueFvPatchField.C.
fixedValueFvPatchField | ( | const fixedValueFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 83 of file fixedValueFvPatchField.C.
TypeName | ( | "fixedValue" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from fvPatchField< Type >.
Reimplemented in directMappedFixedValueFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, outletMappedUniformInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, timeVaryingUniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, and cellMotionFvPatchField< Type >.
Definition at line 95 of file fixedValueFvPatchField.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 fvPatchField< Type >.
Reimplemented in directMappedFixedValueFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, outletMappedUniformInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, timeVaryingUniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, and cellMotionFvPatchField< Type >.
Definition at line 112 of file fixedValueFvPatchField.H.
virtual bool fixesValue | ( | ) | const [inline, virtual]
|
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< Type >.
Definition at line 130 of file fixedValueFvPatchField.H.
tmp< Field< Type > > valueInternalCoeffs | ( | const tmp< scalarField > & | ) | const [virtual]
|
Return the matrix diagonal coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Reimplemented from fvPatchField< Type >.
Definition at line 96 of file fixedValueFvPatchField.C.
tmp< Field< Type > > valueBoundaryCoeffs | ( | const tmp< scalarField > & | ) | const [virtual]
|
Return the matrix source coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Reimplemented from fvPatchField< Type >.
Definition at line 109 of file fixedValueFvPatchField.C.
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 118 of file fixedValueFvPatchField.C.
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 125 of file fixedValueFvPatchField.C.
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from fvPatchField< Type >.
Reimplemented in directMappedFixedValueFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, outletMappedUniformInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, timeVaryingUniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, and cellMotionFvPatchField< Type >.
Definition at line 132 of file fixedValueFvPatchField.C.
References fvPatchField< Type >::write().
Referenced by oscillatingFixedValueFvPatchField< Type >::write().
virtual void operator= | ( | const UList< Type > & | ) | [inline, virtual]
|
Assignment from UList operator. Takes linear time.
Reimplemented from fvPatchField< Type >.
Definition at line 167 of file fixedValueFvPatchField.H.
virtual void operator= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 169 of file fixedValueFvPatchField.H.
virtual void operator+= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 170 of file fixedValueFvPatchField.H.
virtual void operator-= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 171 of file fixedValueFvPatchField.H.
virtual void operator*= | ( | const fvPatchField< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 172 of file fixedValueFvPatchField.H.
virtual void operator/= | ( | const fvPatchField< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 173 of file fixedValueFvPatchField.H.
virtual void operator+= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 175 of file fixedValueFvPatchField.H.
virtual void operator-= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 176 of file fixedValueFvPatchField.H.
virtual void operator*= | ( | const Field< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 178 of file fixedValueFvPatchField.H.
virtual void operator/= | ( | const Field< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 179 of file fixedValueFvPatchField.H.
virtual void operator= | ( | const Type & | ) | [inline, virtual]
|
Assignment of all entries to the given value.
Reimplemented from fvPatchField< Type >.
Definition at line 181 of file fixedValueFvPatchField.H.
virtual void operator+= | ( | const Type & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 182 of file fixedValueFvPatchField.H.
virtual void operator-= | ( | const Type & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 183 of file fixedValueFvPatchField.H.
virtual void operator*= | ( | const | scalar ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 184 of file fixedValueFvPatchField.H.
virtual void operator/= | ( | const | scalar ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 185 of file fixedValueFvPatchField.H.