Foam::partialSlipFvPatchField. More...
#include <finiteVolume/partialSlipFvPatchField.H>
Foam::partialSlipFvPatchField.
Definition at line 50 of file partialSlipFvPatchField.H.
Public Member Functions | |
TypeName ("partialSlip") | |
Runtime type information.
| |
partialSlipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
partialSlipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
partialSlipFvPatchField (const partialSlipFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given partialSlipFvPatchField onto a new patch.
| |
partialSlipFvPatchField (const partialSlipFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
partialSlipFvPatchField (const partialSlipFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &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 scalarField & | valueFraction () |
virtual const scalarField & | valueFraction () const |
virtual tmp< Field< Type > > | snGrad () const |
Return gradient at boundary.
| |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
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) |
partialSlipFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 38 of file partialSlipFvPatchField.C.
partialSlipFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 64 of file partialSlipFvPatchField.C.
partialSlipFvPatchField | ( | const partialSlipFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given partialSlipFvPatchField onto a new patch.
Definition at line 50 of file partialSlipFvPatchField.C.
partialSlipFvPatchField | ( | const partialSlipFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 79 of file partialSlipFvPatchField.C.
partialSlipFvPatchField | ( | const partialSlipFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 90 of file partialSlipFvPatchField.C.
TypeName | ( | "partialSlip" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements transformFvPatchField< Type >.
Definition at line 99 of file partialSlipFvPatchField.H.
virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Implements transformFvPatchField< Type >.
Definition at line 116 of file partialSlipFvPatchField.H.
void autoMap | ( | const fvPatchFieldMapper & | m ) | [virtual]
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from fvPatchField< Type >.
Definition at line 104 of file partialSlipFvPatchField.C.
References fvPatchField< Type >::autoMap().
void rmap | ( | const fvPatchField< Type > & | ptf, |
const labelList & | addr | ||
) | [virtual]
|
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented from fvPatchField< Type >.
Definition at line 115 of file partialSlipFvPatchField.C.
References partialSlipFvPatchField< Type >::rmap(), and fvPatchField< Type >::rmap().
Referenced by partialSlipFvPatchField< Type >::rmap().
virtual scalarField& valueFraction | ( | ) | [inline, virtual]
|
Definition at line 147 of file partialSlipFvPatchField.H.
virtual const scalarField& valueFraction | ( | ) | const [inline, virtual]
|
Definition at line 152 of file partialSlipFvPatchField.H.
Return gradient at boundary.
Implements transformFvPatchField< Type >.
Definition at line 130 of file partialSlipFvPatchField.C.
References Foam::I, Foam::sqr(), and Foam::transform().
void evaluate | ( | const Pstream::commsTypes | commsType = Pstream::blocking
) |
[virtual]
|
Evaluate the patch field.
Reimplemented from fvPatchField< Type >.
Definition at line 143 of file partialSlipFvPatchField.C.
References fvPatchField< Type >::evaluate(), Foam::I, Foam::sqr(), and Foam::transform().
Return face-gradient transform diagonal.
Implements transformFvPatchField< Type >.
Definition at line 163 of file partialSlipFvPatchField.C.
References Field< Type >::component(), Foam::diag(), Foam::mag(), Foam::pow(), List< T >::size(), Vector< Cmpt >::X, Vector< Cmpt >::Y, and Vector< Cmpt >::Z.
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from fvPatchField< Type >.
Definition at line 180 of file partialSlipFvPatchField.C.
References fvPatchField< Type >::write().
virtual void operator= | ( | const UList< Type > & | ) | [inline, virtual]
|
Assignment from UList operator. Takes linear time.
Reimplemented from fvPatchField< Type >.
Definition at line 179 of file partialSlipFvPatchField.H.
virtual void operator= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from transformFvPatchField< Type >.
Definition at line 181 of file partialSlipFvPatchField.H.
virtual void operator+= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 182 of file partialSlipFvPatchField.H.
virtual void operator-= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 183 of file partialSlipFvPatchField.H.
virtual void operator*= | ( | const fvPatchField< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 184 of file partialSlipFvPatchField.H.
virtual void operator/= | ( | const fvPatchField< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 185 of file partialSlipFvPatchField.H.
virtual void operator+= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 187 of file partialSlipFvPatchField.H.
virtual void operator-= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 188 of file partialSlipFvPatchField.H.
virtual void operator*= | ( | const Field< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 190 of file partialSlipFvPatchField.H.
virtual void operator/= | ( | const Field< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 191 of file partialSlipFvPatchField.H.
virtual void operator= | ( | const Type & | ) | [inline, virtual]
|
Assignment of all entries to the given value.
Reimplemented from fvPatchField< Type >.
Definition at line 193 of file partialSlipFvPatchField.H.
virtual void operator+= | ( | const Type & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 194 of file partialSlipFvPatchField.H.
virtual void operator-= | ( | const Type & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 195 of file partialSlipFvPatchField.H.
virtual void operator*= | ( | const | scalar ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 196 of file partialSlipFvPatchField.H.
virtual void operator/= | ( | const | scalar ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 197 of file partialSlipFvPatchField.H.