OpenFOAM logo
Open Source CFD Toolkit

slicedFvPatchField Class Template Reference

Inheritance diagram for slicedFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for slicedFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::slicedFvPatchField< Type >


Public Member Functions

 TypeName ("sliced")
 Runtime type information.
 slicedFvPatchField (const fvPatch &, const Field< Type > &, const Field< Type > &)
 Construct from patch, internal field and field to slice.
 slicedFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 slicedFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 slicedFvPatchField (const slicedFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping the given slicedFvPatchField<Type>.
 slicedFvPatchField (const slicedFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 slicedFvPatchField (const slicedFvPatchField< Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField<
Type > > 
clone (const Field< Type > &iF) const
 Construct and return a clone setting internal field reference.
virtual ~slicedFvPatchField ()
virtual bool fixesValue () const
 Return true if this patch field fixes a value.
virtual tmp< Field< Type > > snGrad () const
 Return patch-normal gradient.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual tmp< Field< Type > > patchInternalField () const
 Return internal field next to patch as patch field.
virtual tmp< Field< Type > > patchNeighbourField (const Field< Type > &iField) const
 Return neighbour coupled given internal cell data.
virtual tmp< labelFieldnbrColour (const labelField &iColour) const
 Return neighbour colouring.
virtual tmp< Field< Type > > patchNeighbourField () const
 Return patchField of the values on the patch or on the.
virtual void initEvaluate (const bool=false)
 Initialise the evaluation of the patch field.
virtual void evaluate ()
 Evaluate the patch field, sets Updated to false.
virtual tmp< Field< Type > > valueInternalCoeffs (const tmp< scalarField > &) const
 Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > > valueBoundaryCoeffs (const tmp< scalarField > &) const
 Return the matrix source coefficients corresponding to the.
virtual tmp< Field< Type > > gradientInternalCoeffs () const
 Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > > gradientBoundaryCoeffs () const
 Return the matrix source coefficients corresponding to the.
virtual void write (Ostream &) const
 Write.
virtual void operator= (const UList< Type > &)
 Assignment from UList operator. Takes linear time.
virtual void operator= (const fvPatchField< Type > &)
virtual void operator+= (const fvPatchField< Type > &)
virtual void operator-= (const fvPatchField< Type > &)
virtual void operator *= (const fvPatchField< scalar > &)
virtual void operator/= (const fvPatchField< 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 &)
 Assignment of all entries to the given value.
virtual void operator+= (const Type &)
virtual void operator-= (const Type &)
virtual void operator *= (const scalar)
virtual void operator/= (const scalar)

Constructor & Destructor Documentation

slicedFvPatchField const fvPatch ,
const Field< Type > &  ,
const Field< Type > & 
 

Construct from patch, internal field and field to slice.

slicedFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

slicedFvPatchField const fvPatch ,
const Field< Type > &  ,
const dictionary
 

Construct from patch, internal field and dictionary.

slicedFvPatchField const slicedFvPatchField< Type > &  ,
const fvPatch ,
const Field< Type > &  ,
const fvPatchFieldMapper
 

Construct by mapping the given slicedFvPatchField<Type>.

onto a new patch

slicedFvPatchField const slicedFvPatchField< Type > &   ) 
 

Construct as copy.

slicedFvPatchField const slicedFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.

virtual ~slicedFvPatchField  )  [virtual]
 


Member Function Documentation

virtual tmp<fvPatchField<Type> > clone const Field< Type > &  iF  )  const [virtual]
 

Construct and return a clone setting internal field reference.

Reimplemented from fvPatchField.

virtual tmp<fvPatchField<Type> > clone  )  const [virtual]
 

Construct and return a clone.

Reimplemented from fvPatchField.

virtual void evaluate  )  [virtual]
 

Evaluate the patch field, sets Updated to false.

Reimplemented from fvPatchField.

virtual bool fixesValue  )  const [inline, virtual]
 

Return true if this patch field fixes a value.

Needed to check if a level has to be specified while solving Poissons equations.

Reimplemented from fvPatchField.

Definition at line 143 of file slicedFvPatchField.H.

References Foam::labelField.

virtual tmp<Field<Type> > gradientBoundaryCoeffs  )  const [virtual]
 

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

virtual tmp<Field<Type> > gradientInternalCoeffs  )  const [virtual]
 

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

virtual void initEvaluate const   bool = false  )  [virtual]
 

Initialise the evaluation of the patch field.

Reimplemented from fvPatchField.

virtual tmp<labelField> nbrColour const labelField iColour  )  const [virtual]
 

Return neighbour colouring.

Needed for AMG solver agglomeration

Reimplemented from fvPatchField.

virtual void operator *= const   scalar  )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 245 of file slicedFvPatchField.H.

virtual void operator *= const Field< scalar > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 239 of file slicedFvPatchField.H.

virtual void operator *= const fvPatchField< scalar > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 233 of file slicedFvPatchField.H.

virtual void operator+= const Type &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 243 of file slicedFvPatchField.H.

virtual void operator+= const Field< Type > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 236 of file slicedFvPatchField.H.

virtual void operator+= const fvPatchField< Type > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 231 of file slicedFvPatchField.H.

virtual void operator-= const Type &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 244 of file slicedFvPatchField.H.

virtual void operator-= const Field< Type > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 237 of file slicedFvPatchField.H.

virtual void operator-= const fvPatchField< Type > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 232 of file slicedFvPatchField.H.

virtual void operator/= const   scalar  )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 246 of file slicedFvPatchField.H.

virtual void operator/= const Field< scalar > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 240 of file slicedFvPatchField.H.

virtual void operator/= const fvPatchField< scalar > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 234 of file slicedFvPatchField.H.

virtual void operator= const Type &   )  [inline, virtual]
 

Assignment of all entries to the given value.

Reimplemented from fvPatchField.

Definition at line 242 of file slicedFvPatchField.H.

virtual void operator= const fvPatchField< Type > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 230 of file slicedFvPatchField.H.

virtual void operator= const UList< Type > &   )  [inline, virtual]
 

Assignment from UList operator. Takes linear time.

Reimplemented from fvPatchField.

Definition at line 228 of file slicedFvPatchField.H.

virtual tmp<Field<Type> > patchInternalField  )  const [virtual]
 

Return internal field next to patch as patch field.

Reimplemented from fvPatchField.

virtual tmp<Field<Type> > patchNeighbourField  )  const [virtual]
 

Return patchField of the values on the patch or on the.

opposite patch

Reimplemented from fvPatchField.

virtual tmp<Field<Type> > patchNeighbourField const Field< Type > &  iField  )  const [virtual]
 

Return neighbour coupled given internal cell data.

Reimplemented from fvPatchField.

virtual tmp<Field<Type> > snGrad  )  const [virtual]
 

Return patch-normal gradient.

Reimplemented from fvPatchField.

TypeName "sliced"   ) 
 

Runtime type information.

virtual void updateCoeffs  )  [virtual]
 

Update the coefficients associated with the patch field.

Sets Updated to true

Reimplemented from fvPatchField.

virtual tmp<Field<Type> > valueBoundaryCoeffs const tmp< scalarField > &   )  const [virtual]
 

Return the matrix source coefficients corresponding to the.

evaluation of the value of this patchField with given weights

virtual tmp<Field<Type> > valueInternalCoeffs const tmp< scalarField > &   )  const [virtual]
 

Return the matrix diagonal coefficients corresponding to the.

evaluation of the value of this patchField with given weights

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented from fvPatchField.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org