![]() |
|
Public Member Functions | |
TypeName ("valueStored") | |
Runtime type information. | |
ValueStoredPointPatchField (const PointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
ValueStoredPointPatchField (const PointPatch &, const Field< Type > &, const Field< Type > &) | |
Construct from patch and internal field and patch field. | |
ValueStoredPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
ValueStoredPointPatchField (const ValueStoredPointPatchField< 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. | |
ValueStoredPointPatchField (const ValueStoredPointPatchField< 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. | |
label | size () const |
Return size. | |
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 bool | storesFieldData () const |
Does it store field data. | |
virtual void | initEvaluate (const bool=false) |
Insert boundary value into the internal field. | |
virtual void | evaluate () |
virtual void | updateBoundaryField () |
Update boundary value. | |
virtual void | write (Ostream &) const |
Write. | |
virtual void | operator= (const ValueStoredPointPatchField< PatchField, PointPatch, Type > &) |
Assignment operators. | |
virtual void | operator= (const Field< Type > &) |
virtual void | operator= (const Type &) |
Assignment of all entries to the given value. | |
virtual void | operator== (const ValueStoredPointPatchField< PatchField, PointPatch, Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
|
Construct from patch and internal field.
|
|
Construct from patch and internal field and patch field.
|
|
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 in MixedPointPatchField. |
|
Construct and return a clone setting internal field reference.
Reimplemented in BasicSymmetryPointPatchField, FixedValuePointPatchField, MixedPointPatchField, SlipPointPatchField, and SymmetryPointPatchField. Definition at line 127 of file ValueStoredPointPatchField.H. |
|
Construct and return a clone.
Reimplemented from Field. Reimplemented in BasicSymmetryPointPatchField, FixedValuePointPatchField, MixedPointPatchField, SlipPointPatchField, and SymmetryPointPatchField. Definition at line 108 of file ValueStoredPointPatchField.H. |
|
Reimplemented in FixedValuePointPatchField. |
|
Insert boundary value into the internal field.
Reimplemented in FixedValuePointPatchField. Definition at line 178 of file ValueStoredPointPatchField.H. |
|
Assignment of all entries to the given value.
Reimplemented from Field. Reimplemented in FixedValuePointPatchField. |
|
Reimplemented from Field. Reimplemented in FixedValuePointPatchField. |
|
Assignment operators.
|
|
Reimplemented in FixedValuePointPatchField. |
|
Reimplemented in FixedValuePointPatchField. |
|
Reimplemented in FixedValuePointPatchField. |
|
Reverse map the given PointPatchField onto. this PointPatchField Reimplemented in MixedPointPatchField. |
|
Return size.
Reimplemented from UList< Type >. Definition at line 145 of file ValueStoredPointPatchField.H. References Foam::labelList. |
|
Does it store field data.
Definition at line 172 of file ValueStoredPointPatchField.H. |
|
Runtime type information.
|
|
Update boundary value.
Reimplemented in BasicSymmetryPointPatchField, and MixedPointPatchField. Definition at line 184 of file ValueStoredPointPatchField.H. |
|
Write.
Reimplemented in BasicSymmetryPointPatchField, and MixedPointPatchField. |