OpenFOAM logo
Open Source CFD Toolkit

transformFvPatchField Class Template Reference

Inheritance diagram for transformFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for transformFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::transformFvPatchField< Type >


Public Member Functions

 TypeName ("transform")
 Runtime type information.
 transformFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 transformFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 transformFvPatchField (const transformFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping the given transformFvPatchField<Type>.
virtual tmp< fvPatchField<
Type > > 
clone () const =0
 Construct and return a clone.
 transformFvPatchField (const transformFvPatchField< Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField<
Type > > 
clone (const Field< Type > &) const =0
 Construct and return a clone setting internal field reference.
virtual tmp< Field< Type > > snGrad () const =0
 Return gradient at boundary.
virtual tmp< Field< Type > > snGradTransformDiag () const =0
 Return face-gradient transform diagonal.
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 operator= (const fvPatchField< Type > &)
template<>
tmp< scalarFieldgradientInternalCoeffs () const
 Return the matrix diagonal coefficients corresponding to the.

Constructor & Destructor Documentation

transformFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

transformFvPatchField const fvPatch ,
const Field< Type > &  ,
const dictionary
 

Construct from patch, internal field and dictionary.

transformFvPatchField const transformFvPatchField< Type > &  ,
const fvPatch ,
const Field< Type > &  ,
const fvPatchFieldMapper
 

Construct by mapping the given transformFvPatchField<Type>.

onto a new patch

transformFvPatchField const transformFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual tmp<fvPatchField<Type> > clone const Field< Type > &   )  const [pure virtual]
 

Construct and return a clone setting internal field reference.

Reimplemented from fvPatchField.

Implemented in basicSymmetryFvPatchField, directionMixedFvPatchField, partialSlipFvPatchField, slipFvPatchField, symmetryFvPatchField, and wedgeFvPatchField.

virtual tmp<fvPatchField<Type> > clone  )  const [pure virtual]
 

Construct and return a clone.

Reimplemented from fvPatchField.

Implemented in basicSymmetryFvPatchField, directionMixedFvPatchField, partialSlipFvPatchField, slipFvPatchField, symmetryFvPatchField, and wedgeFvPatchField.

virtual tmp<Field<Type> > gradientBoundaryCoeffs  )  const [virtual]
 

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

tmp< scalarField > gradientInternalCoeffs  )  const [virtual]
 

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

virtual tmp<Field<Type> > gradientInternalCoeffs  )  const [virtual]
 

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

virtual void operator= const fvPatchField< Type > &   )  [virtual]
 

Reimplemented from fvPatchField.

Reimplemented in directionMixedFvPatchField, and partialSlipFvPatchField.

virtual tmp<Field<Type> > snGrad  )  const [pure virtual]
 

Return gradient at boundary.

Reimplemented from fvPatchField.

Implemented in basicSymmetryFvPatchField, directionMixedFvPatchField, partialSlipFvPatchField, wedgeFvPatchField, basicSymmetryFvPatchField, and wedgeFvPatchField.

virtual tmp<Field<Type> > snGradTransformDiag  )  const [pure virtual]
 

Return face-gradient transform diagonal.

Implemented in basicSymmetryFvPatchField, directionMixedFvPatchField, partialSlipFvPatchField, and wedgeFvPatchField.

TypeName "transform"   ) 
 

Runtime type information.

virtual 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

virtual 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


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org