CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   OpenFOAM2.0.0 (https://www.cfd-online.com/Forums/openfoam/91256-openfoam2-0-0-a.html)

huxiaoxia August 4, 2011 12:03

OpenFOAM2.0.0
 
Hello, all:

I try to run the example of rivuletPanel with OpenFOAM 2.0.0. But there are some problems. The steps that I have done are:
1. run the blockMesh
2. run the reactingParcelFilmFoam

Then it show the error:
--> FOAM FATAL ERROR:
Cannot find file "points" in directory "wallFilmRegion/polyMesh" in times 0 down to constant
From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
in file db/Time/findInstance.C at line 188.
FOAM exiting

So, I'am thinking maybe I should first create wallFilmRegion. But I don't know the command or steps to do.

Can anyone find out where the problem is?

Thanks.

Xiaoxia

huxiaoxia August 4, 2011 13:00

I'v solved the problem. If anyone wants to know how to solve it, let me know.

palmertime August 29, 2011 18:14

Can you share the resolution to this issue?

thanks,

huxiaoxia August 29, 2011 19:36

Openfoam 2.0.0
 
You just open the file Allrun.pre and follow the steps.

yash.aesi July 26, 2013 07:03

how to overcome from this error
 
helo ,
i am also having same problem when i tried to run the fireFoam example then the error on screen is:
FOAM FATAL ERROR:
Cannot find file "points" in directory "panelRegion/polyMesh" in times 0 down to constant

From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
in file db/Time/findInstance.C at line 203


So can you guide me how to resolve this problem ?

wyldckat August 16, 2013 11:42

Greetings to all!

For future reference:
  • The tutorial in question is "lagrangian/reactingParcelFilmFoam/rivuletPanel".
  • To run the case, go into the case folder "rivuletPanel" and run:
    Code:

    ./Allrun
  • To clean up the case, so that you can restart again, run:
    Code:

    ./Allclean
  • Last but not least, for more information, open your favourite text editor and open the files that are in this tutorial folder, so that you can learn how the scripts "Allrun", "Allrun.pre" and "Allclean" work. If you're feeling lazy, you can also see the file contents online, e.g. for OpenFOAM 2.2.x: https://github.com/OpenFOAM/OpenFOAM...m/rivuletPanel
Best regards,
Bruno

zhoubiao1088 August 22, 2016 02:49

Quote:

Originally Posted by yash.aesi (Post 442150)
helo ,
i am also having same problem when i tried to run the fireFoam example then the error on screen is:
FOAM FATAL ERROR:
Cannot find file "points" in directory "panelRegion/polyMesh" in times 0 down to constant

From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
in file db/Time/findInstance.C at line 203


So can you guide me how to resolve this problem ?

could you share the method to solve this problems?


All times are GMT -4. The time now is 19:31.