Foam::histogramModels Namespace Reference

A namespace for various histogram model implementations. More...

Classes

class  equalBinWidth
 Histogram model which groups data into bins of equal width. More...
 
class  unequalBinWidth
 Histogram model which groups data into bins of unequal widths. More...
 

Functions

 defineTypeNameAndDebug (equalBinWidth, 0)
 
 addToRunTimeSelectionTable (histogramModel, equalBinWidth, dictionary)
 
 defineTypeNameAndDebug (unequalBinWidth, 0)
 
 addToRunTimeSelectionTable (histogramModel, unequalBinWidth, dictionary)
 

Detailed Description

A namespace for various histogram model implementations.

Function Documentation

◆ defineTypeNameAndDebug() [1/2]

Foam::histogramModels::defineTypeNameAndDebug ( equalBinWidth  ,
 
)

◆ addToRunTimeSelectionTable() [1/2]

Foam::histogramModels::addToRunTimeSelectionTable ( histogramModel  ,
equalBinWidth  ,
dictionary   
)

◆ defineTypeNameAndDebug() [2/2]

Foam::histogramModels::defineTypeNameAndDebug ( unequalBinWidth  ,
 
)

◆ addToRunTimeSelectionTable() [2/2]

Foam::histogramModels::addToRunTimeSelectionTable ( histogramModel  ,
unequalBinWidth  ,
dictionary   
)