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

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

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

Public Member Functions

 TypeName ("fixedValue")
 
 fixedValueFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &)
 
 fixedValueFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &)
 
 fixedValueFaPatchField (const fixedValueFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &)
 
 fixedValueFaPatchField (const fixedValueFaPatchField< Type > &)
 
virtual tmp< faPatchField< Type > > clone () const
 
 fixedValueFaPatchField (const fixedValueFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &)
 
virtual tmp< faPatchField< Type > > clone (const DimensionedField< Type, areaMesh > &iF) const
 
virtual bool fixesValue () const
 
virtual tmp< Field< Type > > valueInternalCoeffs (const tmp< scalarField > &) const
 
virtual tmp< Field< Type > > valueBoundaryCoeffs (const tmp< scalarField > &) const
 
virtual tmp< Field< Type > > gradientInternalCoeffs () const
 
virtual tmp< Field< Type > > gradientBoundaryCoeffs () const
 
virtual void write (Ostream &) const
 
virtual void operator= (const UList< Type > &)
 
virtual void operator= (const faPatchField< Type > &)
 
virtual void operator+= (const faPatchField< Type > &)
 
virtual void operator-= (const faPatchField< Type > &)
 
virtual void operator*= (const faPatchField< scalar > &)
 
virtual void operator/= (const faPatchField< 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 faPatchField< Type >
 TypeName ("faPatchField")
 
 declareRunTimeSelectionTable (tmp, faPatchField, patch,(const faPatch &p, const DimensionedField< Type, areaMesh > &iF),(p, iF))
 
 declareRunTimeSelectionTable (tmp, faPatchField, patchMapper,(const faPatchField< Type > &ptf, const faPatch &p, const DimensionedField< Type, areaMesh > &iF, const faPatchFieldMapper &m),(dynamic_cast< const faPatchFieldType & >(ptf), p, iF, m))
 
 declareRunTimeSelectionTable (tmp, faPatchField, dictionary,(const faPatch &p, const DimensionedField< Type, areaMesh > &iF, const dictionary &dict),(p, iF, dict))
 
 faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &)
 
 faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const Field< Type > &)
 
 faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &)
 
 faPatchField (const faPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &)
 
 faPatchField (const faPatchField< Type > &)
 
 faPatchField (const faPatchField< Type > &, const DimensionedField< Type, areaMesh > &)
 
virtual tmp< faPatchField< Type > > clone () const
 
Foam::tmp< Foam::faPatchField< Type > > NewCalculatedType (const faPatchField< Type2 > &pf)
 
virtual ~faPatchField ()=default
 
const objectRegistrydb () const
 
const faPatchpatch () const
 
const DimensionedField< Type, areaMesh > & internalField () const
 
const Field< Type > & primitiveField () const
 
const wordpatchType () const
 
wordpatchType ()
 
virtual bool fixesValue () const
 
virtual bool coupled () const
 
bool updated () const
 
virtual void autoMap (const faPatchFieldMapper &)
 
virtual void rmap (const faPatchField< Type > &, const labelList &)
 
virtual tmp< Field< Type > > snGrad () const
 
virtual void updateCoeffs ()
 
virtual tmp< Field< Type > > patchInternalField () const
 
virtual tmp< Field< Type > > patchNeighbourField () const
 
virtual void initEvaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
 
virtual void evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
 
virtual tmp< Field< Type > > valueInternalCoeffs (const tmp< Field< scalar >> &) const
 
virtual tmp< Field< Type > > valueBoundaryCoeffs (const tmp< Field< scalar >> &) const
 
virtual tmp< Field< Type > > gradientInternalCoeffs () const
 
virtual tmp< Field< Type > > gradientBoundaryCoeffs () const
 
void check (const faPatchField< Type > &) const
 
virtual void operator== (const faPatchField< Type > &)
 
virtual void operator== (const Field< Type > &)
 
virtual void operator== (const Type &)
 

Additional Inherited Members

- Public Types inherited from faPatchField< Type >
typedef faPatch Patch
 
typedef calculatedFaPatchField< Type > Calculated
 
- Static Public Member Functions inherited from faPatchField< Type >
static tmp< faPatchField< Type > > New (const word &patchFieldType, const word &actualPatchType, const faPatch &, const DimensionedField< Type, areaMesh > &)
 
static tmp< faPatchField< Type > > New (const word &patchFieldType, const faPatch &, const DimensionedField< Type, areaMesh > &)
 
static tmp< faPatchField< Type > > New (const faPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &)
 
static tmp< faPatchField< Type > > New (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &)
 
static tmp< faPatchField< Type > > NewCalculatedType (const faPatchField< Type2 > &)
 
static const wordcalculatedType ()
 
- Static Public Attributes inherited from faPatchField< Type >
static int disallowGenericFaPatchField
 

Detailed Description

template<class Type>
class Foam::fixedValueFaPatchField< Type >

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.

Source files

Definition at line 50 of file fixedValueFaPatchField.H.

Constructor & Destructor Documentation

