Commit Graph

5 Commits

Author SHA1 Message Date
d79abdaa17 DataEntry: Base the name of the coefficients sub-dicts on the entry name rather than the type name
This allows for more than one of these data types to be specified in a dictionary
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1652

e.g.
        <entryName> csvFile;
        <entryName>Coeffs
        {
            nHeaderLine         4;
            refColumn           0;          // reference column index
            componentColumns    (1 2 3);    // component column indices
            separator           ",";        // optional (defaults to ",")
            mergeSeparators     no;         // merge multiple separators
            fileName            "fileXYZ";  // name of csv data file
            outOfBounds         clamp;      // optional out-of-bounds handling
            interpolationScheme linear;     // optional interpolation scheme
        }
2015-04-08 21:22:23 +01:00
e4fc9807c3 STYLE: Updates to erroneous copyright dates 2013-03-13 09:32:03 +00:00
100ba9c0c4 BUG: DataEntry: corrected external, file based tables 2012-02-03 12:39:48 +00:00
4cbd9ebc13 ENH: Added I/O to tableFile data entry 2011-11-22 15:15:57 +00:00
e31a9da793 ENH: Added new table from file data entry 2011-11-22 14:59:09 +00:00