A Symmetry boundary condition for pointField. More...
#include <OpenFOAM/basicSymmetryPointPatchField.H>
A Symmetry boundary condition for pointField.
Definition at line 50 of file basicSymmetryPointPatchField.H.
Public Member Functions | |
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.
| |
virtual autoPtr < pointPatchField< Type > > | clone () const |
Construct and return a clone.
| |
basicSymmetryPointPatchField (const basicSymmetryPointPatchField< 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.
|
basicSymmetryPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 38 of file basicSymmetryPointPatchField.C.
basicSymmetryPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 49 of file basicSymmetryPointPatchField.C.
basicSymmetryPointPatchField | ( | const basicSymmetryPointPatchField< Type > & | ptf, |
const pointPatch & | p, | ||
const DimensionedField< Type, pointMesh > & | iF, | ||
const pointPatchFieldMapper & | |||
) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 61 of file basicSymmetryPointPatchField.C.
basicSymmetryPointPatchField | ( | const basicSymmetryPointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 74 of file basicSymmetryPointPatchField.C.
virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements pointPatchField< Type >.
Reimplemented in symmetryPointPatchField< Type >, fixedNormalSlipPointPatchField< Type >, and slipPointPatchField< Type >.
Definition at line 84 of file basicSymmetryPointPatchField.H.
virtual autoPtr<pointPatchField<Type> > clone | ( | const DimensionedField< Type, pointMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Implements pointPatchField< Type >.
Reimplemented in symmetryPointPatchField< Type >, fixedNormalSlipPointPatchField< Type >, and slipPointPatchField< Type >.
Definition at line 104 of file basicSymmetryPointPatchField.H.
void evaluate | ( | const Pstream::commsTypes | commsType = Pstream::blocking
) |
[virtual]
|
Update the patch field.
Reimplemented from pointPatchField< Type >.
Reimplemented in fixedNormalSlipPointPatchField< Type >.
Definition at line 86 of file basicSymmetryPointPatchField.C.
References Foam::I, and Foam::transform().