OpenFOAM logo
Open Source CFD Toolkit

partialSlipFvPatchField Class Template Reference

Inheritance diagram for partialSlipFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for partialSlipFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::partialSlipFvPatchField< Type >


Public Member Functions

 TypeName ("partialSlip")
 Runtime type information.
 partialSlipFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 partialSlipFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 partialSlipFvPatchField (const partialSlipFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping given partialSlipFvPatchField onto a new patch.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 partialSlipFvPatchField (const partialSlipFvPatchField< 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 void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const fvPatchField< Type > &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField.
virtual scalarFieldvalueFraction ()
virtual const scalarFieldvalueFraction () const
virtual tmp< Field< Type > > snGrad () const
 Return gradient at boundary.
virtual void evaluate ()
 Evaluate the patch field.
virtual tmp< Field< Type > > snGradTransformDiag () const
 Return face-gradient transform diagonal.
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

partialSlipFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping given partialSlipFvPatchField onto a new patch.

partialSlipFvPatchField const partialSlipFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual void autoMap const fvPatchFieldMapper  )  [virtual]
 

Map (and resize as needed) from self given a mapping object.

Reimplemented from fvPatchField.

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

Construct and return a clone setting internal field reference.

Implements transformFvPatchField.

Definition at line 116 of file partialSlipFvPatchField.H.

References Foam::labelList, and Foam::scalarField.

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

Construct and return a clone.

Implements transformFvPatchField.

Definition at line 100 of file partialSlipFvPatchField.H.

virtual void evaluate  )  [virtual]
 

Evaluate the patch field.

Reimplemented from fvPatchField.

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

Reimplemented from fvPatchField.

Definition at line 191 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 185 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 179 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 189 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 182 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 177 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 190 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 183 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 178 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 192 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 186 of file partialSlipFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 180 of file partialSlipFvPatchField.H.

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

Assignment of all entries to the given value.

Reimplemented from fvPatchField.

Definition at line 188 of file partialSlipFvPatchField.H.

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

Reimplemented from transformFvPatchField.

Definition at line 176 of file partialSlipFvPatchField.H.

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

Assignment from UList operator. Takes linear time.

Reimplemented from fvPatchField.

Definition at line 174 of file partialSlipFvPatchField.H.

virtual void rmap const fvPatchField< Type > &  ,
const labelList
[virtual]
 

Reverse map the given fvPatchField onto this fvPatchField.

Reimplemented from fvPatchField.

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

Return gradient at boundary.

Implements transformFvPatchField.

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

Return face-gradient transform diagonal.

Implements transformFvPatchField.

TypeName "partialSlip"   ) 
 

Runtime type information.

virtual const scalarField& valueFraction  )  const [inline, virtual]
 

Definition at line 150 of file partialSlipFvPatchField.H.

virtual scalarField& valueFraction  )  [inline, virtual]
 

Definition at line 145 of file partialSlipFvPatchField.H.

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