View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003650 | OpenFOAM | Bug | public | 2021-03-29 22:47 | 2021-04-19 12:49 |
Reporter | jherb | Assigned To | chris | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Platform | GNU/Linux | OS | OpenSuSE | OS Version | 12.3 |
Product Version | 8 | ||||
Fixed in Version | |||||
Summary | 0003650: Documentation on website for csv files has not been updated | ||||
Description | The documentation about using of csv files in boundary conditions has not been updated. For OpenFOAM 8 at https://cfd.direct/openfoam/user-guide/v8-boundaries/#x25-1770005.2 it is still given: inlet { type uniformFixedValue; uniformValue { type csvFile; nHeaderLine 4; // number of header lines refColumn 0; // time column index componentColumns (1); // data column index separator ","; // optional (defaults to ",") mergeSeparators no; // merge multiple separators file "dataTable.csv"; } } This should probably read like: inlet { type uniformFixedValue; uniformValue { type tableFile; format csv; nHeaderLine 4; // number of header lines refColumn 0; // time column index componentColumns (1); // data column index separator ","; // optional (defaults to ",") mergeSeparators no; // merge multiple separators file "dataTable.csv"; } } | ||||
Additional Information | See also https://github.com/OpenFOAM/OpenFOAM-dev/commit/7ab73932cf5b791f09001fb07ad8ce385e70234f | ||||
Tags | No tags attached. | ||||
|
Correct, the OpenFOAM-8 online documentation has not been updated yet, would you like to contribute to OpenFOAM maintenance for this kind of work? See https://openfoam.org/news/funding-2021/ If not you can access the latest docs from your installation using foamInfo function1 or you could generate the latest Doxygen documentation yourself. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-29 22:47 | jherb | New Issue | |
2021-04-19 12:28 | wyldckat | Assigned To | => chris |
2021-04-19 12:28 | wyldckat | Status | new => assigned |
2021-04-19 12:49 | henry | Status | assigned => closed |
2021-04-19 12:49 | henry | Resolution | open => suspended |
2021-04-19 12:49 | henry | Note Added: 0012001 |