|
[Sponsors] |
How can I calculate Nusselt number in this problem |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 2, 2014, 17:20 |
How can I calculate Nusselt number in this problem
|
#1 |
Member
sajad
Join Date: Apr 2014
Location: Iran
Posts: 46
Rep Power: 12 |
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. |
|
October 4, 2014, 06:03 |
|
#2 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
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) |
|
February 5, 2016, 09:42 |
|
#3 |
New Member
rana
Join Date: Jul 2014
Posts: 21
Rep Power: 12 |
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 |
|
February 5, 2016, 14:38 |
|
#4 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
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) |
|
May 1, 2016, 15:58 |
nusselt number
|
#5 |
New Member
narayana vekamulla
Join Date: Oct 2015
Posts: 15
Rep Power: 11 |
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. |
|
December 6, 2017, 15:21 |
nusselt number
|
#6 |
New Member
Ali Mohammadi
Join Date: Oct 2017
Posts: 15
Rep Power: 9 |
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 |
|
|
|
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 02:36 |
How to obtain average Nusselt number | Caner | Main CFD Forum | 3 | March 2, 2012 15:44 |
Nusselt Number | jlx | Main CFD Forum | 2 | January 14, 2011 14:30 |
need to calculate Nusselt Number | OnuR | CFX | 1 | January 11, 2010 02:50 |
how to calculate Nusselt number? | prayskyer | Main CFD Forum | 0 | June 17, 2006 21:57 |