BUG: DataEntry: corrected external, file based tables

This commit is contained in:
mattijs
2012-02-03 12:39:48 +00:00
parent d3820e2595
commit 100ba9c0c4
9 changed files with 99 additions and 17 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -29,13 +29,14 @@ Description
e.g. time
\verbatim
<entryName> csvFile
<entryName> csvFile;
csvFileCoeffs
{
hasHeaderLine true;
refColumn 0; // reference column index
componentColumns (0 1 2); // component column indices
componentColumns (1 2 3); // component column indices
separator ","; // optional (defaults to ",")
fileName fileXYZ; // name of csv data file
fileName "fileXYZ"; // name of csv data file
outOfBounds clamp; // optional out-of-bounds handling
}
\endverbatim