Public Member Functions | List of all members
coupledFvsPatchField< Type > Class Template Referenceabstract

Foam::coupledFvsPatchField. More...

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

Public Member Functions

 TypeName (coupledFvPatch::typeName_())
 
 coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
 
 coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const Field< Type > &)
 
 coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &)
 
 coupledFvsPatchField (const coupledFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &)
 
 coupledFvsPatchField (const coupledFvsPatchField< Type > &)
 
virtual tmp< fvsPatchField< Type > > clone () const =0
 
 coupledFvsPatchField (const coupledFvsPatchField< Type > &, const DimensionedField< Type, surfaceMesh > &)
 
virtual tmp< fvsPatchField< Type > > clone (const DimensionedField< Type, surfaceMesh > &) const =0
 
virtual bool coupled () const
 
- Public Member Functions inherited from fvsPatchField< Type >
 TypeName ("fvsPatchField")
 
 declareRunTimeSelectionTable (tmp, fvsPatchField, patch,(const fvPatch &p, const DimensionedField< Type, surfaceMesh > &iF),(p, iF))
 
 declareRunTimeSelectionTable (tmp, fvsPatchField, patchMapper,(const fvsPatchField< Type > &ptf, const fvPatch &p, const DimensionedField< Type, surfaceMesh > &iF, const fvPatchFieldMapper &m),(dynamic_cast< const fvsPatchFieldType & >(ptf), p, iF, m))
 
 declareRunTimeSelectionTable (tmp, fvsPatchField, dictionary,(const fvPatch &p, const DimensionedField< Type, surfaceMesh > &iF, const dictionary &dict),(p, iF, dict))
 
 fvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
 
 fvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const Field< Type > &)
 
 fvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &)
 
 fvsPatchField (const fvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &)
 
 fvsPatchField (const fvsPatchField< Type > &)
 
 fvsPatchField (const fvsPatchField< Type > &, const DimensionedField< Type, surfaceMesh > &)
 
virtual tmp< fvsPatchField< Type > > clone () const
 
Foam::tmp< Foam::fvsPatchField< Type > > NewCalculatedType (const fvPatch &p)
 
Foam::tmp< Foam::fvsPatchField< Type > > NewCalculatedType (const fvsPatchField< Type2 > &pf)
 
virtual ~fvsPatchField ()=default
 
const objectRegistrydb () const
 
const fvPatchpatch () const
 
const DimensionedField< Type, surfaceMesh > & internalField () const
 
const Field< Type > & primitiveField () const
 
virtual bool fixesValue () const
 
virtual bool coupled () const
 
virtual void autoMap (const fvPatchFieldMapper &)
 
virtual void rmap (const fvsPatchField< Type > &, const labelList &)
 
virtual void write (Ostream &) const
 
void check (const fvsPatchField< Type > &) const
 
virtual void operator= (const UList< Type > &)
 
virtual void operator= (const fvsPatchField< Type > &)
 
virtual void operator= (const Type &)
 
virtual void operator+= (const fvsPatchField< Type > &)
 
virtual void operator+= (const Field< Type > &)
 
virtual void operator+= (const Type &)
 
virtual void operator-= (const fvsPatchField< Type > &)
 
virtual void operator-= (const Field< Type > &)
 
virtual void operator-= (const Type &)
 
virtual void operator*= (const fvsPatchField< scalar > &)
 
virtual void operator*= (const Field< scalar > &)
 
virtual void operator*= (const scalar)
 
virtual void operator/= (const fvsPatchField< scalar > &)
 
virtual void operator/= (const Field< scalar > &)
 
virtual void operator/= (const scalar)
 
virtual void operator== (const fvsPatchField< Type > &)
 
virtual void operator== (const Field< Type > &)
 
virtual void operator== (const Type &)
 

Additional Inherited Members

- Public Types inherited from fvsPatchField< Type >
typedef fvPatch Patch
 
typedef calculatedFvsPatchField< Type > Calculated
 
- Static Public Member Functions inherited from fvsPatchField< Type >
static tmp< fvsPatchField< Type > > New (const word &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
 
static tmp< fvsPatchField< Type > > New (const word &, const word &actualPatchType, const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
 
static tmp< fvsPatchField< Type > > New (const fvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &)
 
static tmp< fvsPatchField< Type > > New (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &)
 
static tmp< fvsPatchField< Type > > NewCalculatedType (const fvPatch &)
 
static tmp< fvsPatchField< Type > > NewCalculatedType (const fvsPatchField< Type2 > &)
 
static const wordcalculatedType ()
 
- Static Public Attributes inherited from fvsPatchField< Type >
static int disallowGenericFvsPatchField
 

Detailed Description

template<class Type>
class Foam::coupledFvsPatchField< Type >

Foam::coupledFvsPatchField.

Source files

Definition at line 48 of file coupledFvsPatchField.H.

Constructor & Destructor Documentation

◆ coupledFvsPatchField() [1/6]

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

Definition at line 27 of file coupledFvsPatchField.C.

◆ coupledFvsPatchField() [2/6]

coupledFvsPatchField ( const fvPatch p,
const DimensionedField< Type, surfaceMesh > &  iF,
const Field< Type > &  f 
)

Definition at line 38 of file coupledFvsPatchField.C.

◆ coupledFvsPatchField() [3/6]

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

Definition at line 50 of file coupledFvsPatchField.C.

◆ coupledFvsPatchField() [4/6]

coupledFvsPatchField ( const coupledFvsPatchField< Type > &  ptf,
const fvPatch p,
const DimensionedField< Type, surfaceMesh > &  iF,
const fvPatchFieldMapper mapper 
)

Definition at line 62 of file coupledFvsPatchField.C.

◆ coupledFvsPatchField() [5/6]

coupledFvsPatchField ( const coupledFvsPatchField< Type > &  ptf)

Definition at line 75 of file coupledFvsPatchField.C.

◆ coupledFvsPatchField() [6/6]

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

Definition at line 85 of file coupledFvsPatchField.C.

Member Function Documentation

◆ TypeName()

TypeName ( coupledFvPatch::typeName_()  )

◆ clone() [1/2]

virtual tmp<fvsPatchField<Type> > clone ( ) const
pure virtual

◆ clone() [2/2]

virtual tmp<fvsPatchField<Type> > clone ( const DimensionedField< Type, surfaceMesh > &  ) const
pure virtual

◆ coupled()

virtual bool coupled ( ) const
inlinevirtual

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