|
[Sponsors] |
October 5, 2014, 05:25 |
Total_MaxHeat vs Surface Maximum Heat Flux
|
#1 |
New Member
Jeffrey van Oostrom
Join Date: Feb 2014
Location: Delft, The Netherlands
Posts: 16
Rep Power: 12 |
Hello developers,
I have yet another question regarding the heat fluxes. I've been digging through the code for a few days now, trying to figure out why the maximum heat flux that is in my surface_flow.dat is way different from the Total_MaxHeat that is exported in the history file. There are a few differences I can find in the code. First of all, in the surface file, the routine calls Aux_Heat[iPoint] = solver[..]->GetHeatFlux(iMarker, iVertex) whereas the history file routine calls Total_MaxHeat = solver[..]->GetTotal_MaxHeatFlux();. In solver_direct_mean.cpp the HeatFlux is computed after which the Heat_Visc += HeatFlux*Area; and MaxHeat_Visc += pow(HeatFlux, MaxNorm);, where MaxNorm is equal to 8.0. Then, the root is taken again of MaxHeat_Visc and is assigned to Total_MaxHeat. So what is the difference between the normal HeatFlux and the Total_MaxHeat or Total_Heat? The latter are probably both integrated? Is there any way to get the correct maximum HeatFlux in the history file? Thanks for your reply, Jeffrey |
|
October 16, 2014, 12:56 |
|
#2 |
New Member
Jeffrey van Oostrom
Join Date: Feb 2014
Location: Delft, The Netherlands
Posts: 16
Rep Power: 12 |
Hi again,
Does anyone have a clue about my question above? Thanks! Jeffrey |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Enforce bounds error with heat loss boundary condition at solid walls | Chander | CFX | 2 | May 1, 2012 21:11 |
free convection heat transfer from a heated horizontal surface through a liquid to a thin cooled fin | Kaushik | FLUENT | 1 | May 8, 2000 07:47 |