Template invariant parts for Field and SubField. More...


Public Member Functions | |
| constexpr | FieldBase () noexcept |
| Default construct. More... | |
Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Default construct, initializing count to 0. More... | |
| int | use_count () const noexcept |
| Return the current reference count. More... | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. More... | |
| void | operator++ () noexcept |
| Increment the reference count. More... | |
| void | operator++ (int) noexcept |
| Increment the reference count. More... | |
| void | operator-- () noexcept |
| Decrement the reference count. More... | |
| void | operator-- (int) noexcept |
| Decrement the reference count. More... | |
Static Public Member Functions | |
| static void | warnLocalBoundaryConsistencyCompat (const dictionary &) |
| Warn about keyword changes for local boundary consistency checks. More... | |
| static int | localBoundaryConsistency () noexcept |
| Get flag for local boundary consistency checks. More... | |
| static int | localBoundaryConsistency (int val) noexcept |
| Set flag for local boundary consistency checks. More... | |
Static Public Attributes | |
| static const char *const | typeName |
| Typename for Field. More... | |
| static bool | allowConstructFromLargerSize = false |
| Permit read construct from a larger size. More... | |
| static bool | unifiedGeometricField |
| GeometricField with extra capacity for flattened boundary fields. Uses opt-switch "unifiedGeometricField". More... | |
| static int | localBoundaryConsistency_ |
| Local boundary field consistency checks. Uses opt-switch "localBoundaryConsistency". More... | |
| static scalar | localBoundaryTolerance_ |
| Tolerance for local boundary field consistency checks. Uses opt-switch "localBoundaryConsistency::tolerance". More... | |
|
static |
Warn about keyword changes for local boundary consistency checks.
The supplied dictionary corresponds to the optimisationSwitches
Definition at line 77 of file FieldBase.C.
References dict, Foam::constant::electromagnetic::e, Foam::endl(), Foam::nl, and Foam::foamVersion::version.
Referenced by argList::parse(), and Time::readDict().


|
inlinestaticnoexcept |
Get flag for local boundary consistency checks.
Definition at line 127 of file Field.H.
References FieldBase::localBoundaryConsistency_.
Referenced by setFlow::execute(), and SRFModel::U().

|
inlinestaticnoexcept |
Set flag for local boundary consistency checks.
Definition at line 137 of file Field.H.
References FieldBase::localBoundaryConsistency_.
|
static |
Typename for Field.
Definition at line 87 of file Field.H.
Referenced by basicThermo::heBoundaryTypes(), and foamWriter::writeTemplate().
|
static |
Permit read construct from a larger size.
Mostly required for things like column mesh, for example.
Definition at line 94 of file Field.H.
Referenced by if(), dynamicFvMesh::New(), and points0MotionSolver::points0MotionSolver().
|
static |
GeometricField with extra capacity for flattened boundary fields. Uses opt-switch "unifiedGeometricField".
|
static |
Local boundary field consistency checks. Uses opt-switch "localBoundaryConsistency".
Definition at line 106 of file Field.H.
Referenced by FieldBase::localBoundaryConsistency().
|
static |