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

How to output the Nusselt number

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 7, 2013, 05:12
Default How to output the Nusselt number
  #1
New Member
 
刘朝福
Join Date: May 2013
Posts: 8
Rep Power: 12
liuchaofu is on a distinguished road
I calculate a jet cooling problems use Openfoam,Then I use the Tecplot post-processing,But I can't output the Nusselt number,or the heat transfer coefficient。Who can help me?
liuchaofu is offline   Reply With Quote

Old   May 7, 2013, 07:56
Default
  #2
Senior Member
 
T. Chourushi
Join Date: Jul 2009
Posts: 321
Blog Entries: 1
Rep Power: 17
Tushar@cfd is on a distinguished road
Quote:
Originally Posted by liuchaofu View Post
I calculate a jet cooling problems use Openfoam,Then I use the Tecplot post-processing,But I can't output the Nusselt number,or the heat transfer coefficient。Who can help me?

Well, you can output the variable using utility, please refer the following link for more information...
http://www.cfd-online.com/Forums/ope...timesteps.html

Tushar@cfd is offline   Reply With Quote

Old   May 8, 2013, 09:26
Default
  #3
New Member
 
刘朝福
Join Date: May 2013
Posts: 8
Rep Power: 12
liuchaofu is on a distinguished road
Thank you for your reply.Because I am a newbie on OpenFoam,I only can output the temperature and speed using Tecplot.Can you tell me what variables wo should output to get Nusselt number and the methods.Thank you .
liuchaofu is offline   Reply With Quote

Old   May 8, 2013, 09:33
Default
  #4
New Member
 
刘朝福
Join Date: May 2013
Posts: 8
Rep Power: 12
liuchaofu is on a distinguished road
I have to OpenFoam version 2.1.1. I want to use the wall heat flux function.But when I enter this command.It shows this function could not be found.How should I set.Because I is the isothermal wall condition.I need to output the wall heat flux to calculate heat transfer coefficient
liuchaofu is offline   Reply With Quote

Old   May 8, 2013, 09:44
Default
  #5
Senior Member
 
T. Chourushi
Join Date: Jul 2009
Posts: 321
Blog Entries: 1
Rep Power: 17
Tushar@cfd is on a distinguished road
Quote:
Originally Posted by liuchaofu View Post
I have to OpenFoam version 2.1.1. I want to use the wall heat flux function.But when I enter this command.It shows this function could not be found.How should I set.Because I is the isothermal wall condition.I need to output the wall heat flux to calculate heat transfer coefficient

In the weblink:
http://www.cfd-online.com/Forums/ope...timesteps.html

Check this code:
###################
volScalarField gradT ( IOobject ( "gradT", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), mesh, dimensionedVector ( "gradT", T.dimensions()/dimLength, 0 ) ); label patchi = mesh.boundaryMesh().findPatchID("myPatch"); gradT.boundaryField()[patchi]=T.boundaryField()[patchi].snGrad(); runTime.write();

#####################

This is similar to the $utility/Postprocessing/wall/wallGradU file.
Copy this file and make new wallGradT file.
You need to put T instead of U, as mentioned above. Then try to compile the same. After you finish with this, run the utility in the case folder.

Tushar@cfd is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[mesh manipulation] Mesh Refinement Luiz Eduardo Bittencourt Sampaio (Sampaio) OpenFOAM Meshing & Mesh Conversion 42 January 8, 2017 12:55
[snappyHexMesh] SnappyHexMesh for internal Flow vishwa OpenFOAM Meshing & Mesh Conversion 24 June 27, 2016 08:54
Nusselt number 4.36 validation in a tube in constant heat flux situation QustFelix FLUENT 6 June 18, 2015 22:09
there is a problem with fully developed Nusselt number eeman Fluent UDF and Scheme Programming 4 September 24, 2012 01:36
[snappyHexMesh] external flow with snappyHexMesh chelvistero OpenFOAM Meshing & Mesh Conversion 11 January 15, 2010 19:43


All times are GMT -4. The time now is 20:04.