slip with user-specified normal More...
#include <OpenFOAM/fixedNormalSlipPointPatchField.H>
slip with user-specified normal
Definition at line 63 of file fixedNormalSlipPointPatchField.H.
Public Member Functions | |
TypeName ("fixedNormalSlip") | |
Runtime type information. | |
fixedNormalSlipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field. | |
fixedNormalSlipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
fixedNormalSlipPointPatchField (const fixedNormalSlipPointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
virtual autoPtr < pointPatchField< Type > > | clone () const |
Construct and return a clone. | |
fixedNormalSlipPointPatchField (const fixedNormalSlipPointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
Construct as copy setting internal field reference. | |
virtual autoPtr < pointPatchField< Type > > | clone (const DimensionedField< Type, pointMesh > &iF) const |
Construct and return a clone setting internal field reference. | |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
Update the patch field. | |
virtual void | write (Ostream &) const |
Write. | |
![]() | |
TypeName ("slip") | |
Runtime type information. | |
slipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field. | |
slipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
slipPointPatchField (const slipPointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
slipPointPatchField (const slipPointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
Construct as copy setting internal field reference. | |
![]() | |
basicSymmetryPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field. | |
basicSymmetryPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
basicSymmetryPointPatchField (const basicSymmetryPointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
basicSymmetryPointPatchField (const basicSymmetryPointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
Construct as copy setting internal field reference. | |
![]() | |
TypeName ("pointPatchField") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, pointPatchField, pointPatch,(const pointPatch &p, const DimensionedField< Type, pointMesh > &iF),(p, iF)) | |
declareRunTimeSelectionTable (autoPtr, pointPatchField, patchMapper,(const pointPatchField< Type > &ptf, const pointPatch &p, const DimensionedField< Type, pointMesh > &iF, const pointPatchFieldMapper &m),(dynamic_cast< const pointPatchFieldType & >(ptf), p, iF, m)) | |
declareRunTimeSelectionTable (autoPtr, pointPatchField, dictionary,(const pointPatch &p, const DimensionedField< Type, pointMesh > &iF, const dictionary &dict),(p, iF, dict)) | |
pointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field. | |
pointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
pointPatchField (const pointPatchField< Type > &) | |
Construct as copy. | |
pointPatchField (const pointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
Construct as copy setting internal field reference. | |
virtual | ~pointPatchField () |
const objectRegistry & | db () const |
Return local objectRegistry. | |
label | size () const |
Return size. | |
const pointPatch & | patch () const |
Return patch. | |
const DimensionedField< Type, pointMesh > & | dimensionedInternalField () const |
Return dimensioned internal field reference. | |
const Field< Type > & | internalField () const |
Return internal field reference. | |
virtual bool | coupled () const |
Return true if this patch field is coupled. | |
bool | updated () const |
Return true if the boundary condition has already been updated. | |
tmp< Field< Type > > | patchInternalField () const |
Return field created from appropriate internal field values. | |
template<class Type1 > | |
tmp< Field< Type1 > > | patchInternalField (const Field< Type1 > &iF) const |
Return field created from appropriate internal field values. | |
template<class Type1 > | |
void | addToInternalField (Field< Type1 > &iF, const Field< Type1 > &pF) const |
Given the internal field and a patch field,. | |
template<class Type1 > | |
void | setInInternalField (Field< Type1 > &iF, const Field< Type1 > &pF, const labelList &meshPoints) const |
Given the internal field and a patch field,. | |
template<class Type1 > | |
void | setInInternalField (Field< Type1 > &iF, const Field< Type1 > &pF) const |
Given the internal field and a patch field,. | |
virtual void | autoMap (const pointPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. | |
virtual void | rmap (const pointPatchField< Type > &, const labelList &) |
Reverse map the given pointPatchField onto this pointPatchField. | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. | |
virtual void | initEvaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
Initialise evaluation of the patch field (do nothing) | |
virtual void | operator= (const pointPatchField< Type > &) |
virtual void | operator+= (const pointPatchField< Type > &) |
virtual void | operator-= (const pointPatchField< Type > &) |
virtual void | operator*= (const pointPatchField< scalar > &) |
virtual void | operator/= (const pointPatchField< scalar > &) |
virtual void | operator= (const Field< Type > &) |
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) |
virtual void | operator== (const pointPatchField< Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
fixedNormalSlipPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file fixedNormalSlipPointPatchField.C.
fixedNormalSlipPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 49 of file fixedNormalSlipPointPatchField.C.
fixedNormalSlipPointPatchField | ( | const fixedNormalSlipPointPatchField< Type > & | ptf, |
const pointPatch & | p, | ||
const DimensionedField< Type, pointMesh > & | iF, | ||
const pointPatchFieldMapper & | mapper | ||
) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 62 of file fixedNormalSlipPointPatchField.C.
fixedNormalSlipPointPatchField | ( | const fixedNormalSlipPointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 76 of file fixedNormalSlipPointPatchField.C.
TypeName | ( | "fixedNormalSlip" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from slipPointPatchField< Type >.
Definition at line 106 of file fixedNormalSlipPointPatchField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from slipPointPatchField< Type >.
Definition at line 126 of file fixedNormalSlipPointPatchField.H.
|
virtual |
Update the patch field.
Reimplemented from basicSymmetryPointPatchField< Type >.
Definition at line 89 of file fixedNormalSlipPointPatchField.C.
References Foam::I, and Foam::transform().
|
virtual |
Write.
Reimplemented from pointPatchField< Type >.
Definition at line 102 of file fixedNormalSlipPointPatchField.C.
References token::END_STATEMENT, Foam::nl, pointPatchField< Type >::write(), and Ostream::writeKeyword().