◆ fixedValueFaPatchField() [1/5]

fixedValueFaPatchField ( const faPatch p,
const DimensionedField< Type, areaMesh > &  iF 
)

Definition at line 27 of file fixedValueFaPatchField.C.

◆ fixedValueFaPatchField() [2/5]

fixedValueFaPatchField ( const faPatch p,
const DimensionedField< Type, areaMesh > &  iF,
const dictionary dict 
)

Definition at line 38 of file fixedValueFaPatchField.C.

◆ fixedValueFaPatchField() [3/5]

fixedValueFaPatchField ( const fixedValueFaPatchField< Type > &  ptf,
const faPatch p,
const DimensionedField< Type, areaMesh > &  iF,
const faPatchFieldMapper mapper 
)

Definition at line 61 of file fixedValueFaPatchField.C.

◆ fixedValueFaPatchField() [4/5]

Definition at line 74 of file fixedValueFaPatchField.C.

◆ fixedValueFaPatchField() [5/5]

fixedValueFaPatchField ( const fixedValueFaPatchField< Type > &  ptf,
const DimensionedField< Type, areaMesh > &  iF 
)

Definition at line 50 of file fixedValueFaPatchField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "fixedValue"  )

◆ clone() [1/2]

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

Reimplemented in timeVaryingUniformFixedValueFaPatchField< Type >.

Definition at line 95 of file fixedValueFaPatchField.H.

◆ clone() [2/2]

virtual tmp<faPatchField<Type> > clone ( const DimensionedField< Type, areaMesh > &  iF) const
inlinevirtual

Reimplemented from faPatchField< Type >.

Reimplemented in timeVaryingUniformFixedValueFaPatchField< Type >.

Definition at line 112 of file fixedValueFaPatchField.H.

◆ fixesValue()

virtual bool fixesValue ( ) const
inlinevirtual

Definition at line 130 of file fixedValueFaPatchField.H.

◆ valueInternalCoeffs()

Foam::tmp< Foam::Field< Type > > valueInternalCoeffs ( const tmp< scalarField > &  ) const
virtual

Definition at line 87 of file fixedValueFaPatchField.C.

References Foam::Zero.

◆ valueBoundaryCoeffs()

Foam::tmp< Foam::Field< Type > > valueBoundaryCoeffs ( const tmp< scalarField > &  ) const
virtual

Definition at line 101 of file fixedValueFaPatchField.C.

◆ gradientInternalCoeffs()

Foam::tmp< Foam::Field< Type > > gradientInternalCoeffs
virtual

Definition at line 111 of file fixedValueFaPatchField.C.

References Foam::foamVersion::patch.

◆ gradientBoundaryCoeffs()

Foam::tmp< Foam::Field< Type > > gradientBoundaryCoeffs
virtual

Definition at line 119 of file fixedValueFaPatchField.C.

References Foam::foamVersion::patch.

◆ write()

void write ( Ostream os) const
virtual

Reimplemented from faPatchField< Type >.

Reimplemented in timeVaryingUniformFixedValueFaPatchField< Type >.

Definition at line 126 of file fixedValueFaPatchField.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 faPatchField< Type >.

Definition at line 167 of file fixedValueFaPatchField.H.

◆ operator=() [2/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 169 of file fixedValueFaPatchField.H.

◆ operator+=() [1/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 170 of file fixedValueFaPatchField.H.

◆ operator-=() [1/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 171 of file fixedValueFaPatchField.H.

◆ operator*=() [1/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 172 of file fixedValueFaPatchField.H.

◆ operator/=() [1/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 173 of file fixedValueFaPatchField.H.

◆ operator+=() [2/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 175 of file fixedValueFaPatchField.H.

◆ operator-=() [2/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 176 of file fixedValueFaPatchField.H.

◆ operator*=() [2/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 178 of file fixedValueFaPatchField.H.

◆ operator/=() [2/3]

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

Reimplemented from faPatchField< Type >.

Definition at line 179 of file fixedValueFaPatchField.H.

◆ operator=() [3/3]

virtual void operator= ( const Type &  )
inlinevirtual

Reimplemented from faPatchField< Type >.

Definition at line 181 of file fixedValueFaPatchField.H.

◆ operator+=() [3/3]

virtual void operator+= ( const Type &  )
inlinevirtual

Reimplemented from faPatchField< Type >.

Definition at line 182 of file fixedValueFaPatchField.H.

◆ operator-=() [3/3]

virtual void operator-= ( const Type &  )
inlinevirtual

Reimplemented from faPatchField< Type >.

Definition at line 183 of file fixedValueFaPatchField.H.

◆ operator*=() [3/3]

virtual void operator*= ( const  scalar)
inlinevirtual

Reimplemented from faPatchField< Type >.

Definition at line 184 of file fixedValueFaPatchField.H.

◆ operator/=() [3/3]

virtual void operator/= ( const  scalar)
inlinevirtual

Reimplemented from faPatchField< Type >.

Definition at line 185 of file fixedValueFaPatchField.H.


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