![]() |
|
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 scalarField & | valueFraction () |
virtual const scalarField & | valueFraction () 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) |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given partialSlipFvPatchField onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from fvPatchField. |
|
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. |
|
Construct and return a clone.
Implements transformFvPatchField. Definition at line 100 of file partialSlipFvPatchField.H. |
|
Evaluate the patch field.
Reimplemented from fvPatchField. |
|
Reimplemented from fvPatchField. Definition at line 191 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 185 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 179 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 189 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 182 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 177 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 190 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 183 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 178 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 192 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 186 of file partialSlipFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 180 of file partialSlipFvPatchField.H. |
|
Assignment of all entries to the given value.
Reimplemented from fvPatchField. Definition at line 188 of file partialSlipFvPatchField.H. |
|
Reimplemented from transformFvPatchField. Definition at line 176 of file partialSlipFvPatchField.H. |
|
Assignment from UList operator. Takes linear time.
Reimplemented from fvPatchField. Definition at line 174 of file partialSlipFvPatchField.H. |
|
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented from fvPatchField. |
|
Return gradient at boundary.
Implements transformFvPatchField. |
|
Return face-gradient transform diagonal.
Implements transformFvPatchField. |
|
Runtime type information.
|
|
Definition at line 150 of file partialSlipFvPatchField.H. |
|
Definition at line 145 of file partialSlipFvPatchField.H. |
|
Write.
Reimplemented from fvPatchField. |