|
[Sponsors] |
wallHeatFlux utility with chtMultiRegionFoam solver. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 24, 2013, 19:13 |
wallHeatFlux utility with chtMultiRegionFoam solver.
|
#1 |
New Member
Hakim Larabi
Join Date: Dec 2013
Location: France
Posts: 5
Rep Power: 12 |
Hi every body,
I try to modify wallHeatFlux utility to include Nusselt Number in time folder to assess the evaluation of Nu in paraView. I can visualize wallHeatFlux data but not Nusselt number variation.... please any help. |
|
December 25, 2013, 16:10 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Usem and welcome to the forum!
If you provide more specific details, it might be easier to help you. Best regards, Bruno
__________________
|
|
December 25, 2013, 16:47 |
|
#3 |
New Member
Hakim Larabi
Join Date: Dec 2013
Location: France
Posts: 5
Rep Power: 12 |
hello Bruno,
Thank you to reply... I'm working on a flow around a cylinder (extarn convection), the mesh includes two regions: air & solid, I separate them with airToSolid part. see linked file: https://dl.dropboxusercontent.com/u/...linderFlow.rar I managed to extract the heat flux using wallHeatFlux utility , and now, I want to use those heat flux data to plot Nusselt number and compare it to theoritical correlations. Thanks. |
|
December 25, 2013, 16:54 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Usem,
This seems very familiar to me... I think something very similar has been discussed on this thread: http://www.cfd-online.com/Forums/ope...wallgradt.html Best regards, Bruno
__________________
|
|
December 25, 2013, 17:15 |
|
#5 |
New Member
Hakim Larabi
Join Date: Dec 2013
Location: France
Posts: 5
Rep Power: 12 |
thanks Bruno,
Yeah, i see the case but wallGradT utility is not compatible with multiRegion problem, i try to run it on my case and it doesn't accept region argument. I'm trying to modify walHeatFlux to compute Nu Number... after compiling..
__________________
H.L |
|
December 25, 2013, 20:18 |
|
#7 |
New Member
Hakim Larabi
Join Date: Dec 2013
Location: France
Posts: 5
Rep Power: 12 |
Copy the wallHeatFlux application from $FOAM_APP.
Remplace wallHeatFlux.C to NusseltNumber.C and all wallHeatFlux to NusseltNumber. I remplace the hCombustionThermo.H by basicThermo.H adaptable for my case. I implemanted the Nusselt number equation ... NU= ( h* length ) / k , on NusseltNumber.C my problem is to creat a file where I put, length, k, and temperture values, when I put it in constant/ folder it signal me error....
__________________
H.L |
|
December 26, 2013, 15:34 |
|
#8 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Hakim,
That error message indicates that there is no mesh inside your case. I'll try to have a better look into recreating that utility closer to the weekend. Best regards, Bruno
__________________
|
|
January 5, 2014, 16:17 |
|
#9 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Hakim,
I've finally managed to give a quick look into this. I got the same error message when I didn't use the "-region" option. Try running inside the folder "cylinderFlow" these two commands: Code:
wallHeatFlux -region air wallHeatFlux -region solid If you were already using the "-region" option, I need to know what were the exact steps you did for this: Quote:
Best regards, Bruno
__________________
|
||
January 6, 2014, 06:10 |
|
#10 |
New Member
Hakim Larabi
Join Date: Dec 2013
Location: France
Posts: 5
Rep Power: 12 |
Indeed, the utility "wallHeatFlux" like some others aren't compatible with multi-region case. But this is not the problem. I managed to find the combination "wallHeatFlux -region air" & "Parafoam -region air " in OpenFoam Doc
For changes that I made on "wallHeatFlux" utility to calculate the Nusselt number. when I have time I will try to publish a blog post on CFD-online. I'll keep you posted. Thank you for your reply. I wish you good day. Hakim
__________________
H.L |
|
Tags |
chtmultiregionfoam, wallheatflux |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
different results between serial solver and parallel solver | wlt_1985 | FLUENT | 11 | October 12, 2018 09:23 |
chtMultiregionFoam Solver | msarkar | OpenFOAM | 1 | February 24, 2010 03:56 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |
Intercalls between applications calling a solver utility | vvqf | OpenFOAM Running, Solving & CFD | 1 | December 12, 2005 08:56 |
Error during Solver | cfd guy | CFX | 4 | May 8, 2001 07:04 |