A ccm field entry with short name, name, maxId and type. More...
#include <ccmSolutionTable.H>
Public Member Functions | |
| fieldEntry (const word &shortName, const string &fullName, const char *units=nullptr) | |
| Construct from components with optional units. | |
| const word & | name () const noexcept |
| The field name (PROSTAR short name). | |
| const string & | fullName () const noexcept |
| The full field name. | |
| const string & | units () const noexcept |
| The field units. | |
| label | maxCellId () const noexcept |
| The max cell id for the field. | |
| label | maxFaceId () const noexcept |
| The max face id for the field. | |
| void | units (const std::string &units) |
| Set the field units. | |
| void | maxCellId (const int val) |
| Set the max cell Id for the field. | |
| void | maxFaceId (const int val) |
| Set the max face Id for the field. | |
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.
Construct from components with optional units.
Definition at line 189 of file ccmSolutionTable.H.
References fullName(), and units().
Referenced by operator<<.


|
inlinenoexcept |
The field name (PROSTAR short name).
Definition at line 214 of file ccmSolutionTable.H.
References Foam::noexcept.
|
inlinenoexcept |
The full field name.
Definition at line 219 of file ccmSolutionTable.H.
References Foam::noexcept.
Referenced by fieldEntry().

|
inlinenoexcept |
The field units.
Definition at line 224 of file ccmSolutionTable.H.
References Foam::noexcept.
Referenced by fieldEntry(), and units().

|
inlinenoexcept |
The max cell id for the field.
Definition at line 229 of file ccmSolutionTable.H.
References Foam::noexcept.
|
inlinenoexcept |
The max face id for the field.
Definition at line 234 of file ccmSolutionTable.H.
References Foam::noexcept.
|
inline |
Set the field units.
Definition at line 242 of file ccmSolutionTable.H.
References 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 276 of file ccmSolutionTable.H.
References fieldEntry(), and os().