Public Member Functions | Protected Attributes | List of all members
inletOutletFaPatchField< Type > Class Template Reference

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

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

Public Member Functions

 TypeName ("inletOutlet")
 
 inletOutletFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &)
 
 inletOutletFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &)
 
 inletOutletFaPatchField (const inletOutletFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &)
 
 inletOutletFaPatchField (const inletOutletFaPatchField< Type > &)
 
virtual tmp< faPatchField< Type > > clone () const
 
 inletOutletFaPatchField (const inletOutletFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &)
 
virtual tmp< faPatchField< Type > > clone (const DimensionedField< Type, areaMesh > &iF) const
 
virtual ~inletOutletFaPatchField ()=default
 
const wordphiName () const
 
wordphiName ()
 
virtual void updateCoeffs ()
 
virtual void write (Ostream &) const
 
- Public Member Functions inherited from mixedFaPatchField< Type >
 TypeName ("mixed")
 
 mixedFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &)
 
 mixedFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &)
 
 mixedFaPatchField (const mixedFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &)
 
 mixedFaPatchField (const mixedFaPatchField< Type > &)
 
 mixedFaPatchField (const mixedFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &)
 
virtual bool fixesValue () const
 
virtual Field< Type > & refValue ()
 
virtual const Field< Type > & refValue () const
 
virtual Field< Type > & refGrad ()
 
virtual const Field< Type > & refGrad () const
 
virtual scalarFieldvalueFraction ()
 
virtual const scalarFieldvalueFraction () const
 
virtual void autoMap (const faPatchFieldMapper &)
 
virtual void rmap (const faPatchField< Type > &, const labelList &)
 
virtual tmp< Field< Type > > snGrad () const
 
virtual void evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
 
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 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 tmp< Field< Type > > snGrad () const
 
virtual tmp< Field< Type > > patchInternalField () const
 
virtual tmp< Field< Type > > patchNeighbourField () const
 
virtual void initEvaluate (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 &)
 

Protected Attributes

word phiName_
 

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::inletOutletFaPatchField< Type >

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.

Source files

Definition at line 51 of file inletOutletFaPatchField.H.

Constructor & Destructor Documentation

◆ inletOutletFaPatchField() [1/5]

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

Definition at line 28 of file inletOutletFaPatchField.C.

◆ inletOutletFaPatchField() [2/5]

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

Definition at line 58 of file inletOutletFaPatchField.C.

References dict, and p.

◆ inletOutletFaPatchField() [3/5]

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

Definition at line 44 of file inletOutletFaPatchField.C.

◆ inletOutletFaPatchField() [4/5]

Definition at line 88 of file inletOutletFaPatchField.C.

◆ inletOutletFaPatchField() [5/5]

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

Definition at line 99 of file inletOutletFaPatchField.C.

◆ ~inletOutletFaPatchField()

virtual ~inletOutletFaPatchField ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "inletOutlet"  )

◆ clone() [1/2]

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

Reimplemented from mixedFaPatchField< Type >.

Definition at line 102 of file inletOutletFaPatchField.H.

◆ clone() [2/2]

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

Reimplemented from mixedFaPatchField< Type >.

Definition at line 119 of file inletOutletFaPatchField.H.

◆ phiName() [1/2]

const word& phiName ( ) const
inline

◆ phiName() [2/2]

word& phiName ( )
inline

◆ updateCoeffs()

void updateCoeffs
virtual

Reimplemented from faPatchField< Type >.

Definition at line 112 of file inletOutletFaPatchField.C.

References Foam::foamVersion::patch, and Foam::pos().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Reimplemented from mixedFaPatchField< Type >.

Definition at line 132 of file inletOutletFaPatchField.C.

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

Here is the call graph for this function:

Member Data Documentation

◆ phiName_

word phiName_
protected

Definition at line 60 of file inletOutletFaPatchField.H.

Referenced by inletOutletFaPatchField< Type >::phiName().


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