View Issue Details

IDProjectCategoryView StatusLast Update
0000971OpenFOAMBugpublic2013-08-20 09:53
Reporteruser734Assigned Touser2 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformlinuxOSdebianOS Version7.1 64
Summary0000971: csvFileCoeffs writing problem
DescriptionOpenFoam cannot re-read its own files after a run : I start with a 0/U with :
            mergeSeparators no;
            componentColumns (1);
And in the newly created U files it's written like this :
            componentColumns ;
            mergeSeparators "

Which leads to the error (e.g. during reconstructing):
    Reconstructing volVectorFields

        U


--> FOAM FATAL IO ERROR:
incorrect first token, expected <int> or '(', found on line 0 an undefined token

file: /home/florian/OpenFOAM/florian-2.2.1/run/BC/fluid_calcul3/processor0/0.044352/U.boundaryField.inlet.csvFileCoeffs.componentColumns at line 0.

    From function operator>>(Istream&, List<T>&)
    in file /home/florian/OpenFOAM/OpenFOAM-2.2.1/src/OpenFOAM/lnInclude/ListIO.C at line 149.
TagsNo tags attached.

Activities

user2

2013-08-20 09:53

  ~0002427

Thanks for the report - fixed by commit 97026cb

Issue History

Date Modified Username Field Change
2013-08-19 18:04 user734 New Issue
2013-08-20 09:53 user2 Note Added: 0002427
2013-08-20 09:53 user2 Status new => resolved
2013-08-20 09:53 user2 Fixed in Version => 2.2.x
2013-08-20 09:53 user2 Resolution open => fixed
2013-08-20 09:53 user2 Assigned To => user2