Error on using blockMesh command
Title
Question
Hello, I am trying to replicate the cavity problem discussed in Tutorial 3 but have encountered the following error.
FOAM FATAL ERROR:
cannot find file "/home/openfoam/run/system/controlDict"
From function virtual Foam::autoPtr<Foam::ISstream> Foam::fileOperations::uncollatedFileOperation::readStream(Foam::regIOobject&, const Foam::fileName&, const Foam::word&, bool) const
in file global/fileOperations/uncollatedFileOperation/uncollatedFileOperation.C at line 539.
FOAM exiting
How should I proceed?
OpenFOAM Simulating-flow-in-a-Lid-Driven-Cavity 08-09 min 0-10 sec
Answers:
Hi,
It looks like you're using an newer version of OpenFOAM while the tutorial you have been referring to is for an older version. The OpenFOAM file/folder structure has changed quite a bit since then. You can find a newer version of the tutorial in the link below.
It looks like you're using an newer version of OpenFOAM while the tutorial you have been referring to is for an older version. The OpenFOAM file/folder structure has changed quite a bit since then. You can find a newer version of the tutorial in the link below.
https://spoken-tutorial.org/tutorial-search/?search_foss=OpenFOAM+version+7&search_language=
Regards,
Ashley
Regards,
Ashley
Regards,
cd cavity
and then try the OpenFOAM cammands, i.e. blockMesh, icoFoam, paraFoam etc.
Login to add comment