CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

How to calculate heatflux using scalarSemiImplicitSource with absolute mode?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 2, 2019, 10:58
Default How to calculate heatflux using scalarSemiImplicitSource with absolute mode?
  #1
New Member
 
shuailiao
Join Date: Jul 2019
Posts: 10
Rep Power: 6
shuailiao is on a distinguished road
Dear foamer:
I have define a 0.05*0.05*0.05 box and use fvOptions to define heatflux to it.
The problem becomes what should be the value in xxx so the heat flux for the volume can be 20w?
I think q=c*m*dt, but is it correct? what is c, cv or cp? what is dt?
This is my code:
heatSource
{
type scalarSemiImplicitSource;
active true;

scalarSemiImplicitSourceCoeffs
{
selectionMode cellSet; // all, cellSet, cellZone, points
cellSet heatSource;
volumeMode absolute; // absolute;
injectionRateSuSp
{
T (xxx 0);
}
}
}
shuailiao is offline   Reply With Quote

Reply

Tags
fvotions, heatflux, scalarsemiimplicitsource


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to calculate Turbulent Intensity and Hydraulic Diameter for my problem? Roh FLUENT 1 June 17, 2018 03:12
calculate friction factor & nusselt number soheil1991 FLUENT 3 March 11, 2017 09:30
How to calculate Statistical values (Mean, Mode, Median, Standard Deviation, etc..) Mukkarum Tecplot 1 February 1, 2017 19:50
calculate values for eps and k from Re or u????? sbar OpenFOAM Pre-Processing 5 August 16, 2010 04:10
how to compute relative velocity from absolute? spk Main CFD Forum 3 July 9, 2010 08:42


All times are GMT -4. The time now is 14:50.