|
[Sponsors] |
Heat flux as a function of wall temperature using UDF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 15, 2021, 18:07 |
Heat flux as a function of wall temperature using UDF
|
#1 |
New Member
Alejandro
Join Date: Apr 2021
Location: Spain
Posts: 1
Rep Power: 0 |
Hi guys,
I would like to know your opinion and advice on the following problem I have been working on lately. I am studying the flow over an airfoil at a high Mach number. What I am trying to look into is how much heat I can dissipate when I impose a high temperature on a particular region of that airfoil. That is, I want to increase the wall temperature on that region only, and let the rest of the airfoil as is (adiabatic). I was thinking of using a UDF to define a temperature profile; however, while it is ok for the region where I have the increased temperature, I also need to define another value for the rest of the wall. This gives rise to the problem I have been having, which is that I do not know how to make sure that there is heat transfer only on the region I define the temperature on, while having zero heat transfer on the rest of the airfoil wall. In other words, I do not know whether it's possible to define a temperature on a region for an adiabatic wall boundary condition or not. Modifying the mesh so that I can have one dedicated boundary for the temperature boundary condition and another for the adiabatic region is not an option, so I was hoping to know if there is a way to do this using an UDF. Hope it makes sense. I would highly appreciate any suggestion. Best regards |
|
April 15, 2021, 23:43 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
do you mesh solid part of airfoil? I assume that yes
if you want to prevent heat flux from one zone to another you can do following trick: you need to divide your airfoil into 2 parts - hot_region, cold_region in boundary conditions find the boundary between this reagions, by default it could look like: interior-hot_region-cold_region change boundary type from interior to wall interior-hot_region-cold_region_shadow will be created open interior-hot_region-cold_region and change thermal conditions in Thermal tab from Coupled to heat flux heat flux = 0 means adiabatic boundary condition press apply there will be no heat transfer between this two zones
__________________
best regards ****************************** press LIKE if this message was helpful |
|
May 7, 2021, 13:02 |
|
#3 |
New Member
Tamil Nadu
Join Date: Apr 2021
Posts: 6
Rep Power: 5 |
I am trying a case with a 2d rectangular channel having a supersonic flow (pressure inlet and pressure outlet boundary condition). The lower wall is set with a heat flux value of 5000W/m^2. Mine is a very simple case - compressible flow with heat addition. But the heat provided from the bottom wall does not have a noticeable effect on the flow. Can someone suggest an alternative method or explain my mistake. I used the k-epsilon model. Should I turn on gravity because the temperature change is seen near the wall which is also due to friction and not this heat flux.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
whats the cause of error? | immortality | OpenFOAM Running, Solving & CFD | 13 | March 24, 2021 08:15 |
Replicating Scalable Wall Function with a UDF | yousefaz | FLUENT | 0 | August 4, 2017 03:30 |
is internalField(U) equivalent to zeroGradient? | immortality | OpenFOAM Running, Solving & CFD | 7 | March 29, 2013 02:27 |
latest OpenFOAM-1.6.x from git failed to compile | phsieh2005 | OpenFOAM Bugs | 25 | February 9, 2010 05:37 |
Basic question: UDF for wall heat flux | Carl | FLUENT | 1 | August 5, 2006 20:01 |