CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] Calculating and Plotting Nusselt Number with ParaView

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

Like Tree3Likes
  • 1 Post By Tobi
  • 1 Post By Tobi
  • 1 Post By Lisandro Maders

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 25, 2014, 19:39
Default Calculating and Plotting Nusselt Number with ParaView
  #1
New Member
 
Tom
Join Date: Jun 2013
Posts: 26
Rep Power: 12
RTom is on a distinguished road
Hi!
I have been working with OpenFOAM and some GUI (Helyx-OS). Am simulating cases with conjugated heat transfer and I would like to Plot the Nusselt Number with ParaView, however I don't know how to calculate it with OpenFOAM.

I do can calculate the Nusselt Field in ParaView, but I can't Plot it over a line (That's my goal).
At the beginning I downloaded the last version of ParaView because the version of OpenFOAM (sudo apt-get install paraviewopenfoam410) cannot use the "Calculator application" properly. So I downloaded the binary files from www.paraview.org.

Now what I need is to plot the Nusselt Number over a line, but it does not let me do it with my Calculated Nusselt.
RTom is offline   Reply With Quote

Old   June 8, 2014, 13:40
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Tom,

I have no idea if you've managed to solve this issue already or not, but if you haven't, please provide more information, namely:
  • What settings did you use for the calculation?
  • What specific filter and settings did you use for plotting?
  • What settings did you use for the plot?
And please provide image snapshots of what you're seeing, because from your brief description, I'm unable to imagine what went wrong.


Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   April 26, 2016, 09:34
Exclamation finding Nusselt number in paraview
  #3
New Member
 
narayana vekamulla
Join Date: Oct 2015
Posts: 15
Rep Power: 10
vnarayana is on a distinguished road
Good evening Bruno,
i dont have any idea how to calculate derivatives and integrations in paraview.
If you know how to calculate Nusselt number and Mean Nusslet number? please let me know.
Thanks
vnarayana is offline   Reply With Quote

Old   April 26, 2016, 14:49
Default
  #4
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
As far as I know, the Nusselt number can only be calculated on the walls because of its definition:

Nu = \frac{\alpha L}{\lambda}

The heat transfer coefficient \alpha could be calculated using the heat flux q or heat Q:

Q = A \cdot \alpha \cdot (T_{amb} - T_f)

Due to the fact that there has to be an equilibrium of Cell-Center to Face-Center and Face-Center out to air or even another fluid / solid,

Q = A \cdot \lambda \cdot (T_f - T_c)

So finally you know q or Q and you can calculate \alpha. Then you simply can calculate the Nusselt number.
wyldckat likes this.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   May 3, 2016, 13:58
Default
  #5
Member
 
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13
Lisandro Maders is on a distinguished road
Quote:
Originally Posted by Tobi View Post
Due to the fact that there has to be an equilibrium of Cell-Center to Face-Center and Face-Center out to air or even another fluid / solid,

Q = A \cdot \lambda \cdot (T_f - T_c)

So finally you know q or Q .....
Dear Tobi,

I am new to ParaView, could you explain to me how to get the q or Q values from Paraview? I have a cylinder and need to know the dissipated heat through its external surface.

What I would imagine to do: take temperature value of face-center cell of external surface cells; take temperature of respective volume-center cell; calculate its difference corresponding to a gradient in relation to cell size; do this for all external cells areas (integrate it); muliply by conductivity;

The problem is that I don't know how to do it with ParaView... :P

Thank you!

Regards,

Lisandro Maders

Last edited by Lisandro Maders; May 3, 2016 at 14:22. Reason: better explanation of what I want
Lisandro Maders is offline   Reply With Quote

Old   May 3, 2016, 17:39
Default
  #6
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
I do not know if you can do this with paraview.
You can do it with openfoam tools (wallHeatFlux).
Lisandro Maders likes this.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   May 3, 2016, 17:42
Default
  #7
Member
 
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13
Lisandro Maders is on a distinguished road
Quote:
Originally Posted by Tobi View Post
I do not know if you can do this with paraview.
You can do it with openfoam tools (wallHeatFlux).
Yes, that's what I am doing. I was hoping there was someway of doing this in ParaView but actually is pretty much easier to do this with the openffoam utilities.

Anyway, cheers!
Lisandro Maders is offline   Reply With Quote

Old   May 3, 2016, 17:56
Default
  #8
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Quote:
Originally Posted by Lisandro Maders View Post
Yes, that's what I am doing. I was hoping there was someway of doing this in ParaView but actually is pretty much easier to do this with the openffoam utilities.

Anyway, cheers!
Hey,

if you use the openfoam utilities, why you are asking?
OpenFOAM have the ability that a lot of functions are already there (like the calculation of the gradient of the cell-center and boundary face-center).

I do not know if you can do this using paraview (maybe there is some workaround but I do not know it).
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   May 3, 2016, 17:58
Default
  #9
Member
 
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13
Lisandro Maders is on a distinguished road
Actually, I was really making mess with this. Long day and I was tired. There is no reason for not using foam utilities, I just forgot everything I learned for some hours haha. But thanks anyway, I could be still struggling with this
Tobi likes this.
Lisandro Maders is offline   Reply With Quote

Reply

Tags
calculate, nusselt number, paraview 4.1

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
Please Help on advising me on Plotting of Mach Number Contour Plot with Tecplot 360 chor kiat Tecplot 1 June 26, 2017 12:42
Calculating a generic scalar for each cell, and plotting it in prostar. Storm123 STAR-CD 0 May 20, 2017 20:18
calculating n plotting moments coefficients maperik CFX 2 June 20, 2011 09:59


All times are GMT -4. The time now is 19:30.