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

[Other] Function object: Nusselt number

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 15, 2020, 16:13
Default Function object: Nusselt number
  #1
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
(No guarantee) A tiny modification of an existing function object (i.e. heatTransferCoeff) to compute Nusselt number.

Might be helpful to someone one day (though not sure as usual).

A minimal example of usage:

Code:
NusseltNo
{
    type            heatTransferCoeff;
    libs            (fieldFunctionObjects);
    field           T;
    htcModel        localReferenceTemperature;
    patches         ( hot_wall );
    L               1.0;
    kappa           1.0;
    writeControl    timeStep;
    writeInterval   1;
}
Attached Files
File Type: zip heatTransferCoeff.zip (18.4 KB, 56 views)
HPE is offline   Reply With Quote

Old   March 2, 2021, 12:51
Default
  #2
New Member
 
Christian
Join Date: Dec 2019
Posts: 3
Rep Power: 6
CFD_Freiberg is on a distinguished road
Really nice and exactly what i'm looking for.



But could you please explain how i cann add these in my OpenFOAM installation in order to use this?


Thanks in advance and pretty nice work.


With kind regards
Christian
CFD_Freiberg is offline   Reply With Quote

Old   March 2, 2021, 13:19
Default
  #3
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
Hi,
I think the above became redundant with the Nusselt number in v2012.
HPE is offline   Reply With Quote

Old   March 6, 2023, 00:49
Default
  #4
New Member
 
Muyiwa
Join Date: Feb 2020
Posts: 12
Rep Power: 6
Muyiwa is on a distinguished road
Thanks for this solution for Nusselt number.

I'm using OpenFOAM-v1812. Can you please kindly explain how I can use or add this to OpenFOAM-v1812 to calculate the Nusselt number?

Thanks in advance.


Best regards
Muyiwa
Muyiwa 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
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops avinashjagdale OpenFOAM Meshing & Mesh Conversion 53 March 8, 2019 09:42
Running UDF with Supercomputer roi247 FLUENT 4 October 15, 2015 13:41
decomposePar -allRegions stru OpenFOAM Pre-Processing 2 August 25, 2015 03:58
SigFpe when running ANY application in parallel Pj. OpenFOAM Running, Solving & CFD 3 April 23, 2015 14:53
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 keepfit ParaView 60 September 18, 2013 03:23


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