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

How can I calculate Nusselt number in this problem

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By ranasa

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 2, 2014, 16:20
Default How can I calculate Nusselt number in this problem
  #1
Member
 
sajad
Join Date: Apr 2014
Location: Iran
Posts: 46
Rep Power: 11
sajad6 is on a distinguished road
hi
I want to solve a free sream over 2 block and the condition is steady and laminar and the fluid is incompressible.the problem's picture is attached below.
My porpuse is to calculate Nusselt number of 2 blocks in boundry of fluid.
the tempereture of blocks is constant and is equal to 60 'c.
which solver is better for my problem?how can I use this solver for my porpuse in order to calculate Nusselt number.
Attached Images
File Type: jpg problem picture.jpg (30.9 KB, 93 views)
sajad6 is offline   Reply With Quote

Old   October 4, 2014, 05:03
Default
  #2
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
well Dear Sajad
you can use bouyantBoussinqSimpleFoam for simulation.
for calculation of Nusselt Number you can use swak4Foam
or look for written codes in forum
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   February 5, 2016, 08:42
Default
  #3
New Member
 
rana
Join Date: Jul 2014
Posts: 21
Rep Power: 11
ranasa is on a distinguished road
Hi dear friends

I'm gonna simulate a 3D buoyancy driven flow over a cylinder and want to calculate nusselt number over this patch (i mean cylinder)

i use swak4foam and added these expressions to the end of controlDict file,



lib
(
"libFVFunctionObjects.so"
);

function
{

NusseltNumber
{
functionObjectLibs
(
//"libsimpleFunctionObjects.so"
"libsimpleSwakFunctionObjects.so"

);
type patchExpression;
outputControlMode timeStep;
outputInterval 1;
patches
(
cyl
);
verbose true;
variables
(
"T_inf=300;"
"D=0.00762;"
);
expression "D*snGrad(T)/(T-T_inf)";
accumulations
(
average
);
log true;
}


}

it begins running without any error. The question is here, how can i see the results for nusselt number? should i enter some commands in terminal while iterating or wait until the solution is over?

looking forward to your helpful comments
thanks
student666 likes this.
ranasa is offline   Reply With Quote

Old   February 5, 2016, 13:38
Default
  #4
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
the average nusselt number is written in a file in the test case folder, you can see the result in excel software or plot it using gnuplot
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   May 1, 2016, 14:58
Post nusselt number
  #5
New Member
 
narayana vekamulla
Join Date: Oct 2015
Posts: 15
Rep Power: 10
vnarayana is on a distinguished road
NusseltCalc code has done. I am using buoyantBoussinesqSimpleFoam. for post processing results
Do i need to change transportProperties/ControlDict file ?
functions
(
probes
{
type probes;
name probes;
functionObjectLibs ("libsampling.so");
probeLocations
(
(0.025627 0 -0.00023237)
(0.0518278 0 -0.000461021)
);
fields
(
NusseltNumber
);
mode magnitude;
outputControl outputTime;
outputInterval 1;
}
);
i could not get the results, if you have any idea please send the file. Thank you. Recently i started my work with OpenFOAM.
vnarayana is offline   Reply With Quote

Old   December 6, 2017, 14:21
Default nusselt number
  #6
New Member
 
Ali Mohammadi
Join Date: Oct 2017
Posts: 15
Rep Power: 8
cfd lover is on a distinguished road
i have calculated my nusselt number over a duct.
first you need to make changes in controldict and then define the relation to calculate the nusselt number.
Here is my files
Attached Files
File Type: gz system.tar.gz (840 Bytes, 70 views)
cfd lover is offline   Reply With Quote

Reply


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
there is a problem with fully developed Nusselt number eeman Fluent UDF and Scheme Programming 4 September 24, 2012 01:36
How to obtain average Nusselt number Caner Main CFD Forum 3 March 2, 2012 14:44
Nusselt Number jlx Main CFD Forum 2 January 14, 2011 13:30
need to calculate Nusselt Number OnuR CFX 1 January 11, 2010 01:50
how to calculate Nusselt number? prayskyer Main CFD Forum 0 June 17, 2006 20:57


All times are GMT -4. The time now is 05:13.