I cd to the case/bluffCone or case/bluffCone-RAS to test myChtPimpleCentralFoam, but I got this fatal error with the fluid binary polymesh
--> FOAM FATAL IO ERROR:
Expected a ')' while reading binaryBlock, found on line 20: error at stream position 158545
file: /tpvwork/tpvaero/tpvaero02/CFD/CFD_Methoden/PERSONAL/lsr/1_learn/2nd_learn_openFoam/3_weeks_learn_series/day12-programming/3_couple_heat_gas_solid/gasThermoCoupled/gasThermoCoupled-OF4.1/cases/bluffCone/constant/fluid/polyMesh/faces at line 20.
From bool Foam::Istream::readEnd(const char*)
in file db/IOstreams/IOstreams/Istream.C at line 134.
FOAM exiting
and there is no blockMeshDict or snappyHexMeshDict in the system\fluid directory. I can't generate a new mesh.
Then I went to try the case/laminar or case/RAS, same problem rises with the solid/polyMesh/faces file.
after I successfully comply
myChtPimpleCentralFoam
followed the gasThermoCoupled traning materialsI
cd
to thecase/bluffCone
orcase/bluffCone-RAS
to test myChtPimpleCentralFoam, but I got this fatal error with the fluid binary polymeshand there is no
blockMeshDict
orsnappyHexMeshDict
in thesystem\fluid
directory. I can't generate a new mesh.Then I went to try the
case/laminar
orcase/RAS
, same problem rises with thesolid/polyMesh/faces
file.How can I deal with it?
Thanks in advance.