Template invariant parts for faPatchField. More...

Public Member Functions | |
| TypeName ("faPatchField") | |
| Runtime type information. More... | |
| faPatchFieldBase (const faPatch &p) | |
| Construct from patch. More... | |
| faPatchFieldBase (const faPatch &p, const word &patchType) | |
| Construct from patch and patch type. More... | |
| faPatchFieldBase (const faPatch &p, const dictionary &dict) | |
| Construct from patch and dictionary. More... | |
| faPatchFieldBase (const faPatchFieldBase &rhs, const faPatch &p) | |
| Copy construct with new patch. More... | |
| faPatchFieldBase (const faPatchFieldBase &rhs) | |
| Copy construct. More... | |
| virtual | ~faPatchFieldBase ()=default |
| Destructor. More... | |
| const faPatch & | patch () const noexcept |
| The associated objectRegistry. More... | |
| const word & | patchType () const noexcept |
| The optional patch type. More... | |
| word & | patchType () noexcept |
| The optional patch type. More... | |
| bool | updated () const noexcept |
| True if the boundary condition has already been updated. More... | |
| void | checkPatch (const faPatchFieldBase &rhs) const |
| Check that patches are identical. More... | |
Static Public Attributes | |
| static int | disallowGenericPatchField |
| Debug switch to disallow the use of generic faPatchField. More... | |
Protected Member Functions | |
| virtual void | readDict (const dictionary &dict) |
| Read dictionary entries. More... | |
| void | setUpdated (bool state) noexcept |
| Set updated state. More... | |
Template invariant parts for faPatchField.
Definition at line 74 of file faPatchField.H.
|
explicit |
Construct from patch.
Definition at line 39 of file faPatchFieldBase.C.
|
explicit |
Construct from patch and patch type.
Definition at line 48 of file faPatchFieldBase.C.
| faPatchFieldBase | ( | const faPatch & | p, |
| const dictionary & | dict | ||
| ) |
Construct from patch and dictionary.
Definition at line 60 of file faPatchFieldBase.C.
References dict, and faPatchFieldBase::readDict().

| faPatchFieldBase | ( | const faPatchFieldBase & | rhs, |
| const faPatch & | p | ||
| ) |
Copy construct with new patch.
Definition at line 72 of file faPatchFieldBase.C.
| faPatchFieldBase | ( | const faPatchFieldBase & | rhs | ) |
Copy construct.
Definition at line 83 of file faPatchFieldBase.C.
|
virtualdefault |
Destructor.
|
protectedvirtual |
Read dictionary entries.
Useful when initially constructed without a dictionary
Definition at line 93 of file faPatchFieldBase.C.
References dict, keyType::LITERAL, and dictionary::readIfPresent().
Referenced by faPatchFieldBase::faPatchFieldBase().


|
inlineprotectednoexcept |
Set updated state.
Definition at line 113 of file faPatchField.H.
| TypeName | ( | "faPatchField" | ) |
Runtime type information.
|
inlinenoexcept |
The associated objectRegistry.
/ const objectRegistry& db() const;
Return the patch
Definition at line 179 of file faPatchField.H.
Referenced by faPatchField< Type >::NewCalculatedType().

|
inlinenoexcept |
The optional patch type.
Definition at line 187 of file faPatchField.H.
|
inlinenoexcept |
The optional patch type.
Definition at line 195 of file faPatchField.H.
|
inlinenoexcept |
True if the boundary condition has already been updated.
Definition at line 206 of file faPatchField.H.
| void checkPatch | ( | const faPatchFieldBase & | rhs | ) | const |
Check that patches are identical.
Definition at line 105 of file faPatchFieldBase.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

|
static |
Debug switch to disallow the use of generic faPatchField.
Definition at line 124 of file faPatchField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.