我已经通过安装了OpenFOAM软件包
sudo apt install openfoam
在Ubuntu上,在Windows WSL环境中。但是我不知道安装了什么版本/变体的FLOSS。我尝试了
blockMesh -help
希望它能给予我一些关于我正在处理的事情的信息,但是我得到了错误信息:--〉泡沫致命错误:找不到必需的etc条目(模式=ugo)“控制字典”
yeotifhr1#
使用Ubuntu命令
apt-cache show openfoam
我知道我已经安装了1906.191111+dfsg1-2build1版本和openfoam.com变体,但这是一个特定于Ubuntu的解决方案,而不是在其他操作系统上工作的通用OpenFOAM解决方案。
1906.191111+dfsg1-2build1
openfoam.com
bfnvny8b2#
您可以在shell中运行脚本foamVersion:
foamVersion
foamVersion OpenFOAM-v2112 # this is the output in my case
2条答案
按热度按时间yeotifhr1#
使用Ubuntu命令
我知道我已经安装了
1906.191111+dfsg1-2build1
版本和openfoam.com
变体,但这是一个特定于Ubuntu的解决方案,而不是在其他操作系统上工作的通用OpenFOAM解决方案。bfnvny8b2#
您可以在shell中运行脚本
foamVersion
: