Laurence R. McGlashan | Last updated on 2021-04-08 18:59:28 +0000.
new! click here to follow me learning chinese . . .
OpenFOAM-2.0 Released
Calendar Text   17 Jun 2011

"OpenFOAM-2.0":http://www.openfoam.com has been released, and there are lots of exciting "new features":http://www.openfoam.com/version2.0.0! I'm happy to say that the "Git repository":http://www.openfoam.com/download/git.php installs on Fedora 15 smoothly. The namespace storing math constants had changed, so to update all the namespace declarations in my own code I ran the following:
grep -lre 'mathematicalConstant::' . | xargs -d'\n' sed -i 's/mathematicalConstant::/constant::mathematical::/g'
Hope that helps some of you.


blog comments powered by Disqus

Fork me on GitHub