Generic infrastructure for reading/writing unknown patch types. More...

Public Member Functions | |
| genericPatchFieldBase ()=default | |
| Default construct, generally not useful. More... | |
| genericPatchFieldBase (const genericPatchFieldBase &)=default | |
| Copy construct. More... | |
| genericPatchFieldBase (genericPatchFieldBase &&)=default | |
| Move construct. More... | |
| genericPatchFieldBase (const dictionary &dict) | |
| Initialize from dictionary. More... | |
| const word & | actualType () const noexcept |
| The actual patch type. More... | |
Protected Member Functions | |
| void | genericFatalSolveError (const word &patchName, const IOobject &io) const |
| Add error message to FatalError about solving with generic condition. More... | |
| void | reportMissingEntry (const word &entryName, const word &patchName, const IOobject &io) const |
| FatalError for missing entry. More... | |
| void | processGeneric (const label patchSize, const word &patchName, const IOobject &io, const bool separateValue) |
| bool | processEntry (const entry &dEntry, const label patchSize, const word &patchName, const IOobject &io) |
| void | putEntry (const entry &e, Ostream &os) const |
| Write a single entry, with lookup of hashed values. More... | |
| void | writeGeneric (Ostream &os, const bool separateValue) const |
| Write all generic entries from dictionary, optionally treating the "value" entry separately. More... | |
| template<class MapperType > | |
| void | mapGeneric (const genericPatchFieldBase &rhs, const MapperType &mapper) |
| Implementation for construct with mapper. More... | |
| template<class MapperType > | |
| void | autoMapGeneric (const MapperType &mapper) |
| Implementation for autoMap of self given a mapping object. More... | |
| void | rmapGeneric (const genericPatchFieldBase &rhs, const labelList &addr) |
| Implementation for reverse map given patch field onto this patch field. More... | |
| genericPatchFieldBase (const Foam::zero, const genericPatchFieldBase &) | |
| Partial copy construct. Only copy type and dictionary. More... | |
Generic infrastructure for reading/writing unknown patch types.
Definition at line 50 of file genericPatchFieldBase.H.
|
protected |
Partial copy construct. Only copy type and dictionary.
Definition at line 65 of file genericPatchFieldBase.C.
|
default |
Default construct, generally not useful.
|
default |
Copy construct.
|
default |
Move construct.
|
explicit |
Initialize from dictionary.
Definition at line 55 of file genericPatchFieldBase.C.
Add error message to FatalError about solving with generic condition.
Definition at line 78 of file genericPatchFieldBase.C.
References Foam::FatalError, io(), IOobject::name(), Foam::nl, and IOobject::objectPath().

|
protected |
FatalError for missing entry.
Definition at line 94 of file genericPatchFieldBase.C.
References Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, io(), IOobject::name(), Foam::nl, and IOobject::objectPath().

|
protected |
Definition at line 113 of file genericPatchFieldBase.C.
References io(), and Foam::glTF::key().

|
protected |
Definition at line 137 of file genericPatchFieldBase.C.
References doLocalCode, UList< T >::empty(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::flatOutput(), io(), entry::isStream(), token::isWord(), Foam::glTF::key(), entry::keyword(), IOobject::name(), VectorSpace< SphericalTensor< scalar >, scalar, 1 >::nComponents, VectorSpace< Form, Cmpt, Ncmpts >::nComponents, Foam::nl, IOobject::objectPath(), Istream::putBack(), UList< T >::size(), and entry::stream().

Write a single entry, with lookup of hashed values.
Definition at line 334 of file genericPatchFieldBase.C.
References doLocalCode, Foam::constant::electromagnetic::e, Foam::glTF::key(), and os().

|
protected |
Write all generic entries from dictionary, optionally treating the "value" entry separately.
Definition at line 374 of file genericPatchFieldBase.C.
References Foam::glTF::key(), entry::keyword(), os(), and Ostream::writeEntry().

|
protected |
Implementation for construct with mapper.
Definition at line 27 of file genericPatchFieldBaseTemplates.C.
References doLocalCode.
|
protected |
Implementation for autoMap of self given a mapping object.
Definition at line 55 of file genericPatchFieldBaseTemplates.C.
References doLocalCode.
|
protected |
Implementation for reverse map given patch field onto this patch field.
Definition at line 398 of file genericPatchFieldBase.C.
References doLocalCode.
|
inlinenoexcept |
The actual patch type.
Definition at line 204 of file genericPatchFieldBase.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.