CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Err:Expected a ')' or a '}' while reading List, found on line (https://www.cfd-online.com/Forums/openfoam-solving/130548-err-expected-while-reading-list-found-line.html)

Thamali February 28, 2014 05:48

Err:Expected a ')' or a '}' while reading List, found on line
 
Dear foamers,

I am running a case using reactingFoam.

There,I am trying to sample boundary data from a case"A" to case "B" which is a practically an interface.I followed the case,"pitzDailyExptInlet" as an example.
When running my case the following error occurs.

Quote:

--> FOAM FATAL IO ERROR:
Expected a ')' or a '}' while reading List, found on line 133 the doubleScalar 101388

file: /home/thamali/OpenFOAM/thamali-2.2.2/run/tutorials/combustion/reactingFoam/my_reactingFoam/0/p at line 133.

From function Istream::readEndList(const char*)
in file db/IOstreams/IOstreams/Istream.C at line 159.

FOAM exiting
My case can be referred from;
https://www.dropbox.com/sh/4jew3uxfrt7ddtd/cazVzK0X3F

case A blockMesh can be referred from
https://www.dropbox.com/sh/6smr33qtoyuej1u/SCql8RBJgw

I tried lot,but could not figure out the error.If someone can help me it is a lot.

Thanks in advance.

Thamali

pingat February 28, 2014 06:14

that is a tricky error, i think.

you said to openfoam there are 100 p values, but you got 101 p values.

so the program searches for end of list ")" or "}" but there is another value ;)

if there is a value in each line from 33 to 133 these are 101.

an example:
Quote:

1value
2value
3value
4value
5value
5-1=4 but you got 5 values

hopefully i could help you

greetings
Patrick

Thamali March 3, 2014 02:48

Hey,thanks a lot.:mad:


All times are GMT -4. The time now is 21:10.