|
[Sponsors] |
February 3, 2024, 01:09 |
OpenFOAM heatflux and convection
|
#1 |
New Member
Ibrahim I
Join Date: Feb 2024
Posts: 11
Rep Power: 2 |
Hi, in my 0/T folder on one wall I need a heat flux (W/m^2) and convective heat flux (W/m^2K). I tried defining these conditions separately for the same wall or putting it in the same bracket but openfoam only uses one of them not both. Is there a way of doing this without using swak4foam? Example code below in which openfoam only uses the second condition.
top_wall { type externalWallHeatFluxTemperature; value $internalField; q uniform 1000.0; mode flux; kappaMethod solidThermo; qr none; kappa none; thicknessLayers (); kappaLayers (); } top_wall { type externalWallHeatFluxTemperature; mode coefficient; Ta constant 313.0; h uniform 17.0; value $internalField; } Last edited by Ibrahim_I; February 4, 2024 at 15:34. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Visualizing Heat Transport for forced Convection in Fluids | max.e | Visualization & Post-Processing | 0 | December 10, 2021 07:30 |
Solid-Solid Heatflux of Moving Roller | Torque_Converter | CFX | 4 | May 22, 2012 20:22 |
air flow simulation in double skin facade with openfoam | gygfei | OpenFOAM | 1 | December 20, 2010 05:50 |