CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

table read from x is empty !ERROR!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 5, 2022, 15:50
Default table read from x is empty !ERROR!
  #1
New Member
 
Utkan Erdem
Join Date: Sep 2020
Posts: 19
Rep Power: 5
Utkan is on a distinguished road
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.
The BC for one of the patches in my T file is as follows:

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"?
Utkan is offline   Reply With Quote

Reply

Tags
csv files, empty file, tablefile


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[blockMesh] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 09:00
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
[swak4Foam] installing funkySetFields igo OpenFOAM Community Contributions 1 November 20, 2012 20:16
How to install CGNS under windows xp? lzgwhy Main CFD Forum 1 January 11, 2011 18:44
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


All times are GMT -4. The time now is 06:47.