![]() |
|
Public Member Functions | |
TypeName ("mixed") | |
Runtime type information. | |
MixedPointPatchField (const PointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
MixedPointPatchField (const PointPatch &, const Field< Type > &, const Field< Type > &, const Field< Type > &, const scalarField &) | |
Construct from patch and internal field patch field. | |
MixedPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
MixedPointPatchField (const MixedPointPatchField< PatchField, PointPatch, Type > &, const PointPatch &, const Field< Type > &, const PointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
virtual autoPtr< PatchField< Type > > | clone () const |
Construct and return a clone. | |
MixedPointPatchField (const MixedPointPatchField< PatchField, PointPatch, Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual autoPtr< PatchField< Type > > | clone (const Field< Type > &iF) const |
Construct and return a clone setting internal field reference. | |
virtual Field< Type > & | refValue () |
virtual const Field< Type > & | refValue () const |
virtual scalarField & | valueFraction () |
virtual const scalarField & | valueFraction () const |
virtual void | autoMap (const PointPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. | |
virtual void | rmap (const PointPatchField< PatchField, PointPatch, Type > &, const labelList &) |
Reverse map the given PointPatchField onto. | |
virtual void | updateBoundaryField () |
Update the patch field. | |
virtual void | write (Ostream &) const |
Write. |
|
Construct from patch and internal field.
|
|
Construct from patch and internal field patch field. and value fraction |
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given patchField<Type> onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from ValueStoredPointPatchField. |
|
Construct and return a clone setting internal field reference.
Reimplemented from ValueStoredPointPatchField. Definition at line 141 of file MixedPointPatchField.H. |
|
Construct and return a clone.
Reimplemented from ValueStoredPointPatchField. Definition at line 122 of file MixedPointPatchField.H. |
|
Definition at line 163 of file MixedPointPatchField.H. References Foam::scalarField. |
|
Definition at line 158 of file MixedPointPatchField.H. References Foam::scalarField. |
|
Reverse map the given PointPatchField onto. this PointPatchField Reimplemented from ValueStoredPointPatchField. |
|
Runtime type information.
|
|
Update the patch field.
Reimplemented from ValueStoredPointPatchField. |
|
Definition at line 173 of file MixedPointPatchField.H. References Foam::labelList. |
|
Definition at line 168 of file MixedPointPatchField.H. |
|
Write.
Reimplemented from ValueStoredPointPatchField. |