You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have issues with using this great software with docker, please see below.
I tried to following options:
I followed the instructions given at the bottom of https://engys.github.io/HELYX-OS/installation/ using the docker image "openfoamplus/of_v1606plus_centos66" which just gives me (after manually pulling the image from the console):
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \"/home/Downloads/newCase/mesh_parallel.run\": stat /home/Downloads/newCase/mesh_parallel.run: no such file or directory".
The same happens when using the slightly more recent "openfoamplus/of_v1612plus_centos66" image.
I used "openfoam/openfoam4-paraview50/" and just see (after loading and configuring the geometry and clicking "create" under the mesh settings)
Welcome to the OpenFOAM v4 Docker Image
Provides bash terminal with OpenFOAM 4.1 and ParaView 5.0.1
Produced and maintained by CFD Direct (http://cfd.direct), on behalf of the
OpenFOAM Foundation (http://openfoam.org), the owner and distributor of
OpenFOAM as free, open source software under the General Public Licence v3.
Further Resources:
* OpenFOAM User Guide: http://cfd.direct/openfoam/user-guide
* C++ Source Guide: http://cpp.openfoam.org
* OpenFOAM Training: http://cfd.direct/openfoam-training
* Running in the Cloud: http://cfd.direct/cloud
* Issue (Bug) Reporting: http://bugs.openfoam.org
* Subscribe to Newsletter: http://cfd.direct/news
* Contributors to OpenFOAM: http://openfoam.org/dev/contributors
A popup opens and closes itself (looks like reloading stuff) and then shows me again the geometry without any mesh. Meaning the process of meshing has failed without any errors.
In any of the cases there is no log file in the newCase/log folder.
I tried this on the following linux setups:
OpenSuse Tumbleweed
Archlinux
CentOS 7
The text was updated successfully, but these errors were encountered:
tell the docker container to run with the wrong ENV_LOADER variable. Namely with /opt/OpenFOAM-2.2_engysEdition-beta/etc/bashrc instead of /opt/openfoam4/etc/bashrc
Also ENV_LOADER adaptions for OpenFOAM-v1612+ docker image are needed.
I have issues with using this great software with docker, please see below.
I tried to following options:
A popup opens and closes itself (looks like reloading stuff) and then shows me again the geometry without any mesh. Meaning the process of meshing has failed without any errors.
In any of the cases there is no log file in the
newCase/log
folder.I tried this on the following linux setups:
The text was updated successfully, but these errors were encountered: