saving . . . saved Error in icoFoam has been deleted. Error in icoFoam has been hidden .
Error in icoFoam
Title
Question
Tutorial: Setting-up a Test Case in OpenFOAM
Time: 9:20
Title: Error in icoFoam
Description: When i execute icoFoam, It gives me this error. What should i do?

Create time

Create mesh for time = 0



--> FOAM FATAL ERROR: 
Cannot find file "points" in directory "polyMesh" in times "0" down to constant

    From function virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const
    in file global/fileOperations/fileOperation/fileOperation.C at line 871.

FOAM exiting


OpenFOAM-version-7 Setting-up-a-Test-Case-in-OpenFOAM 09-10 min 20-30 sec 25-09-20, 8:09 p.m. jayeshGolhar

Answers:

there is no mesh generated, use blockMesh command to generate mesh, and then try running icoFoam again.
25-09-20, 8:31 p.m. ameyak2310


Hello
This error shows up because there is no mesh generated before the icoFoam command was run.
Please run the "blockMesh" command first followed by "icoFoam". 

Cheers !
25-09-20, 8:39 p.m. sahilkukian


Log-in to answer to this question.