![]() |
fireFoam.1.7.x_0.4 compilation error
I'm sorry, I didn't realize the text of this message had for some reason not copied off my computer!
In any event, my question regarding the compilation of fireFoam is as follows: Hi All! I used makaveli_lcf's method for installing OpenFOAM 1.7.1 on 12.04 (found here) without any problems, but then when I tried to install the "newest" fireFoam from here I am receiving a strange compilation error when calling ./Allwmake in my downloads folder. My understanding was that if I got OpenFoam 1.7.1 installed correctly, I should be able to install fireFoam from anywhere and then just drop it into /opt/openfoam171/.. once it had compiled. Thanks for your help! Code:
~/Downloads/fireFoam.1.7.x_0.4$ sudo ./Allwmake |
Note that I have already ensured that my bashrc file is correct
Code:
$ tail -1 ~/.bashrcCode:
$ icoFoam -help |
You are running Allwmake with sudo, which changes your environment to that of root. Run 'sudo env' so you see what I mean; none of your openfoam variables will be defined in the sudo environment. Try sudo -E env PATH=$PATH ./Allwmake if you must build as root. If you can, just build as a regular user.
|
Thanks for your reply kev4573!
I guess I misunderstood what I needed to do. I was able to compile fireFoam by calling calling ./Allwmake and it seemed to run just fine. Now though, when I try to run test cases from the testBatteryFireFOAM sub directory, I am receiving fatal errors when I attempt to run the test cases. Any thoughts on the matter? Thanks again for your help! Code:
~/fireFoam/testBatteryFireFOAM/wallSuppression$ cat log.fireFoam |
Greetings to all!
This has already been addressed on another thread. Please start reading here: http://www.cfd-online.com/Forums/ope...tml#post366527 post #7 It doesn't hurt if you read the posts before that as well ;) Best regards, Bruno |
Thanks for the clarification Bruno!
I appreciate the help! I will definitely read that thread and install 1.7.x instead of 1.7.1. Update: So I attempted to install 1.7.x based on the link here as recommended by Bruno. I ran ./Allwmake in the subfolder of of my home folder where OpenFOAM resides. About an hour in, the compilation seems to end, but the last result is troublesome: Code:
make[2]: Entering directory `/home/angel/OpenFOAM/OpenFOAM-1.7.x/applications/utilities/thermophysical/mixtureAdiabaticFlameT'Code:
$ git log -1Code:
$ gcc --version |
OK, took me a while to test this. Follow these instructions: http://openfoamwiki.net/index.php/In...u#Ubuntu_12.04 - but adapt where necessary for 1.7.x.
|
Dear buddies
I want to know what is the combustion models available in firefoam. would somebody plz hint me?:):):) |
firefoam : compilation problem
Hi,
I have compiled firefoam succesfully but while running the case from tutorials.I am facing problem with fatal eror. can anyone suggest me where am i going wrong below is the error : --> FOAM FATAL ERROR: Unknown hsCombustionThermo type hsPsiMixtureThermoNew<singleStepReactingMixture<ga sThermoPhysics>> Valid hsCombustionThermo types are: 9 ( hsPsiMixtureThermo<dieselMixture<sutherlandTranspo rt<specieThermo<janafThermo<perfectGas>>>>> hsPsiMixtureThermo<homogeneousMixture<constTranspo rt<specieThermo<hConstThermo<perfectGas>>>>> hsPsiMixtureThermo<homogeneousMixture<sutherlandTr ansport<specieThermo<janafThermo<perfectGas>>>>> hsPsiMixtureThermo<inhomogeneousMixture<constTrans port<specieThermo<hConstThermo<perfectGas>>>>> hsPsiMixtureThermo<inhomogeneousMixture<sutherland Transport<specieThermo<janafThermo<perfectGas>>>>> hsPsiMixtureThermo<multiComponentMixture<gasThermo Physics>> hsPsiMixtureThermo<reactingMixture<gasThermoPhysic s>> hsPsiMixtureThermo<veryInhomogeneousMixture<constT ransport<specieThermo<hConstThermo<perfectGas>>>>> hsPsiMixtureThermo<veryInhomogeneousMixture<suther landTransport<specieThermo<janafThermo<perfectGas> >>>> ) From function hsCombustionThermo::New(const fvMesh&) in file combustionThermo/hsCombustionThermo/newhsCombustionThermo.C at line 65. FOAM exiting Thank You :) Regards, rao |
Hi,
I got it working and compiled succesfully. Thank You Regards, Trinath Rao |
| All times are GMT -4. The time now is 11:43. |