|
[Sponsors] |
June 5, 2022, 16:50 |
table read from x is empty !ERROR!
|
#1 |
New Member
Utkan Erdem
Join Date: Sep 2020
Posts: 19
Rep Power: 6 |
Hello everyone,
I am faced with an error I couldn't solve. I am trying to feed a csv file into my temperature boundary condition to obtain a time and space varying temperature field. The problem is that I get an error like the following although the file is not empty: Code:
--> FOAM FATAL IO ERROR: Table read from "Heat_fluxes_nadir1.csv" is empty file: Heat_fluxes_nadir1.csv at line 2. Code:
plusX { type uniformFixedValue; uniformValue { type tableFile; format csv; nHeaderLine 0; // number of header lines refColumn 1; // time column index componentColumns (2); // data column index mergeSeparators yes; // merge multiple separators file "Heat_fluxes_nadir1.csv"; } } What could the error be? Why do you think it reads my file as "empty"? |
|
Tags |
csv files, empty file, tablefile |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] blockMesh with double grading. | spwater | OpenFOAM Meshing & Mesh Conversion | 92 | January 12, 2019 10:00 |
OpenFOAM without MPI | kokizzu | OpenFOAM Installation | 4 | May 26, 2014 10:17 |
[swak4Foam] installing funkySetFields | igo | OpenFOAM Community Contributions | 1 | November 20, 2012 21:16 |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |