trying to make openfoam template #60509
Unanswered
muezabdalla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello everyone
I was trying to make a template for openfoam-13 and/or openfoam-v2512 but facing alot of propblems. first a bit an introduction.
openfoam is a cfd toolbox and to compile it first:
OpenFOAM-13-version-13toOpenFOAM-13andThirdParty-13-version-13toThirdParty-13$HOME/.OpenFOAM/prefs.sheven if it is emptyetc/bashrc./Allwmake -j 4to build openfoamfirst I made a template for Openfoam-v2512 but when sourcing the
etc/bashrcfile it complains about alot of things and just give the line number and file name where the errors occured without telling what was the error. here are the errors:and here is the template (it has alot of echo and ls for debugging):
I made another template for openfoam-13 but when I try to make the
$HOME/.OpenFOAMwith vmkdir in the do_configure functions it does not make the directory I also tried to use mkdir but also does not do anything and does not give any errors.I even tried to change the $HOME variable but that did not work. here is the template (it has alot of echo and ls for debugging):you might also notice that I download the sources with wget and that is because I have some problems when letting it use the defualt do_fetch() and do_extract() functions
Beta Was this translation helpful? Give feedback.
All reactions