OpenFOAM-5.x/src/OpenFOAM
Henry 838b8044ef 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
..
algorithms Rationalize position searching and add cell->tet decomposition as the default cell-search algorithm 2015-02-25 10:57:06 +00:00
containers PtrList: Check for EOF while reading to avoid run-on and infinite loop when reading list of dictionaries. 2015-02-18 08:12:01 +00:00
db Time: Corrected message when maximum time-precision is reached 2015-03-22 09:48:49 +00:00
dimensionedTypes symmTensor: Add support for the innerSqr function 2015-02-28 16:09:55 +00:00
dimensionSet Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fields symmTensor: Add support for the innerSqr function 2015-02-28 16:09:55 +00:00
global Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
graph Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
include Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
interpolations Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
Make Minor correction 2015-02-14 11:07:57 +00:00
matrices RectangularMatrix: Corrected documentation 2015-02-17 10:48:36 +00:00
memory Resolve issues relating to compilation with clang-3.5.0 2014-12-15 22:38:10 +00:00
meshes primitiveMeshTools: VSMALL -> ROOTVSMALL 2015-02-25 18:18:23 +00:00
primitives DataEntry: Base the name of the coefficients sub-dicts on the entry name rather than the type name 2015-04-08 21:22:23 +01:00