Loading...
Searching...
No Matches
solutionEntry Class Reference

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 wordname () const noexcept
 The solution name.
label iteration () const noexcept
 The solution iteration/timestep.
scalar timeValue () const noexcept
 The solution time (sec).

Friends

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

Detailed Description

A ccm solution entry with name, iteration and time.

stateName => ( iteration, time );

Definition at line 301 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 327 of file ccmSolutionTable.H.

References iteration(), name(), and timeValue().

Referenced by operator<<.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ name()

const word & name ( ) const
inlinenoexcept

The solution name.

Definition at line 345 of file ccmSolutionTable.H.

References Foam::noexcept.

Referenced by solutionEntry().

Here is the caller graph for this function:

◆ iteration()

label iteration ( ) const
inlinenoexcept

The solution iteration/timestep.

Definition at line 350 of file ccmSolutionTable.H.

References Foam::noexcept.

Referenced by solutionEntry().

Here is the caller graph for this function:

◆ timeValue()

scalar timeValue ( ) const
inlinenoexcept

The solution time (sec).

Definition at line 355 of file ccmSolutionTable.H.

References Foam::noexcept.

Referenced by solutionEntry().

Here is the caller graph for this function:

◆ operator<<

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

Definition at line 360 of file ccmSolutionTable.H.

References os(), and solutionEntry().


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