Classes
Foam::Function1Types Namespace Reference

Classes

class  Constant
 Templated basic entry that holds a constant value. More...
 
class  CSV
 Templated CSV container data entry. Reference column is always a scalar, e.g. time. More...
 
class  Polynomial
 
class  PolynomialEntry
 PolynomialEntry container data entry for scalars. Items are stored in a list of Tuple2's. Data is input in the form, e.g. for an entry <entryName> that describes y = x^2 + 2x^3. More...
 
class  Sine
 Templated sine function with support for an offset level. More...
 
class  Square
 Templated square-wave function with support for an offset level. More...
 
class  Table
 Templated table container data entry. Items are stored in a list of Tuple2's. First column is always stored as scalar entries. Data is read in Tuple2 form, e.g. for an entry <entryName> that is (scalar, vector): More...
 
class  TableBase
 Base class for table with bounds handling, interpolation and integration. More...
 
class  TableFile
 Templated table container data entry where data is read from file. More...