|
[Sponsors] |
December 21, 2023, 11:06 |
How to combine convection and heat flux BC?
|
#1 |
New Member
nicolas Claverie
Join Date: Sep 2022
Posts: 3
Rep Power: 4 |
Hello,
I want to simulate a solid sphere in open air receiving a constant heat flux. Basically the BC of my sphere should be a combination of air_to_sphere { type externalWallHeatFluxTemperature; mode power; Q uniform 5; // 5 W received on the boundary kappaMethod solidThermo; value uniform 300; } for the constant heat flux, and air_to_sphere { type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 314; } For the convection. Is there a way to do that? One option would be to add a constant radiation flux on the sphere but I never used radiation in a model so I am not very confortable to do that. PS: install information if relevant: Windows 11 pro 22H2 WSL 2.0.9.0 Ubuntu 22.04.3 LTS Openfoam 2306 |
|
December 21, 2023, 14:00 |
|
#2 |
Senior Member
Join Date: Apr 2020
Location: UK
Posts: 736
Rep Power: 14 |
You want to specify both the heat flux and the HTC, without any radiation present? Surely this is over-specifying the boundary condition?
And what do you mean by "convection" ... it can't be the usual meaning, i.e. convection to the fluid inside the domain, since you are already specifying the heat flux (which will in turn define the boundary surface temperature) ... and the only way the code could achieve this would be to set both the boundary temperature and the cell temperature, which is not allowed. If you mean "conduction" through the wall, rather than "convection", i.e. set an external surface temperature and a heat transfer coeff thru the wall, then this is over-constrained & impossible to implement. So I am a bit puzzled my friend as to what you are trying to achieve. It doesn't sound physical. Ofc, I may have misunderstood ... |
|
Tags |
boundaries condition, convection, heat transfer, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Time alternating Convection and Heat flux BC | jchan033 | Fluent UDF and Scheme Programming | 5 | December 24, 2016 02:14 |
Heat flux with convection and radiation loss | kcgmech | Fluent UDF and Scheme Programming | 0 | February 11, 2016 05:08 |
convection + known heat flux BC in the same wall | zfaraday | OpenFOAM | 0 | November 19, 2013 17:01 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Natural convection with heat flux | Anton | FLUENT | 5 | April 2, 2007 05:03 |