OpenFOAM logo
Open Source CFD Toolkit

emptyFvPatchField Class Template Reference

Inheritance diagram for emptyFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for emptyFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::emptyFvPatchField< Type >


Public Member Functions

 TypeName (emptyFvPatch::typeName_())
 Runtime type information.
 emptyFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 emptyFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 emptyFvPatchField (const emptyFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping given emptyFvPatchField onto a new patch.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 emptyFvPatchField (const emptyFvPatchField< 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 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.
void updateCoeffs ()
 Update the coefficients associated with the patch field.
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

emptyFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping given emptyFvPatchField onto a new patch.

emptyFvPatchField const emptyFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual void autoMap const fvPatchFieldMapper  )  [inline, virtual]
 

Map (and resize as needed) from self given a mapping object.

Reimplemented from fvPatchField.

Definition at line 127 of file emptyFvPatchField.H.

References Foam::labelList.

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

Construct and return a clone setting internal field reference.

Reimplemented from fvPatchField.

Definition at line 112 of file emptyFvPatchField.H.

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

Construct and return a clone.

Reimplemented from fvPatchField.

Definition at line 96 of file emptyFvPatchField.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 fvPatchField.

Definition at line 188 of file emptyFvPatchField.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 fvPatchField.

Definition at line 179 of file emptyFvPatchField.H.

virtual void rmap const fvPatchField< Type > &  ,
const labelList
[inline, virtual]
 

Reverse map the given fvPatchField onto this fvPatchField.

Reimplemented from fvPatchField.

Definition at line 134 of file emptyFvPatchField.H.

TypeName emptyFvPatch::  typeName_()  ) 
 

Runtime type information.

void updateCoeffs  )  [virtual]
 

Update the coefficients associated with the patch field.

This only checks to see the case is actually 1D or 2D for which this boundary condition is valid

Reimplemented from fvPatchField.

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 168 of file emptyFvPatchField.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 156 of file emptyFvPatchField.H.


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