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

emptyFvsPatchField< Type > Class Template Reference

Foam::emptyFvsPatchField. More...

#include <finiteVolume/emptyFvsPatchField.H>


Detailed Description

template<class Type>
class Foam::emptyFvsPatchField< Type >

Foam::emptyFvsPatchField.

Source files

Definition at line 51 of file emptyFvsPatchField.H.

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

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

emptyFvsPatchField ( const fvPatch &   p,
const DimensionedField< Type, surfaceMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 39 of file emptyFvsPatchField.C.

emptyFvsPatchField ( const fvPatch &   p,
const DimensionedField< Type, surfaceMesh > &   iF,
const dictionary &   dict  
)

Construct from patch, internal field and dictionary.

Definition at line 81 of file emptyFvsPatchField.C.

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

emptyFvsPatchField ( const emptyFvsPatchField< Type > &   ,
const fvPatch &   p,
const DimensionedField< Type, surfaceMesh > &   iF,
const fvPatchFieldMapper &    
)

Construct by mapping given emptyFvsPatchField onto a new patch.

Definition at line 50 of file emptyFvsPatchField.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorIn.

emptyFvsPatchField ( const emptyFvsPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 109 of file emptyFvsPatchField.C.

emptyFvsPatchField ( const emptyFvsPatchField< Type > &   ptf,
const DimensionedField< Type, surfaceMesh > &   iF  
)

Construct as copy setting internal field reference.

Definition at line 124 of file emptyFvsPatchField.C.


Member Function Documentation

TypeName ( emptyFvPatch::   typeName_()  )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fvsPatchField< Type >.

Definition at line 95 of file emptyFvsPatchField.H.

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

Construct and return a clone setting internal field reference.

Reimplemented from fvsPatchField< Type >.

Definition at line 112 of file emptyFvsPatchField.H.

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

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

Reimplemented from fvsPatchField< Type >.

Definition at line 129 of file emptyFvsPatchField.H.

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

Reverse map the given fvsPatchField onto this fvsPatchField.

Definition at line 136 of file emptyFvsPatchField.H.


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