Template invariant parts for pointPatchField. More...

Public Member Functions | |
| TypeName ("pointPatchField") | |
| Runtime type information. More... | |
| pointPatchFieldBase (const pointPatch &p) | |
| Construct from patch. More... | |
| pointPatchFieldBase (const pointPatch &p, const word &patchType) | |
| Construct from patch and patch type. More... | |
| pointPatchFieldBase (const pointPatch &p, const dictionary &dict) | |
| Construct from patch and dictionary. More... | |
| pointPatchFieldBase (const pointPatchFieldBase &, const pointPatch &p) | |
| Copy construct with new patch. More... | |
| pointPatchFieldBase (const pointPatchFieldBase &) | |
| Copy construct. More... | |
| virtual | ~pointPatchFieldBase ()=default |
| Destructor. More... | |
| virtual bool | assignable () const |
| True if the value of the patch field is altered by assignment. More... | |
| virtual bool | fixesValue () const |
| True if the patch field fixes a value. More... | |
| virtual bool | coupled () const |
| True if the patch field is coupled. More... | |
| virtual const word & | constraintType () const |
| The constraint type the pointPatchField implements. More... | |
| const objectRegistry & | db () const |
| The associated objectRegistry. More... | |
| const pointPatch & | patch () const noexcept |
| Return the patch. More... | |
| const word & | patchType () const noexcept |
| The optional patch type. More... | |
| word & | patchType () noexcept |
| The optional patch type. More... | |
| virtual bool | constraintOverride () const |
| True if the type does not correspond to the constraint type. More... | |
| bool | updated () const noexcept |
| True if the boundary condition has already been updated. More... | |
| void | setUpdated (bool state) noexcept |
| Set updated state. More... | |
| bool | manipulatedMatrix () const noexcept |
| True if the matrix has already been manipulated. Currently always false for pointPatchField. More... | |
| void | setManipulated (bool state) noexcept |
| Set matrix manipulated state. Currently a no-op for pointPatchField. More... | |
| void | checkPatch (const pointPatchFieldBase &rhs) const |
| Check that patches are identical. More... | |
Static Public Member Functions | |
| static const word & | emptyType () noexcept |
The type name for empty patch fields. More... | |
| static const word & | calculatedType () noexcept |
The type name for calculated patch fields. More... | |
| static const word & | zeroGradientType () noexcept |
The type name for zeroGradient patch fields. More... | |
| static const word & | zeroValueType () noexcept |
The type name for zeroValue patch fields. More... | |
Static Public Attributes | |
| static int | disallowGenericPatchField |
| Debug switch to disallow the use of generic pointPatchField. More... | |
Protected Member Functions | |
| virtual void | readDict (const dictionary &dict) |
| Read dictionary entries. More... | |
Template invariant parts for pointPatchField.
Definition at line 77 of file pointPatchField.H.
|
explicit |
Construct from patch.
| pointPatchFieldBase | ( | const pointPatch & | p, |
| const word & | patchType | ||
| ) |
Construct from patch and patch type.
| pointPatchFieldBase | ( | const pointPatch & | p, |
| const dictionary & | dict | ||
| ) |
Construct from patch and dictionary.
| pointPatchFieldBase | ( | const pointPatchFieldBase & | , |
| const pointPatch & | p | ||
| ) |
Copy construct with new patch.
| pointPatchFieldBase | ( | const pointPatchFieldBase & | ) |
Copy construct.
|
virtualdefault |
Destructor.
|
protectedvirtual |
Read dictionary entries.
Useful when initially constructed without a dictionary
| TypeName | ( | "pointPatchField" | ) |
Runtime type information.
|
inlinestaticnoexcept |
The type name for empty patch fields.
Definition at line 166 of file pointPatchField.H.
References Foam::fieldTypes::emptyType.
|
inlinestaticnoexcept |
The type name for calculated patch fields.
Definition at line 174 of file pointPatchField.H.
References Foam::fieldTypes::calculatedType.
|
inlinestaticnoexcept |
The type name for zeroGradient patch fields.
Definition at line 182 of file pointPatchField.H.
References Foam::fieldTypes::zeroGradientType.
|
inlinestaticnoexcept |
The type name for zeroValue patch fields.
Definition at line 190 of file pointPatchField.H.
References Foam::fieldTypes::zeroValueType.
|
inlinevirtual |
True if the value of the patch field is altered by assignment.
Reimplemented in valuePointPatchField< Type >, valuePointPatchField< vector >, fixedValuePointPatchField< Type >, fixedValuePointPatchField< vector >, and zeroValuePointPatchField< Type >.
Definition at line 203 of file pointPatchField.H.
|
inlinevirtual |
True if the patch field fixes a value.
Reimplemented in fixedValuePointPatchField< Type >, fixedValuePointPatchField< vector >, and zeroValuePointPatchField< Type >.
Definition at line 211 of file pointPatchField.H.
|
inlinevirtual |
True if the patch field is coupled.
Reimplemented in cyclicAMIPointPatchField< Type >, processorCyclicPointPatchField< Type >, processorPointPatchField< Type >, and coupledPointPatchField< Type >.
Definition at line 219 of file pointPatchField.H.
|
inlinevirtual |
The constraint type the pointPatchField implements.
Reimplemented in cyclicACMIPointPatchField< Type >, cyclicAMIPointPatchField< Type >, processorPointPatchField< Type >, cyclicPointPatchField< Type >, symmetryPlanePointPatchField< Type >, emptyPointPatchField< Type >, symmetryPointPatchField< Type >, and wedgePointPatchField< Type >.
Definition at line 227 of file pointPatchField.H.
References word::null.
| const objectRegistry& db | ( | ) | const |
The associated objectRegistry.
Referenced by uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs(), and sixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs().

|
inlinenoexcept |
Return the patch.
Definition at line 243 of file pointPatchField.H.
Referenced by lumpedPointDisplacementPointPatchVectorField::points0(), pointPatchField< vector >::size(), and sixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs().

|
inlinenoexcept |
The optional patch type.
Definition at line 251 of file pointPatchField.H.
|
inlinenoexcept |
The optional patch type.
Definition at line 259 of file pointPatchField.H.
|
inlinevirtual |
True if the type does not correspond to the constraint type.
Definition at line 267 of file pointPatchField.H.
References Foam::type().

|
inlinenoexcept |
True if the boundary condition has already been updated.
Definition at line 278 of file pointPatchField.H.
Referenced by uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs(), and sixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs().

|
inlinenoexcept |
Set updated state.
Definition at line 286 of file pointPatchField.H.
|
inlinenoexcept |
True if the matrix has already been manipulated. Currently always false for pointPatchField.
Definition at line 295 of file pointPatchField.H.
|
inlinenoexcept |
Set matrix manipulated state. Currently a no-op for pointPatchField.
Definition at line 304 of file pointPatchField.H.
| void checkPatch | ( | const pointPatchFieldBase & | rhs | ) | const |
Check that patches are identical.
|
static |
Debug switch to disallow the use of generic pointPatchField.
Definition at line 119 of file pointPatchField.H.