CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Heat Release Rate in fireFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 2 Post By ingraban
  • 1 Post By ingraban

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 20, 2019, 07:34
Default Heat Release Rate in fireFoam
  #1
Member
 
ingraban's Avatar
 
Ingo Riess
Join Date: Jun 2019
Location: Switzerland
Posts: 40
Rep Power: 6
ingraban is on a distinguished road
I try to model a methane fire in a tunnel with longitudinal air flow.

- I use OpenFoam v1812
- The simulation is based on the fireFoam tutorial smallPoolFire3D
- The longitudinal flow is modelled as a mass flow rate on the inlet.
- The fire source is modelled as another inlet of methan.
- The heat release rate is calculated from the methane mass flow rate.

I have some difficulties with the boundary conditions, see my other question.

This question is about the reading of the heat release rate in fireFoam and in ParaView.

I read the heat release rate HRR from the following code in controlDict:
Code:
functions
{
    HRR
    {
        type            volFieldValue;
        functionObjectLibs ("libfieldFunctionObjects.so");
	log             true;
	writeControl    timeStep;
	writeInterval   1;
	writeFields     false;
	regionType      all;
        operation       volIntegrate;
        enabled         true;
        fields
        (
            Qdot
        );
    }
}
The code gives me a total heat release rate of ~60 MW.

In ParaView (filters>data analysis>integrate variables:Qdot), I find a total heat release rate of ~60 MW.

The methane flowrate of 0.0204 kg/s (BC) should give me a heat release rate of 1MW.

I compared the flow field and the temperature distribution in the tunnel with empirical models (e.g. Austrian tunnel ventilation design code) and from the temperature data, I'd estimate the HRR in the tunnel at 14 MW.

What am I doing wrong? I'd appreciate any help you could give me.

Last edited by ingraban; July 4, 2019 at 02:34.
ingraban is offline   Reply With Quote

Old   July 12, 2019, 02:29
Default
  #2
Member
 
ingraban's Avatar
 
Ingo Riess
Join Date: Jun 2019
Location: Switzerland
Posts: 40
Rep Power: 6
ingraban is on a distinguished road
By now, I think the code works just fine and there were other issues with the setup of the model. For future reference, there is a warning using this code. The line
Code:
        functionObjectLibs ("libfieldFunctionObjects.so");
should be replaced by
Code:
        libs            ("libfieldFunctionObjects.so");
Take care
Kummi and alainislas like this.
ingraban is offline   Reply With Quote

Old   September 23, 2022, 18:16
Default
  #3
New Member
 
SAH
Join Date: Sep 2022
Posts: 1
Rep Power: 0
Hasnain_1 is on a distinguished road
Hi ingraban, did you manage to get correct HRR in comparison to mass flow rate (inlet boundary condition)?


If yes, how did you manage?



Thanks in advance!
Hasnain_1 is offline   Reply With Quote

Old   October 6, 2022, 10:41
Default
  #4
Member
 
ingraban's Avatar
 
Ingo Riess
Join Date: Jun 2019
Location: Switzerland
Posts: 40
Rep Power: 6
ingraban is on a distinguished road
Hi
No, I did not get the heat-release rate according to the specified mass-flow. Usually, the effective heat release rate was higher. I assume, some turbulence or flow eddies at the inlet boundary condition lead to additional fuel-supply. For small flow rates I had to reduce the area of the fuel inlet.
All the best
Ingo
Hasnain_1 likes this.
ingraban is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Total heat release rate - variation not expected Bufacchi OpenFOAM Running, Solving & CFD 14 May 15, 2020 06:35
partially premixed combustion heat release rate per cell sqek FLUENT 0 May 16, 2017 08:04
Problem with total heat transfer rate aswathy_raghu FLUENT 0 July 26, 2016 07:39
Heat Generation rate in W/m³ ashghan OpenFOAM Programming & Development 0 June 27, 2014 05:42
posdat file to record heat release Robert_B STAR-CD 3 March 1, 2012 12:24


All times are GMT -4. The time now is 03:23.