OpenFOAM logo
Open Source CFD Toolkit

emptyFaPatchField Class Template Reference

Inheritance diagram for emptyFaPatchField:

Inheritance graph
[legend]
Collaboration diagram for emptyFaPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::emptyFaPatchField< Type >


Public Member Functions

 TypeName ("empty")
 Runtime type information.
 emptyFaPatchField (const faPatch &, const Field< Type > &)
 Construct from patch and internal field.
 emptyFaPatchField (const faPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 emptyFaPatchField (const emptyFaPatchField< Type > &, const faPatch &, const Field< Type > &, const faPatchFieldMapper &)
 Construct by mapping given emptyFaPatchField onto a new patch.
virtual tmp< faPatchField<
Type > > 
clone () const
 Construct and return a clone.
 emptyFaPatchField (const emptyFaPatchField< Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual tmp< faPatchField<
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.

Constructor & Destructor Documentation

emptyFaPatchField const faPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

emptyFaPatchField const faPatch ,
const Field< Type > &  ,
const dictionary
 

Construct from patch, internal field and dictionary.

emptyFaPatchField const emptyFaPatchField< Type > &  ,
const faPatch ,
const Field< Type > &  ,
const faPatchFieldMapper
 

Construct by mapping given emptyFaPatchField onto a new patch.

emptyFaPatchField const emptyFaPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

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

Construct and return a clone setting internal field reference.

Reimplemented from faPatchField.

Definition at line 112 of file emptyFaPatchField.H.

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

Construct and return a clone.

Reimplemented from faPatchField.

Definition at line 96 of file emptyFaPatchField.H.

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

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from faPatchField.

Definition at line 162 of file emptyFaPatchField.H.

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from faPatchField.

Definition at line 153 of file emptyFaPatchField.H.

TypeName "empty"   ) 
 

Runtime type information.

virtual tmp<Field<Type> > valueBoundaryCoeffs const tmp< scalarField > &   )  const [inline, virtual]
 

Return the matrix source coefficients corresponding to the.

evaluation of the value of this patchField with given weights

Definition at line 142 of file emptyFaPatchField.H.

virtual tmp<Field<Type> > valueInternalCoeffs const tmp< scalarField > &   )  const [inline, virtual]
 

Return the matrix diagonal coefficients corresponding to the.

evaluation of the value of this patchField with given weights

Definition at line 130 of file emptyFaPatchField.H.


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