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

Foam::fixedValueFvsPatchField. More...

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

Public Member Functions

 TypeName ("fixedValue")
 
 fixedValueFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
 
 fixedValueFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &)
 
 fixedValueFvsPatchField (const fixedValueFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &)
 
 fixedValueFvsPatchField (const fixedValueFvsPatchField< Type > &)
 
virtual tmp< fvsPatchField< Type > > clone () const
 
 fixedValueFvsPatchField (const fixedValueFvsPatchField< Type > &, const DimensionedField< Type, surfaceMesh > &)
 
virtual tmp< fvsPatchField< Type > > clone (const DimensionedField< Type, surfaceMesh > &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 operator= (const UList< Type > &)
 
virtual void operator= (const fvsPatchField< Type > &)
 
virtual void operator+= (const fvsPatchField< Type > &)
 
virtual void operator-= (const fvsPatchField< Type > &)
 
virtual void operator*= (const fvsPatchField< scalar > &)
 
virtual void operator/= (const fvsPatchField< 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 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 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::fixedValueFvsPatchField< Type >

Foam::fixedValueFvsPatchField.

Source files

Definition at line 47 of file fixedValueFvsPatchField.H.

Constructor & Destructor Documentation

◆ fixedValueFvsPatchField() [1/5]

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

Definition at line 27 of file fixedValueFvsPatchField.C.

◆ fixedValueFvsPatchField() [2/5]

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

Definition at line 38 of file fixedValueFvsPatchField.C.

◆ fixedValueFvsPatchField() [3/5]

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

Definition at line 50 of file fixedValueFvsPatchField.C.

◆ fixedValueFvsPatchField() [4/5]

Definition at line 63 of file fixedValueFvsPatchField.C.

◆ fixedValueFvsPatchField() [5/5]

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

Definition at line 73 of file fixedValueFvsPatchField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "fixedValue"  )

◆ clone() [1/2]

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

Definition at line 92 of file fixedValueFvsPatchField.H.

◆ clone() [2/2]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 109 of file fixedValueFvsPatchField.H.

◆ fixesValue()

virtual bool fixesValue ( ) const
inlinevirtual

Definition at line 127 of file fixedValueFvsPatchField.H.

◆ valueInternalCoeffs()

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

Definition at line 87 of file fixedValueFvsPatchField.C.

References Foam::Zero.

◆ valueBoundaryCoeffs()

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

Definition at line 101 of file fixedValueFvsPatchField.C.

◆ gradientInternalCoeffs()

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

Definition at line 111 of file fixedValueFvsPatchField.C.

References Foam::foamVersion::patch.

◆ gradientBoundaryCoeffs()

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

Definition at line 119 of file fixedValueFvsPatchField.C.

References Foam::foamVersion::patch.

◆ operator=() [1/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 160 of file fixedValueFvsPatchField.H.

◆ operator=() [2/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 162 of file fixedValueFvsPatchField.H.

◆ operator+=() [1/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 163 of file fixedValueFvsPatchField.H.

◆ operator-=() [1/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 164 of file fixedValueFvsPatchField.H.

◆ operator*=() [1/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 165 of file fixedValueFvsPatchField.H.

◆ operator/=() [1/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 166 of file fixedValueFvsPatchField.H.

◆ operator+=() [2/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 168 of file fixedValueFvsPatchField.H.

◆ operator-=() [2/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 169 of file fixedValueFvsPatchField.H.

◆ operator*=() [2/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 171 of file fixedValueFvsPatchField.H.

◆ operator/=() [2/3]

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

Reimplemented from fvsPatchField< Type >.

Definition at line 172 of file fixedValueFvsPatchField.H.

◆ operator=() [3/3]

virtual void operator= ( const Type &  )
inlinevirtual

Reimplemented from fvsPatchField< Type >.

Definition at line 174 of file fixedValueFvsPatchField.H.

◆ operator+=() [3/3]

virtual void operator+= ( const Type &  )
inlinevirtual

Reimplemented from fvsPatchField< Type >.

Definition at line 175 of file fixedValueFvsPatchField.H.

◆ operator-=() [3/3]

virtual void operator-= ( const Type &  )
inlinevirtual

Reimplemented from fvsPatchField< Type >.

Definition at line 176 of file fixedValueFvsPatchField.H.

◆ operator*=() [3/3]

virtual void operator*= ( const  scalar)
inlinevirtual

Reimplemented from fvsPatchField< Type >.

Definition at line 177 of file fixedValueFvsPatchField.H.

◆ operator/=() [3/3]

virtual void operator/= ( const  scalar)
inlinevirtual

Reimplemented from fvsPatchField< Type >.

Definition at line 178 of file fixedValueFvsPatchField.H.


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