109 class interpolationWeights;
130 const word interpolationScheme_;
162 scalar bound(
const scalar
x)
const;
221 return boundsHandling_;
227 return interpolationScheme_;
237 virtual Type
value(
const scalar
x)
const;
240 virtual Type
integral(
const scalar x1,
const scalar x2)
const;
const word & name() const
Return the name of the entry.
Templated interpolated tabulated data Function1.
TypeName("table")
Runtime type information.
const tableBase::boundsHandling & boundsHandling() const
Return the handling out-of-bound values.
const word & interpolationScheme() const
Return the interpolation scheme.
virtual tmp< scalarField > x() const
Return the reference values.
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two scalars.
Table(const word &name, const tableBase::boundsHandling boundsHandling, const word &interpolationScheme, const autoPtr< TableReader< Type >> &reader, const List< Tuple2< scalar, Type >> &table)
Construct from components.
virtual void write(Ostream &os, const unitConversions &units) const
Write data to dictionary stream.
void operator=(const Table< Type > &)=delete
Disallow default bitwise assignment.
const List< Tuple2< scalar, Type > > & values() const
Return table data.
virtual tmp< Field< Type > > y() const
Return the dependent values.
virtual Type value(const scalar x) const
Return Table value as a function of scalar x.
virtual ~Table()
Destructor.
boundsHandling
Enumeration for handling out-of-bound values.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Macros for creating standard TableReader-s.
A 2-tuple for storing two objects of different types.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for interpolating in 1D.
A class for managing temporary objects.
Unit conversion structure. Contains the associated dimensions and the multiplier with which to conver...
A class for handling words, derived from string.
const HashTable< unitConversion > & units()
Get the table of unit conversions.