A ccm field entry with short name, name, maxId and type. More...
Public Member Functions | |
| fieldEntry (const word &shortName, const string &fullName, const char *units=nullptr) | |
| Construct from components with optional units. More... | |
| const word & | name () const noexcept |
| The field name (PROSTAR short name) More... | |
| const string & | fullName () const noexcept |
| The full field name. More... | |
| const string & | units () const noexcept |
| The field units. More... | |
| label | maxCellId () const noexcept |
| The max cell id for the field. More... | |
| label | maxFaceId () const noexcept |
| The max face id for the field. More... | |
| void | units (const std::string &units) |
| Set the field units. More... | |
| void | maxCellId (const int val) |
| Set the max cell Id for the field. More... | |
| void | maxFaceId (const int val) |
| Set the max face Id for the field. More... | |
Friends | |
| Ostream & | operator<< (Ostream &os, const fieldEntry &entry) |
A ccm field entry with short name, name, maxId and type.
shortName => ( fullName, maxId, type );
Definition at line 153 of file ccmSolutionTable.H.
|
inline |
Construct from components with optional units.
Definition at line 190 of file ccmSolutionTable.H.
References fieldEntry::units().

|
inlinenoexcept |
The field name (PROSTAR short name)
Definition at line 214 of file ccmSolutionTable.H.
|
inlinenoexcept |
The full field name.
Definition at line 219 of file ccmSolutionTable.H.
|
inlinenoexcept |
The field units.
Definition at line 224 of file ccmSolutionTable.H.
Referenced by fieldEntry::fieldEntry(), and fieldEntry::units().

|
inlinenoexcept |
The max cell id for the field.
Definition at line 229 of file ccmSolutionTable.H.
|
inlinenoexcept |
The max face id for the field.
Definition at line 234 of file ccmSolutionTable.H.
|
inline |
Set the field units.
Definition at line 242 of file ccmSolutionTable.H.
References fieldEntry::units().

|
inline |
Set the max cell Id for the field.
Definition at line 253 of file ccmSolutionTable.H.
|
inline |
Set the max face Id for the field.
Definition at line 265 of file ccmSolutionTable.H.
|
friend |
Definition at line 277 of file ccmSolutionTable.H.