|
|
|
valuePointPatchField< Type > Class Template ReferenceFoam::valuePointPatchField. More...
Inheritance diagram for valuePointPatchField< Type >:
![]()
Collaboration diagram for valuePointPatchField< Type >:
![]()
Detailed Descriptiontemplate<class Type>
Foam::valuePointPatchField.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| valuePointPatchField | ( | const pointPatch & | p, | |
| const DimensionedField< Type, pointMesh > & | iF | |||
| ) | [inline] |
| valuePointPatchField | ( | const pointPatch & | p, | |
| const DimensionedField< Type, pointMesh > & | iF, | |||
| const dictionary & | dict, | |||
| const bool | valueRequired = true | |||
| ) | [inline] |
Construct from patch, internal field and dictionary.
Definition at line 60 of file valuePointPatchField.C.
| valuePointPatchField | ( | const valuePointPatchField< Type > & | ptf, | |
| const pointPatch & | p, | |||
| const DimensionedField< Type, pointMesh > & | iF, | |||
| const pointPatchFieldMapper & | mapper | |||
| ) | [inline] |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 101 of file valuePointPatchField.C.
| valuePointPatchField | ( | const valuePointPatchField< Type > & | ptf, | |
| const DimensionedField< Type, pointMesh > & | iF | |||
| ) | [inline] |
Construct as copy setting internal field reference.
Definition at line 115 of file valuePointPatchField.C.
| TypeName | ( | "value" | ) |
Runtime type information.
| virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual] |
Construct and return a clone.
Reimplemented from Field< Type >.
Reimplemented in angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingDisplacementPointPatchVectorField, oscillatingVelocityPointPatchVectorField, fixedValuePointPatchField< Type >, mixedPointPatchField< Type >, timeVaryingUniformFixedValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, fixedValuePointPatchField< vector >, and fixedValuePointPatchField< Type >.
Definition at line 89 of file valuePointPatchField.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 angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingDisplacementPointPatchVectorField, oscillatingVelocityPointPatchVectorField, fixedValuePointPatchField< Type >, mixedPointPatchField< Type >, timeVaryingUniformFixedValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, fixedValuePointPatchField< vector >, and fixedValuePointPatchField< Type >.
Definition at line 109 of file valuePointPatchField.H.
| label size | ( | ) | const [inline] |
Return size.
Reimplemented from pointPatchField< Type >.
Definition at line 129 of file valuePointPatchField.H.
Referenced by valuePointPatchField< vector >::size().

| void autoMap | ( | const pointPatchFieldMapper & | m | ) | [inline, virtual] |
Map (and resize as needed) from self given a mapping object.
Reimplemented from pointPatchField< Type >.
Reimplemented in mixedPointPatchField< Type >.
Definition at line 129 of file valuePointPatchField.C.
| void rmap | ( | const pointPatchField< Type > & | ptf, | |
| const labelList & | addr | |||
| ) | [inline, virtual] |
Reverse map the given PointPatchField onto.
this PointPatchField
Reimplemented from pointPatchField< Type >.
Reimplemented in mixedPointPatchField< Type >.
Definition at line 139 of file valuePointPatchField.C.
| void updateCoeffs | ( | ) | [inline, virtual] |
Update the coefficients associated with the patch field.
Reimplemented from pointPatchField< Type >.
Reimplemented in angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingDisplacementPointPatchVectorField, oscillatingVelocityPointPatchVectorField, and timeVaryingUniformFixedValuePointPatchField< Type >.
Definition at line 156 of file valuePointPatchField.C.
| void evaluate | ( | const Pstream::commsTypes | commsType = Pstream::blocking |
) | [inline, virtual] |
Evaluate the patch field.
Reimplemented from pointPatchField< Type >.
Reimplemented in mixedPointPatchField< Type >.
Definition at line 173 of file valuePointPatchField.C.
| void write | ( | Ostream & | os | ) | const [inline, virtual] |
Write.
Reimplemented from pointPatchField< Type >.
Reimplemented in angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingDisplacementPointPatchVectorField, oscillatingVelocityPointPatchVectorField, mixedPointPatchField< Type >, timeVaryingUniformFixedValuePointPatchField< Type >, and uniformFixedValuePointPatchField< Type >.
Definition at line 185 of file valuePointPatchField.C.
| void operator= | ( | const valuePointPatchField< Type > & | ptf | ) | [inline, virtual] |
Definition at line 196 of file valuePointPatchField.C.
| void operator= | ( | const pointPatchField< Type > & | ptf | ) | [inline, virtual] |
Reimplemented from Field< Type >.
Reimplemented in fixedValuePointPatchField< Type >, fixedValuePointPatchField< vector >, and fixedValuePointPatchField< Type >.
Definition at line 216 of file valuePointPatchField.C.
References pointPatchField< Type >::patchInternalField().

| void operator= | ( | const Type & | ) | [inline, virtual] |
Assignment of all entries to the given value.
Reimplemented from Field< Type >.
Reimplemented in fixedValuePointPatchField< Type >, fixedValuePointPatchField< vector >, and fixedValuePointPatchField< Type >.
Definition at line 226 of file valuePointPatchField.C.
References tf.
| void operator== | ( | const valuePointPatchField< Type > & | ptf | ) | [inline, virtual] |
Definition at line 237 of file valuePointPatchField.C.
| void operator== | ( | const pointPatchField< Type > & | ptf | ) | [inline, virtual] |
Reimplemented from pointPatchField< Type >.
Definition at line 257 of file valuePointPatchField.C.
References pointPatchField< Type >::patchInternalField().

| void operator== | ( | const Type & | t | ) | [inline, virtual] |
Reimplemented from pointPatchField< Type >.
Definition at line 267 of file valuePointPatchField.C.
References tf.