|
[Sponsors] |
August 25, 2016, 05:11 |
HRR in fireFoam
|
#1 |
New Member
Join Date: Aug 2016
Posts: 4
Rep Power: 10 |
Hello!
I want to calculate HRR during FireFoam simulation. I try this code in controlDict (found in tutorials): Code:
functions { HRR { type cellSource; functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl outputTime; //outputTime; outputInterval 1; log false; valueOutput false; source all; //cellZone; sourceName c0; operation volIntegrate; fields ( dQ ); }; } Code:
--> FOAM Warning : From function bool Foam::functionObjectList::read() in file db/functionObjects/functionObjectList/functionObjectList.C at line 644 Caught FatalError --> FOAM FATAL ERROR: Unknown function type cellSource Also I can't find where heat of combustion is specified in fireFoam. Please help me. |
|
September 1, 2016, 10:46 |
|
#2 |
Member
Roman
Join Date: Sep 2013
Posts: 83
Rep Power: 13 |
Hello. Next code works fine with my cases. It differs a little from yours. One thing, the result, i.e. HRR depends on the cell size. Try the same case with different cell size and you will see. At my mind this is not a great deal problem.
As for HRR, please find here the tutorial for reactingFoam solver. FireFoam works similar. functions ( volInts { type cellSource; functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl timeStep; //outputTime; outputInterval 1; log true; //true; valueOutput false; source all; //cellZone; sourceName c0; operation volIntegrate; fields ( dQ ); } |
|
September 2, 2016, 05:39 |
|
#3 |
New Member
Join Date: Aug 2016
Posts: 4
Rep Power: 10 |
Thank you Roman1, I'll try your code!
|
|
May 17, 2017, 05:52 |
|
#4 |
Member
Jean bon
Join Date: Sep 2016
Posts: 43
Rep Power: 10 |
Hello,
I am interested in having HRR because I realize that fireFoam is very dependent of mesh size. With your code Roman, I have the same problem: Unknown function type cellSource I am not sure you can use it. If someone has a solution. Thanks. |
|
May 23, 2017, 11:45 |
|
#5 |
Member
Jean bon
Join Date: Sep 2016
Posts: 43
Rep Power: 10 |
To have the HRR function of time, you can add:
Code:
HRR { type volRegion; functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; writeControl timeStep; writeInterval 1; writeFields false; log true; regionType all; operation volIntegrate; fields ( dQ ); } |
|
July 7, 2017, 10:34 |
|
#6 |
Member
Jean bon
Join Date: Sep 2016
Posts: 43
Rep Power: 10 |
With a sum is better:
Code:
HRR { type volRegion; functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; writeControl timeStep; writeInterval 1; writeFields false; log true; regionType all; operation sum; fields ( dQ ); } |
|
August 14, 2017, 09:10 |
fireFoam
|
#7 |
New Member
Join Date: Jul 2017
Posts: 28
Rep Power: 9 |
Hello, i am looking for answers in a lot of places for a long time, can i ask you some things about fireFoam? I'm trying to simulate a fire in a closed place, but I have doubts.
Thank you, greetings, Luca. |
|
August 14, 2017, 09:53 |
|
#8 |
Member
Roman
Join Date: Sep 2013
Posts: 83
Rep Power: 13 |
I could help if I can
|
|
August 14, 2017, 12:09 |
|
#9 |
New Member
Join Date: Jul 2017
Posts: 28
Rep Power: 9 |
Hi, thanks very much for the reply, I also asked for help in another forum discussion (both in "fireFOAM: reactions file setup" and in "HRR in fireFoam") and now I do not know what to do. I did not know if anyone answered me since July 30 I had created a post but no one answered me and so I was not very optimistic and so I had written on both posts that had the latest message in 2017, now I could write my question on both of the discussions, but maybe it would be better to unify them, do you know how to do it? Maybe it's better if I publicize my question in my previous post "Simulating fire in a tunnel" so if you can answer me there. Thank you both (Roman1 and ashish.vinayak) let me know if it is all right for you.
|
|
Tags |
firefoam, heat of combustion, heat realise rate, hrr |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
fireFoam installation | Roman1 | OpenFOAM Installation | 2 | September 27, 2013 04:05 |
Install/compile fireFoam 1.6-1.0 in Openfoam 2.1.1 | hz283 | OpenFOAM Programming & Development | 19 | April 1, 2013 09:35 |
How to setup a proper "heatFlux" boundary for fireFoam? | Jumping | OpenFOAM Pre-Processing | 0 | March 27, 2013 10:27 |
pyrolysis in fireFoam | windwin | OpenFOAM | 1 | September 26, 2011 09:11 |
FireFoam what is HRR ? | fgal | OpenFOAM Post-Processing | 1 | April 16, 2010 11:37 |