View Issue Details

IDProjectCategoryView StatusLast Update
0000377OpenFOAMBugpublic2012-01-16 09:24
Reporternsf Assigned Tochris  
PrioritylowSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
PlatformAllOSAllOS VersionAll
Summary0000377: The docs for TableFile is missing an entry in docs and description in TableFile.H
DescriptionFirst off congratulations on (and many thanks for) the new release! I thought I contribute with one remark on the docs.

The docs http://www.openfoam.org/version2.1.0/boundary-conditions.php, states that the entry for tableFile should be made as:

uniformValue tableFile;
{
    fileName "$FOAM_CASE/myDataFile"
    outOfBounds clamp;
}

But the correct syntax is:

uniformValue tableFile;
tableFileCoeffs
{
    fileName "$FOAM_CASE/myDataFile"
    outOfBounds clamp;
}

(the missing entry was "tableFileCoeffs"
The syntax is also wrong in the description in $FOAM_SRC/OpenFOAM/primitives/functions/DataEntry/TableFile/TableFile.H. There it's missing the "File" in tableFileCoeffs.

Best Regards

Nicolas
Steps To ReproduceRun any case which uses one of the new boundary conditions
TagsNo tags attached.

Activities

user4

2012-01-03 11:10

  ~0000890

TableFile.H header fixed in 8f6480fdeb8b79f03f08026f90ffd2a43309899d

user2

2012-01-16 09:24

  ~0000926

Thanks for the report - website also updated

Issue History

Date Modified Username Field Change
2011-12-31 09:41 nsf New Issue
2012-01-03 11:10 user4 Note Added: 0000890
2012-01-16 09:24 user2 Note Added: 0000926
2012-01-16 09:24 user2 Status new => resolved
2012-01-16 09:24 user2 Fixed in Version => 2.1.x
2012-01-16 09:24 user2 Resolution open => fixed
2012-01-16 09:24 user2 Assigned To => chris