A ccm solution entry with name, iteration and time. More...
#include <ccmSolutionTable.H>
Public Member Functions | |
| solutionEntry (const word &name, const label iteration, const scalar timeValue=0) | |
| Construct from components. | |
| const word & | name () const noexcept |
| The solution name. | |
| label | iteration () const noexcept |
| The solution iteration/timestep. | |
| scalar | timeValue () const noexcept |
| The solution time (sec). | |
Friends | |
| Ostream & | operator<< (Ostream &os, const solutionEntry &entry) |
A ccm solution entry with name, iteration and time.
stateName => ( iteration, time );
Definition at line 301 of file ccmSolutionTable.H.
|
inline |
Construct from components.
Definition at line 327 of file ccmSolutionTable.H.
References iteration(), name(), and timeValue().
Referenced by operator<<.


|
inlinenoexcept |
The solution name.
Definition at line 345 of file ccmSolutionTable.H.
References Foam::noexcept.
Referenced by solutionEntry().

|
inlinenoexcept |
The solution iteration/timestep.
Definition at line 350 of file ccmSolutionTable.H.
References Foam::noexcept.
Referenced by solutionEntry().

|
inlinenoexcept |
The solution time (sec).
Definition at line 355 of file ccmSolutionTable.H.
References Foam::noexcept.
Referenced by solutionEntry().

|
friend |
Definition at line 360 of file ccmSolutionTable.H.
References os(), and solutionEntry().