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

How to define a plane with heat flux?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 16, 2019, 11:06
Default How to define a plane with heat flux?
  #1
New Member
 
shuailiao
Join Date: Jul 2019
Posts: 10
Rep Power: 6
shuailiao is on a distinguished road
Hi everyone:
I have modelled a empty filling box with two plane which are defined as heat sources, now I want to define a fixed flux for these two planes, for which one is 10W and the other one 20W (values do not matter), but I find the boundary condition I can set is temperature, so any one knows how to define flux for this?
shuailiao is offline   Reply With Quote

Old   July 17, 2019, 02:18
Default
  #2
Member
 
ingraban's Avatar
 
Ingo Riess
Join Date: Jun 2019
Location: Switzerland
Posts: 40
Rep Power: 7
ingraban is on a distinguished road
You can define a temperature gradient for your heat source, see
fixedgradient-boundary-condition

Code:
    heatWall
    {
        type            fixedGradient;
        gradient        uniform 416.67;
    }
Don't ask me how this works, I haven't tried it, yet. I would like to know the relation of this gradient to the heat flux.
ingraban is offline   Reply With Quote

Old   July 17, 2019, 13:29
Default
  #3
Senior Member
 
Join Date: Aug 2015
Posts: 494
Rep Power: 14
clapointe is on a distinguished road
Yes, you can set the gradient to have a fixed heat flux. If you resolve the wall, then conduction is the only mode for heat transfer (sans radiation). Then q is a function of fluid kappa and the gradient. There appears to be a boundary condition to help (where this relation is done for you), see : https://github.com/OpenFOAM/OpenFOAM...hScalarField.H.

Caelan
clapointe is offline   Reply With Quote

Old   July 31, 2019, 09:36
Default solvers for this B.C.?
  #4
Member
 
Owais Shabbir
Join Date: May 2019
Posts: 48
Rep Power: 7
Owais Shabbir is on a distinguished road
Hi all,



I am also trying to introduce a heat source for my own case as well. I am originally working with chtMultiRegionFoam but I am having a lot of problems (e.g. after a few iteration, min/max rho: -2.6961604 1.3035596) with that.



I am thinking of trying to drop multiregion for now and see how just convection works so i am curious if this B.C. externalWallHeatFluxTemperature could be applied to buoyantBoussinesqSimpleFoam solver. I want to introduce power [W] as thatīs what I am provided with.



Thanks

Owais
Owais Shabbir is offline   Reply With Quote

Reply

Tags
boundary condition


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
Measure of Heat Flux on a surface MathieuCrslt FLUENT 0 October 10, 2018 05:58
How do you use heat flux as a boundary condition in a non-wall area in UDF? JuBong Fluent UDF and Scheme Programming 2 July 2, 2018 21:15
Basic Nozzle-Expander Design karmavatar CFX 20 March 20, 2016 08:44
Heat flux and Heat transfer coefficient sakil2k3 FLUENT 4 July 5, 2015 15:07
how to define the heat flux of free surface? help lk zhu FLUENT 0 May 12, 2006 04:43


All times are GMT -4. The time now is 21:32.