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

emptyFvPatchField< Type > Class Template Reference

Foam::emptyFvPatchField. More...

#include <finiteVolume/emptyFvPatchField.H>


Detailed Description

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

Foam::emptyFvPatchField.

Source files

Definition at line 51 of file emptyFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName (emptyFvPatch::typeName_())
 Runtime type information.
 emptyFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 emptyFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 emptyFvPatchField (const emptyFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given emptyFvPatchField onto a new patch.
 emptyFvPatchField (const emptyFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 emptyFvPatchField (const emptyFvPatchField< Type > &, const DimensionedField< Type, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< Type > >  clone (const DimensionedField< Type, volMesh > &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 &   p,
const DimensionedField< Type, volMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 38 of file emptyFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 81 of file emptyFvPatchField.C.

References Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, and fvPatch::name().

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

Construct by mapping given emptyFvPatchField onto a new patch.

Definition at line 49 of file emptyFvPatchField.C.

References Foam::exit(), FatalErrorIn, Foam::FatalIOError, and fvPatch::name().

emptyFvPatchField ( const emptyFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 112 of file emptyFvPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 127 of file emptyFvPatchField.C.


Member Function Documentation

TypeName ( emptyFvPatch::   typeName_()  )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fvPatchField< Type >.

Definition at line 95 of file emptyFvPatchField.H.

virtual tmp<fvPatchField<Type> > clone ( const DimensionedField< Type, volMesh > &   iF  ) const [inline, virtual]

Construct and return a clone setting internal field reference.

Reimplemented from fvPatchField< Type >.

Definition at line 112 of file emptyFvPatchField.H.

virtual void autoMap ( const fvPatchFieldMapper &    ) [inline, virtual]

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

Reimplemented from fvPatchField< Type >.

Definition at line 129 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< Type >.

Definition at line 136 of file emptyFvPatchField.H.

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

Definition at line 139 of file emptyFvPatchField.C.

References Foam::endl(), mesh, and WarningIn.

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

Reimplemented from fvPatchField< Type >.

Definition at line 154 of file emptyFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 164 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< Type >.

Definition at line 173 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< Type >.

Definition at line 180 of file emptyFvPatchField.H.


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