FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

transformFvPatchField< Type > Class Template Reference

Foam::transformFvPatchField. More...

#include <finiteVolume/transformFvPatchField.H>


Detailed Description

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

Foam::transformFvPatchField.

Source files

Definition at line 50 of file transformFvPatchField.H.

Inheritance diagram for transformFvPatchField< Type >:
Collaboration diagram for transformFvPatchField< Type >:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

transformFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 39 of file transformFvPatchField.C.

transformFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const dictionary &   dict  
)

Construct from patch, internal field and dictionary.

Definition at line 63 of file transformFvPatchField.C.

transformFvPatchField ( const transformFvPatchField< Type > &   ptf,
const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const fvPatchFieldMapper &   mapper  
)

Construct by mapping the given transformFvPatchField<Type>

onto a new patch

Definition at line 50 of file transformFvPatchField.C.

transformFvPatchField ( const transformFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 75 of file transformFvPatchField.C.

transformFvPatchField ( const transformFvPatchField< Type > &   ptf,
const DimensionedField< Type, volMesh > &   iF  
)

Construct as copy setting internal field reference.

Definition at line 85 of file transformFvPatchField.C.


Member Function Documentation

TypeName ( "transform"    )

Runtime type information.

virtual tmp<Field<Type> > snGradTransformDiag (  ) const [pure 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

Reimplemented from fvPatchField< Type >.

Definition at line 98 of file transformFvPatchField.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 108 of file transformFvPatchField.C.

References Foam::cmptMultiply().

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Definition at line 123 of file transformFvPatchField.C.

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

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Definition at line 130 of file transformFvPatchField.C.

References Foam::cmptMultiply(), and Foam::fvc::snGrad().

void operator= ( const fvPatchField< Type > &   ptf  ) [virtual]
tmp< scalarField > gradientInternalCoeffs (  ) const [virtual]

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

tmp< scalarField > gradientInternalCoeffs (  ) const [virtual]

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Definition at line 36 of file transformFvPatchScalarField.C.


The documentation for this class was generated from the following files: