Public Member Functions | List of all members
fixedValueFaePatchField< Type > Class Template Reference

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

Inheritance diagram for fixedValueFaePatchField< Type >:
Inheritance graph
[legend]
Collaboration diagram for fixedValueFaePatchField< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("fixedValue")
 
 fixedValueFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &)
 
 fixedValueFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &)
 
 fixedValueFaePatchField (const fixedValueFaePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &)
 
 fixedValueFaePatchField (const fixedValueFaePatchField< Type > &)
 
virtual tmp< faePatchField< Type > > clone () const
 
 fixedValueFaePatchField (const fixedValueFaePatchField< Type > &, const DimensionedField< Type, edgeMesh > &)
 
virtual tmp< faePatchField< Type > > clone (const DimensionedField< Type, edgeMesh > &iF) const
 
virtual ~fixedValueFaePatchField ()=default
 
virtual bool fixesValue () const
 
virtual void write (Ostream &) const
 
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)
 
- Public Member Functions inherited from faePatchField< Type >
 TypeName ("faePatchField")
 
 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 > &)
 
 faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const Field< Type > &)
 
 faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &)
 
 faePatchField (const faePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &)
 
 faePatchField (const faePatchField< Type > &)
 
 faePatchField (const faePatchField< Type > &, const DimensionedField< Type, edgeMesh > &)
 
virtual tmp< faePatchField< Type > > clone () const
 
virtual ~faePatchField ()=default
 
Foam::tmp< Foam::faePatchField< Type > > NewCalculatedType (const faePatchField< Type2 > &pf)
 
const objectRegistrydb () const
 
const faPatchpatch () const
 
const DimensionedField< Type, edgeMesh > & internalField () const
 
const Field< Type > & primitiveField () const
 
virtual bool fixesValue () const
 
virtual bool coupled () const
 
virtual void autoMap (const faPatchFieldMapper &)
 
virtual void rmap (const faePatchField< Type > &, const labelList &)
 
void check (const faePatchField< Type > &) const
 
virtual void operator== (const faePatchField< Type > &)
 
virtual void operator== (const Field< Type > &)
 
virtual void operator== (const Type &)
 

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 > &)
 
static tmp< faePatchField< Type > > New (const faePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &)
 
static tmp< faePatchField< Type > > New (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &)
 
static tmp< faePatchField< Type > > NewCalculatedType (const faePatchField< Type2 > &)
 
static const wordcalculatedType ()
 
- Static Public Attributes inherited from faePatchField< Type >
static int disallowGenericFaePatchField
 

Detailed Description

template<class Type>
class Foam::fixedValueFaePatchField< Type >

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.

Source files

Definition at line 51 of file fixedValueFaePatchField.H.

Constructor & Destructor Documentation

◆ fixedValueFaePatchField() [1/5]

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

Definition at line 27 of file fixedValueFaePatchField.C.

◆ fixedValueFaePatchField() [2/5]

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

Definition at line 38 of file fixedValueFaePatchField.C.

◆ fixedValueFaePatchField() [3/5]

fixedValueFaePatchField ( const fixedValueFaePatchField< Type > &  ptf,
const faPatch p,
const DimensionedField< Type, edgeMesh > &  iF,
const faPatchFieldMapper mapper 
)

Definition at line 61 of file fixedValueFaePatchField.C.

◆ fixedValueFaePatchField() [4/5]

Definition at line 74 of file fixedValueFaePatchField.C.

◆ fixedValueFaePatchField() [5/5]

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

Definition at line 50 of file fixedValueFaePatchField.C.

◆ ~fixedValueFaePatchField()

virtual ~fixedValueFaePatchField ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "fixedValue"  )

◆ clone() [1/2]

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

Definition at line 96 of file fixedValueFaePatchField.H.

◆ clone() [2/2]

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

Reimplemented from faePatchField< Type >.

Definition at line 113 of file fixedValueFaePatchField.H.

◆ fixesValue()

virtual bool fixesValue ( ) const
inlinevirtual

Definition at line 134 of file fixedValueFaePatchField.H.

◆ write()

void write ( Ostream os) const
virtual

Reimplemented from faePatchField< Type >.

Definition at line 85 of file fixedValueFaePatchField.C.

References os(), and Foam::vtk::write().

Here is the call graph for this function:

◆ operator=() [1/3]

virtual void operator= ( const UList< Type > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 146 of file fixedValueFaePatchField.H.

◆ operator=() [2/3]

virtual void operator= ( const faePatchField< Type > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 148 of file fixedValueFaePatchField.H.

◆ operator+=() [1/3]

virtual void operator+= ( const faePatchField< Type > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 149 of file fixedValueFaePatchField.H.

◆ operator-=() [1/3]

virtual void operator-= ( const faePatchField< Type > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 150 of file fixedValueFaePatchField.H.

◆ operator*=() [1/3]

virtual void operator*= ( const faePatchField< scalar > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 151 of file fixedValueFaePatchField.H.

◆ operator/=() [1/3]

virtual void operator/= ( const faePatchField< scalar > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 152 of file fixedValueFaePatchField.H.

◆ operator+=() [2/3]

virtual void operator+= ( const Field< Type > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 154 of file fixedValueFaePatchField.H.

◆ operator-=() [2/3]

virtual void operator-= ( const Field< Type > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 155 of file fixedValueFaePatchField.H.

◆ operator*=() [2/3]

virtual void operator*= ( const Field< scalar > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 157 of file fixedValueFaePatchField.H.

◆ operator/=() [2/3]

virtual void operator/= ( const Field< scalar > &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 158 of file fixedValueFaePatchField.H.

◆ operator=() [3/3]

virtual void operator= ( const Type &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 160 of file fixedValueFaePatchField.H.

◆ operator+=() [3/3]

virtual void operator+= ( const Type &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 161 of file fixedValueFaePatchField.H.

◆ operator-=() [3/3]

virtual void operator-= ( const Type &  )
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 162 of file fixedValueFaePatchField.H.

◆ operator*=() [3/3]

virtual void operator*= ( const  scalar)
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 163 of file fixedValueFaePatchField.H.

◆ operator/=() [3/3]

virtual void operator/= ( const  scalar)
inlinevirtual

Reimplemented from faePatchField< Type >.

Definition at line 164 of file fixedValueFaePatchField.H.


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