OpenFOAM logo
Open Source CFD Toolkit

defaultFvPatchField Class Template Reference

Inheritance diagram for defaultFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for defaultFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::defaultFvPatchField< Type >


Public Member Functions

 TypeName ("default")
 Runtime type information.
 defaultFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 defaultFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 defaultFvPatchField (const defaultFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 defaultFvPatchField (const defaultFvPatchField< 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 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.
tmp< Field< Type > > gradientInternalCoeffs () const
 Return the matrix diagonal coefficients corresponding to the.
tmp< Field< Type > > gradientBoundaryCoeffs () const
 Return the matrix source coefficients corresponding to the.
virtual void write (Ostream &) const
 Write.

Constructor & Destructor Documentation

defaultFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping given patchField<Type> onto a new patch.

defaultFvPatchField const defaultFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual tmp<fvPatchField<Type> > clone const Field< Type > &  iF  )  const [inline, virtual]
 

Construct and return a clone setting internal field reference.

Reimplemented from calculatedFvPatchField.

Definition at line 122 of file defaultFvPatchField.H.

virtual tmp<fvPatchField<Type> > clone  )  const [inline, virtual]
 

Construct and return a clone.

Reimplemented from calculatedFvPatchField.

Definition at line 106 of file defaultFvPatchField.H.

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

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from calculatedFvPatchField.

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from calculatedFvPatchField.

TypeName "default"   ) 
 

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

Reimplemented from calculatedFvPatchField.

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 calculatedFvPatchField.

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented from calculatedFvPatchField.


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