|
[Sponsors] |
turbulentHeatFluxTemperature heat capacity of what material? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 7, 2014, 14:22 |
turbulentHeatFluxTemperature heat capacity of what material?
|
#1 |
Senior Member
Andrew Somorjai
Join Date: May 2013
Posts: 175
Rep Power: 13 |
Hello everyone,
Looking at the source for the turbulentHeatFluxTemperatureFvPatchScalarField class at https://github.com/OpenFOAM/OpenFOAM...hScalarField.H The heat capacity at constant pressure is listed Code:
hotWall { type turbulentHeatFluxTemperature; heatSource flux; // power [W]; flux [W/m2] q uniform 10; // heat power or flux alphaEff alphaEff; // alphaEff field name; // alphaEff in [kg/m/s] Cp Cp; // Cp field name; Cp in [J/kg/K] value uniform 300; // initial temperature value } thanks to anyone for clearing it up. |
|
May 20, 2014, 12:19 |
|
#2 |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
With the turbulentHeatFluxTemperatureFvPatchScalarField boundary conditions you transfere a certain amount of heat (either defined as flux, a.k. power/area or total power for the whole surface) into the fluid. Heat conduction in the boundary is not considered, so the heat capacity is the one of the fluid. If you want to simulation also the solid and the heat conduction inside it, you have to go with the multi region solver (see the corresponding tutorias, e.g. heatTransfer/chtMultiRegionFoam etc.)
|
|
May 20, 2014, 17:16 |
|
#3 | |
Senior Member
Andrew Somorjai
Join Date: May 2013
Posts: 175
Rep Power: 13 |
Quote:
|
||
May 20, 2014, 18:47 |
|
#4 |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
Also have a look at this boundary condition:
https://github.com/OpenFOAM/OpenFOAM...hScalarField.H This might also apply in your case. |
|
Tags |
heat capacity, thermal coductivity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Material property Heat transfer | mat_cfd | CFX | 1 | February 19, 2013 17:58 |
heat transfer in an orthotropic material and complex curved geometry | zayzan | FLUENT | 0 | October 11, 2011 11:47 |