|
[Sponsors] |
September 25, 2016, 12:39 |
caculating Nusselt Number
|
#1 |
Senior Member
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12 |
Hi
I want to calculate Nusselt Number by swakFunctions in every point of a patch by this code that is added to "controlDict" file" NusseltNumber { functionObjectLibs ( //"libsimpleFunctionObjects.so" "libsimpleSwakFunctionObjects.so" ); type patchExpression; outputControlMode timeStep; outputInterval 1; patches ( cylinder ); verbose true; variables ( "T_inf=295;" "D=0.01;" ); expression "D*snGrad(T)/(T-T_inf)"; accumulations ( average ); log true; } I think I should change the accumulations from average to the other mode, but I don't know which mode! because it gives me the average of Nusselt around the cylinder! Could you plz tell me the answer? Thanks |
|
Tags |
nusselt, swak4foem |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Nusselt number calculation in Fluent | Sharadkumar Yeri | FLUENT | 52 | May 29, 2019 07:29 |
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops | avinashjagdale | OpenFOAM Meshing & Mesh Conversion | 53 | March 8, 2019 10:42 |
DecomposePar unequal number of shared faces | maka | OpenFOAM Pre-Processing | 6 | August 12, 2010 10:01 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |