Generic infrastructure for reading/writing unknown patch types.
More...
|
| 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 (Foam::zero, const genericPatchFieldBase &) |
| | Partial copy construct. Only copy type and dictionary. More...
|
| |
Generic infrastructure for reading/writing unknown patch types.
- Source files
-
Definition at line 50 of file genericPatchFieldBase.H.
◆ genericPatchFieldBase() [1/5]
Partial copy construct. Only copy type and dictionary.
◆ genericPatchFieldBase() [2/5]
Default construct, generally not useful.
◆ genericPatchFieldBase() [3/5]
◆ genericPatchFieldBase() [4/5]
◆ genericPatchFieldBase() [5/5]
Initialize from dictionary.
◆ genericFatalSolveError()
| void genericFatalSolveError |
( |
const word & |
patchName, |
|
|
const IOobject & |
io |
|
) |
| const |
|
protected |
Add error message to FatalError about solving with generic condition.
◆ reportMissingEntry()
| void reportMissingEntry |
( |
const word & |
entryName, |
|
|
const word & |
patchName, |
|
|
const IOobject & |
io |
|
) |
| const |
|
protected |
FatalError for missing entry.
◆ processGeneric()
| void processGeneric |
( |
const label |
patchSize, |
|
|
const word & |
patchName, |
|
|
const IOobject & |
io, |
|
|
const bool |
separateValue |
|
) |
| |
|
protected |
◆ processEntry()
| bool processEntry |
( |
const entry & |
dEntry, |
|
|
const label |
patchSize, |
|
|
const word & |
patchName, |
|
|
const IOobject & |
io |
|
) |
| |
|
protected |
◆ putEntry()
Write a single entry, with lookup of hashed values.
◆ writeGeneric()
| void writeGeneric |
( |
Ostream & |
os, |
|
|
const bool |
separateValue |
|
) |
| const |
|
protected |
Write all generic entries from dictionary, optionally treating the "value" entry separately.
◆ mapGeneric()
Implementation for construct with mapper.
◆ autoMapGeneric()
| void autoMapGeneric |
( |
const MapperType & |
mapper | ) |
|
|
protected |
Implementation for autoMap of self given a mapping object.
◆ rmapGeneric()
Implementation for reverse map given patch field onto this patch field.
◆ actualType()
| const word& actualType |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: