40 #ifndef interpolationLookUpTable_H 41 #define interpolationLookUpTable_H 53 namespace radiationModels
55 namespace absorptionEmissionModels
64 public List<scalarField>
108 void dimensionTable();
114 label index(
const scalar)
const;
117 bool checkRange(
const scalar,
const label)
const;
124 const scalar lookUpValue,
126 const label interfield
133 void findHi(
const label lo,
const scalar retvals);
147 const word& instance,
171 const word& instance,
A class for handling file names.
word tableName() const
Return const access to the table name.
const List< scalar > & min() const
Return const access to the list of min dimensions.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
label findFieldIndex(const word &fieldName) const
Return the index of a field by name.
Various functions to operate on Lists.
interpolationLookUpTable()
Construct null.
const List< scalar > & lookUp(const scalar)
Return the output list given a single input scalar.
void write(Ostream &, const fileName &, const word &instance, const objectRegistry &) const
Write lookup table to filename.
A class for handling words, derived from string.
const List< label > & dim() const
Return const access to the list of dimensions.
const scalarField & operator[](const label) const
Return an element.
An STL-conforming hash table.
const List< scalar > & max() const
Return const access to the list of max dimensions.
const List< dictionary > & entries() const
Return const access tp the dictionary entries.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Registry of regIOobjects.
const List< scalar > & delta() const
Return const access to the deltas in each dimension.
const List< dictionary > & output() const
Return const access to the output dictionaries.
bool found(const word &fieldName) const
Return true if the field exists in the table.