|
[Sponsors] |
November 30, 2013, 16:25 |
wall heat flux in openfoam
|
#1 |
Senior Member
Join Date: Nov 2012
Posts: 171
Rep Power: 14 |
Dear All,
In openfoam (like version 211), the wall heat flux is defined as the volScalarField. This means, for my understanding, that the wall heat flux is treated a scalar field stored in both cell centers (infield) and boundary field. Actually, when we are particularly interested in wall heat flux, this volScalarField is zero in all the cell centers except the cell faces just the walls: wallheatflux.internalField() is zero everywhere, wallheatflux.boundaryField() is also zero except for the wall boundries. Is this understanding correct? For my case, I would like to use the wall heat flux for solving other equations as a source term. Therefore, it seems that I need to make the wallheatflux to be stored in cell center when the wallheatflux.boundaryField() is not zero for that cell. In other words, how can I put the heat flux original in the wallheatflux.boundaryField() to cell centers? Thank you very much. |
|
January 4, 2014, 08:51 |
|
#2 |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
Which solver do you mean to use heatFlux?
There is a boundary condition turbulentHeatFluxTemperature: https://github.com/OpenFOAM/OpenFOAM...hScalarField.H But this effects the temperature scalar field. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
wall heat flux dsmcfoam | archeoptyrx | OpenFOAM Running, Solving & CFD | 2 | February 7, 2014 23:23 |
Heat transfer BC at wall- why need wall thickness? | Julie | FLUENT | 7 | February 3, 2012 22:41 |
Heat Flux at wall in a conjugate heat transfer problem | Chander | CFX | 2 | July 9, 2011 23:22 |
how to export "wall heat flux" to tecplot? | victor | CFX | 3 | November 27, 2008 10:45 |
CFX - wall heat flux | divarano | CFX | 2 | December 4, 2006 17:14 |