emptyFaePatchField< Type > Class Template Reference

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd. More...

Inheritance diagram for emptyFaePatchField< Type >:
[legend]
Collaboration diagram for emptyFaePatchField< Type >:
[legend]

Public Member Functions

 TypeName ("empty")
 Runtime type information. More...
 
 emptyFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &)
 Construct from patch and internal field. More...
 
 emptyFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 emptyFaePatchField (const emptyFaePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &)
 Construct by mapping given emptyFaePatchField onto a new patch. More...
 
 emptyFaePatchField (const emptyFaePatchField< Type > &)
 Construct as copy. More...
 
virtual tmp< faePatchField< Type > > clone () const
 Construct and return a clone. More...
 
 emptyFaePatchField (const emptyFaePatchField< Type > &, const DimensionedField< Type, edgeMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< faePatchField< Type > > clone (const DimensionedField< Type, edgeMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual ~emptyFaePatchField ()=default
 Destructor. More...
 
virtual void autoMap (const faPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object. More...
 
virtual void rmap (const faePatchField< Type > &, const labelList &)
 Reverse map the given fvsPatchField onto this fvsPatchField. More...
 
- Public Member Functions inherited from faePatchField< Type >
 TypeName ("faePatchField")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, faePatchField, patch,(const faPatch &p, const DimensionedField< Type, edgeMesh > &iF),(p, iF))
 
 declareRunTimeSelectionTable (tmp, faePatchField, patchMapper,(const faePatchField< Type > &ptf, const faPatch &p, const DimensionedField< Type, edgeMesh > &iF, const faPatchFieldMapper &m),(dynamic_cast< const faePatchFieldType & >(ptf), p, iF, m))
 
 declareRunTimeSelectionTable (tmp, faePatchField, dictionary,(const faPatch &p, const DimensionedField< Type, edgeMesh > &iF, const dictionary &dict),(p, iF, dict))
 
 faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &)
 Construct from patch and internal field. More...
 
 faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const Field< Type > &)
 Construct from patch and internal field and patch field. More...
 
 faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 faePatchField (const faePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &)
 Construct by mapping the given faePatchField onto a new patch. More...
 
 faePatchField (const faePatchField< Type > &)
 Construct as copy. More...
 
 faePatchField (const faePatchField< Type > &, const DimensionedField< Type, edgeMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual ~faePatchField ()=default
 Destructor. More...
 
const objectRegistrydb () const
 Return local objectRegistry. More...
 
const faPatchpatch () const
 Return patch. More...
 
const DimensionedField< Type, edgeMesh > & internalField () const
 Return dimensioned internal field reference. More...
 
const Field< Type > & primitiveField () const
 Return internal field reference. More...
 
virtual bool fixesValue () const
 Return true if this patch field fixes a value. More...
 
virtual bool coupled () const
 Return true if this patch field is coupled. More...
 
virtual void write (Ostream &) const
 Write. More...
 
void check (const faePatchField< Type > &) const
 Check faePatchField<Type> against given faePatchField<Type> More...
 
virtual void operator= (const UList< Type > &)
 
virtual void operator= (const faePatchField< Type > &)
 
virtual void operator+= (const faePatchField< Type > &)
 
virtual void operator-= (const faePatchField< Type > &)
 
virtual void operator*= (const faePatchField< scalar > &)
 
virtual void operator/= (const faePatchField< scalar > &)
 
virtual void operator+= (const Field< Type > &)
 
virtual void operator-= (const Field< Type > &)
 
virtual void operator*= (const Field< scalar > &)
 
virtual void operator/= (const Field< scalar > &)
 
virtual void operator= (const Type &)
 
virtual void operator+= (const Type &)
 
virtual void operator-= (const Type &)
 
virtual void operator*= (const scalar)
 
virtual void operator/= (const scalar)
 
virtual void operator== (const faePatchField< Type > &)
 
virtual void operator== (const Field< Type > &)
 
virtual void operator== (const Type &)
 
template<class Type2 >
Foam::tmp< Foam::faePatchField< Type > > NewCalculatedType (const faePatchField< Type2 > &pf)
 

Additional Inherited Members

- Public Types inherited from faePatchField< Type >
typedef faPatch Patch
 
typedef calculatedFaePatchField< Type > Calculated
 
- Static Public Member Functions inherited from faePatchField< Type >
static tmp< faePatchField< Type > > New (const word &, const faPatch &, const DimensionedField< Type, edgeMesh > &)
 Return a pointer to a new patchField created on freestore given. More...
 
static tmp< faePatchField< Type > > New (const faePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &)
 Return a pointer to a new patchField created on freestore from. More...
 
static tmp< faePatchField< Type > > New (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &)
 Return a pointer to a new patchField created on freestore. More...
 
template<class Type2 >
static tmp< faePatchField< Type > > NewCalculatedType (const faePatchField< Type2 > &)
 Return a pointer to a new calculatedFaePatchField created on. More...
 
static const wordcalculatedType ()
 Return the type of the calculated for of faePatchField. More...
 
- Static Public Attributes inherited from faePatchField< Type >
static int disallowGenericFaePatchField
 Debug switch to disallow the use of. More...
 

Detailed Description

template<class Type>
class Foam::emptyFaePatchField< Type >

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.

Source files

Definition at line 56 of file emptyFaePatchField.H.

Constructor & Destructor Documentation

◆ emptyFaePatchField() [1/5]

emptyFaePatchField ( const faPatch p,
const DimensionedField< Type, edgeMesh > &  iF 
)

Construct from patch and internal field.

Definition at line 35 of file emptyFaePatchField.C.

◆ emptyFaePatchField() [2/5]

emptyFaePatchField ( const faPatch p,
const DimensionedField< Type, edgeMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 69 of file emptyFaePatchField.C.

References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, p, and Foam::foamVersion::patch.

Here is the call graph for this function:

◆ emptyFaePatchField() [3/5]

emptyFaePatchField ( const emptyFaePatchField< Type > &  ,
const faPatch p,
const DimensionedField< Type, edgeMesh > &  iF,
const faPatchFieldMapper  
)

Construct by mapping given emptyFaePatchField onto a new patch.

Definition at line 46 of file emptyFaePatchField.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::foamVersion::patch.

Here is the call graph for this function:

◆ emptyFaePatchField() [4/5]

emptyFaePatchField ( const emptyFaePatchField< Type > &  ptf)

Construct as copy.

Definition at line 89 of file emptyFaePatchField.C.

◆ emptyFaePatchField() [5/5]

emptyFaePatchField ( const emptyFaePatchField< Type > &  ptf,
const DimensionedField< Type, edgeMesh > &  iF 
)

Construct as copy setting internal field reference.

Definition at line 104 of file emptyFaePatchField.C.

◆ ~emptyFaePatchField()

virtual ~emptyFaePatchField ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "empty"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<faePatchField<Type> > clone ( ) const
inlinevirtual

Construct and return a clone.

Reimplemented from faePatchField< Type >.

Definition at line 100 of file emptyFaePatchField.H.

◆ clone() [2/2]

virtual tmp<faePatchField<Type> > clone ( const DimensionedField< Type, edgeMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Reimplemented from faePatchField< Type >.

Definition at line 117 of file emptyFaePatchField.H.

◆ autoMap()

virtual void autoMap ( const faPatchFieldMapper )
inlinevirtual

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

Reimplemented from faePatchField< Type >.

Definition at line 137 of file emptyFaePatchField.H.

◆ rmap()

virtual void rmap ( const faePatchField< Type > &  ,
const labelList  
)
inlinevirtual

Reverse map the given fvsPatchField onto this fvsPatchField.

Reimplemented from faePatchField< Type >.

Definition at line 144 of file emptyFaePatchField.H.


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