solutionEntry Class Reference

A ccm solution entry with name, iteration and time. More...

Public Member Functions

 solutionEntry (const word &name, const label iteration, const scalar timeValue=0)
 Construct from components. More...
 
const wordname () const
 The solution name. More...
 
label iteration () const
 The solution iteration/timestep. More...
 
scalar timeValue () const
 The solution time (sec) More...
 

Friends

Ostreamoperator<< (Ostream &os, const solutionEntry &entry)
 

Detailed Description

A ccm solution entry with name, iteration and time.

stateName => ( iteration, time );

Definition at line 269 of file ccmSolutionTable.H.

Constructor & Destructor Documentation

◆ solutionEntry()

solutionEntry ( const word name,
const label  iteration,
const scalar  timeValue = 0 
)
inline

Construct from components.

Definition at line 287 of file ccmSolutionTable.H.

Member Function Documentation

◆ name()

const word & name ( ) const
inline

The solution name.

Definition at line 302 of file ccmSolutionTable.H.

◆ iteration()

label iteration ( ) const
inline

The solution iteration/timestep.

Definition at line 308 of file ccmSolutionTable.H.

◆ timeValue()

scalar timeValue ( ) const
inline

The solution time (sec)

Definition at line 314 of file ccmSolutionTable.H.

Friends And Related Function Documentation

◆ operator<<

Ostream & operator<< ( Ostream os,
const solutionEntry entry 
)
friend

Definition at line 322 of file ccmSolutionTable.H.


The documentation for this class was generated from the following file: