I am trying install Openfoam v1612+ and i have used following steps from this answer:
running the container
docker run -it openfoamplus/of_v1612plus_centos66 /bin/bash
Within the container, changing the directory to:
cd /opt/OpenFOAM/
source the script: setImage_v1612+ by running:
source setImage_v1612+
when using the command
simpleFoam
I am getting the following Error as follow and in the screenshot also:
--> FOAM FATAL IO ERROR:
cannot find file
file: /opt/OpenFOAM/system/controlDict at line 0.
From function regIOobject::readStream()
in file db/regIOobject/regIOobjectRead.C at line 237.
FOAM exiting
As i understood that this file /opt/OpenFOAM/system/controlDict not excisting and i do not how to solve this or what is this file.