fvPatchField< Type > Class Template ReferenceAbstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used.
More...
List of all members.
|
Public Types |
| typedef fvPatch | Patch |
Public Member Functions |
| | TypeName ("fvPatchField") |
| | Runtime type information.
|
| | declareRunTimeSelectionTable (tmp, fvPatchField, patch,(const fvPatch &p, const DimensionedField< Type, volMesh > &iF),(p, iF)) |
| | declareRunTimeSelectionTable (tmp, fvPatchField, patchMapper,(const fvPatchField< Type > &ptf, const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const fvPatchFieldMapper &m),(dynamic_cast< const fvPatchFieldType & >(ptf), p, iF, m)) |
| | declareRunTimeSelectionTable (tmp, fvPatchField, dictionary,(const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const dictionary &dict),(p, iF, dict)) |
| | fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) |
| | Construct from patch and internal field.
|
| | fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const Field< Type > &) |
| | Construct from patch and internal field and patch field.
|
| | fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &, const bool valueRequired=false) |
| | Construct from patch, internal field and dictionary.
|
| | fvPatchField (const fvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) |
| | Construct by mapping the given fvPatchField onto a new patch.
|
| | fvPatchField (const fvPatchField< Type > &) |
| | Construct as copy.
|
| virtual tmp< fvPatchField< Type > > | clone () const |
| | Construct and return a clone.
|
| | fvPatchField (const fvPatchField< 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 | ~fvPatchField () |
| const objectRegistry & | db () const |
| | Return local objectRegistry.
|
| const fvPatch & | patch () const |
| | Return patch.
|
const DimensionedField< Type,
volMesh > & | dimensionedInternalField () const |
| | Return dimensioned internal field reference.
|
| const Field< Type > & | internalField () const |
| | Return internal field reference.
|
| virtual bool | fixesValue () const |
| | Return true if this patch field fixes a value.
|
| virtual bool | coupled () const |
| | Return true if this patch field is coupled.
|
| bool | updated () const |
| | Return true if the boundary condition has already been updated.
|
| 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 tmp< Field< Type > > | snGrad () const |
| | Return patch-normal gradient.
|
| virtual void | updateCoeffs () |
| | Update the coefficients associated with the patch field.
|
| virtual tmp< Field< Type > > | patchInternalField () const |
| | Return internal field next to patch as patch field.
|
| virtual tmp< Field< Type > > | patchNeighbourField () const |
| | Return patchField on the opposite patch of a coupled patch.
|
| virtual void | initEvaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
| | Initialise the evaluation of the patch field.
|
| virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
| | Evaluate the patch field, sets Updated to false.
|
| virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< Field< scalar > > &) const |
| | Return the matrix diagonal coefficients corresponding to the.
|
| virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< Field< scalar > > &) 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 | manipulateMatrix (fvMatrix< Type > &matrix) |
| | Manipulate matrix.
|
| virtual void | write (Ostream &) const |
| | Write.
|
| template<class EntryType > |
| void | writeEntryIfDifferent (Ostream &os, const word &entryName, const EntryType &value1, const EntryType &value2) const |
| | Helper function to write the keyword and entry only if the.
|
| void | check (const fvPatchField< Type > &) const |
| | Check fvPatchField<Type> against given fvPatchField<Type>.
|
| 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) |
| virtual void | operator== (const fvPatchField< Type > &) |
| virtual void | operator== (const Field< Type > &) |
| virtual void | operator== (const Type &) |
Static Public Member Functions |
| static tmp< fvPatchField< Type > > | New (const word &, const fvPatch &, const DimensionedField< Type, volMesh > &) |
| | Return a pointer to a new patchField created on freestore given.
|
| static tmp< fvPatchField< Type > > | New (const fvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) |
| | Return a pointer to a new patchField created on freestore from.
|
| static tmp< fvPatchField< Type > > | New (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) |
| | Return a pointer to a new patchField created on freestore.
|
| template<class Type2 > |
| static tmp< fvPatchField< Type > > | NewCalculatedType (const fvPatchField< Type2 > &) |
| | Return a pointer to a new calculatedFvPatchField created on.
|
| static const word & | calculatedType () |
| | Return the type of the calculated for of fvPatchField.
|
Static Public Attributes |
| static int | disallowGenericFvPatchField |
| | Debug switch to disallow the use of genericFvPatchField.
|
Friends |
| Ostream & | operator (Ostream &, const fvPatchField< Type > &) |
Detailed Description
template<class Type>
class Foam::fvPatchField< Type >
Abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used.
The first level of derivation is to basic patchFields which cover zero-gradient, fixed-gradient, fixed-value and mixed conditions.
The next level of derivation covers all the specialised types with specific evaluation proceedures, particularly with respect to specific fields.
- Source files
-
Definition at line 75 of file fvPatchField.H.
Member Typedef Documentation
Constructor & Destructor Documentation
Construct from patch and internal field.
Definition at line 28 of file fvPatchField.C.
Construct from patch and internal field and patch field.
Definition at line 43 of file fvPatchField.C.
Construct as copy setting internal field reference.
Definition at line 134 of file fvPatchField.C.
Member Function Documentation
| TypeName |
( |
"fvPatchField< Type >" |
|
) |
|
Runtime type information.
| declareRunTimeSelectionTable |
( |
tmp |
, |
|
|
fvPatchField< Type > |
, |
|
|
patchMapper |
, |
|
|
(const fvPatchField< Type > &ptf, const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const fvPatchFieldMapper &m) |
, |
|
|
(dynamic_cast< const fvPatchFieldType & >(ptf), p, iF, m) |
| |
|
) |
| | |
Construct and return a clone.
Reimplemented from Field< Type >.
Reimplemented in basicSymmetryFvPatchField< Type >, calculatedFvPatchField< Type >, coupledFvPatchField< Type >, directionMixedFvPatchField< Type >, fixedGradientFvPatchField< Type >, fixedValueFvPatchField< Type >, genericFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< Type >, cyclicFvPatchField< Type >, emptyFvPatchField< Type >, processorFvPatchField< Type >, symmetryFvPatchField< Type >, wedgeFvPatchField< Type >, advectiveFvPatchField< Type >, directMappedFixedValueFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fanFvPatchField< Type >, fixedInternalValueFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, freestreamFvPatchField< Type >, inletOutletFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, outletInletFvPatchField< Type >, partialSlipFvPatchField< Type >, slipFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, timeVaryingUniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, waveTransmissiveFvPatchField< Type >, cellMotionFvPatchField< Type >, surfaceSlipDisplacementFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, mixedFixedValueSlipFvPatchField< Type >, basicSymmetryFvPatchField< Type >, calculatedFvPatchField< Type >, coupledFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< scalar >, zeroGradientFvPatchField< Type >, cyclicFvPatchField< Type >, advectiveFvPatchField< Type >, fixedInternalValueFvPatchField< scalar >, inletOutletFvPatchField< Type >, and slipFvPatchField< Type >.
Definition at line 194 of file fvPatchField.H.
Construct and return a clone setting internal field reference.
Reimplemented in basicSymmetryFvPatchField< Type >, calculatedFvPatchField< Type >, coupledFvPatchField< Type >, directionMixedFvPatchField< Type >, fixedGradientFvPatchField< Type >, fixedValueFvPatchField< Type >, genericFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< Type >, cyclicFvPatchField< Type >, emptyFvPatchField< Type >, processorFvPatchField< Type >, symmetryFvPatchField< Type >, wedgeFvPatchField< Type >, advectiveFvPatchField< Type >, directMappedFixedValueFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fanFvPatchField< Type >, fixedInternalValueFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, freestreamFvPatchField< Type >, inletOutletFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, outletInletFvPatchField< Type >, partialSlipFvPatchField< Type >, slipFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, timeVaryingUniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, waveTransmissiveFvPatchField< Type >, cellMotionFvPatchField< Type >, surfaceSlipDisplacementFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, mixedFixedValueSlipFvPatchField< Type >, basicSymmetryFvPatchField< Type >, calculatedFvPatchField< Type >, coupledFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< scalar >, zeroGradientFvPatchField< Type >, cyclicFvPatchField< Type >, advectiveFvPatchField< Type >, fixedInternalValueFvPatchField< scalar >, inletOutletFvPatchField< Type >, and slipFvPatchField< Type >.
Definition at line 208 of file fvPatchField.H.
| const fvPatch& patch |
( |
|
) |
const [inline] |
| const Field<Type>& internalField |
( |
|
) |
const [inline] |
| const word & calculatedType |
( |
|
) |
[inline, static] |
| virtual bool fixesValue |
( |
|
) |
const [inline, virtual] |
| virtual bool coupled |
( |
|
) |
const [inline, virtual] |
| bool updated |
( |
|
) |
const [inline] |
Return true if the boundary condition has already been updated.
Definition at line 316 of file fvPatchField.H.
Map (and resize as needed) from self given a mapping object.
Reimplemented in directionMixedFvPatchField< Type >, fixedGradientFvPatchField< Type >, genericFvPatchField< Type >, mixedFvPatchField< Type >, emptyFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fanFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, partialSlipFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, and mixedFvPatchField< Type >.
Definition at line 187 of file fvPatchField.C.
References fvPatch::patchInternalField().
Referenced by fvPatchField< Type >::rmap().
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented in directionMixedFvPatchField< Type >, fixedGradientFvPatchField< Type >, genericFvPatchField< Type >, mixedFvPatchField< Type >, emptyFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fanFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, partialSlipFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, and mixedFvPatchField< Type >.
Definition at line 197 of file fvPatchField.C.
References fvPatchField< Type >::autoMap().
Referenced by fvPatchField< Type >::evaluate().
Return patch-normal gradient.
Reimplemented in basicSymmetryFvPatchField< Type >, coupledFvPatchField< Type >, directionMixedFvPatchField< Type >, fixedGradientFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< Type >, processorFvPatchField< Type >, wedgeFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, basicSymmetryFvPatchField< Type >, coupledFvPatchField< Type >, mixedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< scalar >, zeroGradientFvPatchField< Type >, basicSymmetryFvPatchField< Type >, basicSymmetryFvPatchField< Type >, wedgeFvPatchField< Type >, and wedgeFvPatchField< Type >.
Definition at line 170 of file fvPatchField.C.
| virtual void updateCoeffs |
( |
|
) |
[inline, virtual] |
Update the coefficients associated with the patch field.
Sets Updated to true
Reimplemented in slicedFvPatchField< Type >, emptyFvPatchField< Type >, advectiveFvPatchField< Type >, directMappedFixedValueFvPatchField< Type >, fanFvPatchField< Type >, inletOutletFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, outletInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, timeVaryingUniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, cellMotionFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, omegaWallFunctionFvPatchScalarField, advectiveFvPatchField< Type >, inletOutletFvPatchField< Type >, fanFvPatchField< Type >, and fanFvPatchField< Type >.
Definition at line 347 of file fvPatchField.H.
Referenced by fvPatchField< Type >::manipulateMatrix().
| virtual tmp<Field<Type> > patchNeighbourField |
( |
|
) |
const [inline, virtual] |
| virtual void initEvaluate |
( |
const Pstream::commsTypes |
commsType = Pstream::blocking |
) |
[inline, virtual] |
Evaluate the patch field, sets Updated to false.
Reimplemented in basicSymmetryFvPatchField< Type >, coupledFvPatchField< Type >, directionMixedFvPatchField< Type >, fixedGradientFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, zeroGradientFvPatchField< Type >, processorFvPatchField< Type >, wedgeFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, basicSymmetryFvPatchField< Type >, coupledFvPatchField< Type >, mixedFvPatchField< Type >, zeroGradientFvPatchField< scalar >, zeroGradientFvPatchField< Type >, basicSymmetryFvPatchField< Type >, basicSymmetryFvPatchField< Type >, wedgeFvPatchField< Type >, and wedgeFvPatchField< Type >.
Definition at line 207 of file fvPatchField.C.
References fvPatchField< Type >::rmap().
Return the matrix diagonal coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Definition at line 381 of file fvPatchField.H.
Return the matrix source coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Definition at line 398 of file fvPatchField.H.
| virtual tmp<Field<Type> > gradientInternalCoeffs |
( |
|
) |
const [inline, virtual] |
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented in calculatedFvPatchField< Type >, coupledFvPatchField< Type >, fixedGradientFvPatchField< Type >, fixedValueFvPatchField< Type >, genericFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< Type >, emptyFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, calculatedFvPatchField< Type >, coupledFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< scalar >, zeroGradientFvPatchField< Type >, transformFvPatchField< Type >, and transformFvPatchField< Type >.
Definition at line 414 of file fvPatchField.H.
| virtual tmp<Field<Type> > gradientBoundaryCoeffs |
( |
|
) |
const [inline, virtual] |
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented in calculatedFvPatchField< Type >, coupledFvPatchField< Type >, fixedGradientFvPatchField< Type >, fixedValueFvPatchField< Type >, genericFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< Type >, emptyFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, calculatedFvPatchField< Type >, coupledFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, transformFvPatchField< Type >, zeroGradientFvPatchField< scalar >, and zeroGradientFvPatchField< Type >.
Definition at line 424 of file fvPatchField.H.
| void manipulateMatrix |
( |
fvMatrix< Type > & |
matrix |
) |
[inline, virtual] |
| void write |
( |
Ostream & |
os |
) |
const [inline, virtual] |
Write.
Reimplemented in calculatedFvPatchField< Type >, coupledFvPatchField< Type >, directionMixedFvPatchField< Type >, fixedGradientFvPatchField< Type >, fixedValueFvPatchField< Type >, genericFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, advectiveFvPatchField< Type >, directMappedFixedValueFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fanFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, freestreamFvPatchField< Type >, inletOutletFvPatchField< Type >, oscillatingFixedValueFvPatchField< Type >, outletInletFvPatchField< Type >, partialSlipFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, timeVaryingUniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, waveTransmissiveFvPatchField< Type >, cellMotionFvPatchField< Type >, surfaceSlipDisplacementFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, mixedFixedValueSlipFvPatchField< Type >, calculatedFvPatchField< Type >, coupledFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, advectiveFvPatchField< Type >, and inletOutletFvPatchField< Type >.
Definition at line 226 of file fvPatchField.C.
| void writeEntryIfDifferent |
( |
Ostream & |
os, |
|
|
const word & |
entryName, |
|
|
const EntryType & |
value1, |
|
|
const EntryType & |
value2 | |
|
) |
| | const [inline] |
Helper function to write the keyword and entry only if the.
values are not equal. The value is then output as value2
Definition at line 241 of file fvPatchField.C.
| void operator= |
( |
const UList< Type > & |
|
) |
[inline, virtual] |
Assignment from UList operator. Takes linear time.
Reimplemented from Field< Type >.
Reimplemented in fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, fixedValueFvPatchField< Type >, and mixedFvPatchField< Type >.
Definition at line 259 of file fvPatchField.C.
Referenced by buoyantPressureFvPatchScalarField::buoyantPressureFvPatchScalarField(), cellMotionFvPatchField< Type >::cellMotionFvPatchField(), movingWallVelocityFvPatchVectorField::movingWallVelocityFvPatchVectorField(), pressureDirectedInletVelocityFvPatchVectorField::pressureDirectedInletVelocityFvPatchVectorField(), pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField(), SRFVelocityFvPatchVectorField::SRFVelocityFvPatchVectorField(), surfaceNormalFixedValueFvPatchVectorField::surfaceNormalFixedValueFvPatchVectorField(), and syringePressureFvPatchScalarField::syringePressureFvPatchScalarField().
Reimplemented in directionMixedFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, transformFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, inletOutletFvPatchField< Type >, partialSlipFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, transformFvPatchField< Type >, and inletOutletFvPatchField< Type >.
Definition at line 269 of file fvPatchField.C.
References Field< Type >::operator=().
| void operator+= |
( |
const Field< Type > & |
tf |
) |
[inline, virtual] |
| void operator-= |
( |
const Field< Type > & |
tf |
) |
[inline, virtual] |
Reimplemented in directionMixedFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, fixedValueFvPatchField< Type >, and mixedFvPatchField< Type >.
Definition at line 350 of file fvPatchField.C.
References Field< Type >::operator+=(), and tf.
| virtual void operator*= |
( |
const Field< scalar > & |
|
) |
[virtual] |
| virtual void operator/= |
( |
const Field< scalar > & |
|
) |
[virtual] |
| void operator= |
( |
const Type & |
|
) |
[inline, virtual] |
Assignment of all entries to the given value.
Reimplemented from Field< Type >.
Reimplemented in directionMixedFvPatchField< Type >, fixedValueFvPatchField< Type >, mixedFvPatchField< Type >, slicedFvPatchField< Type >, expDirectionMixedFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, fixedValueFvPatchField< Type >, and mixedFvPatchField< Type >.
Definition at line 380 of file fvPatchField.C.
References Field< Type >::operator/=(), and tf.
| void operator+= |
( |
const Type & |
t |
) |
[inline, virtual] |
| void operator-= |
( |
const Type & |
t |
) |
[inline, virtual] |
| void operator*= |
( |
const scalar |
s |
) |
[inline, virtual] |
| void operator/= |
( |
const scalar |
s |
) |
[inline, virtual] |
| void operator== |
( |
const Field< Type > & |
tf |
) |
[inline, virtual] |
| void operator== |
( |
const Type & |
t |
) |
[inline, virtual] |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd
|