|
[Sponsors] |
![]() |
![]() |
#1 |
Member
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 12 ![]() |
Good Night all!
I'm with a very minor, very noobish problem i can't solve/find a solution online: how do i convert a a heat transfer coeficient at a wall ( q = 200 w/mē ) to an OpenFoam Fixed gradient boundary condition? ( gradient uniform ?????; ) I used to have this in a manual, that I foolishly borrowed a collegue, that explained this very clearly and now I'm stuck in this silly detail. Thank you very much! Best Regards, Pupo |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Hesam
Join Date: Feb 2015
Posts: 139
Rep Power: 12 ![]() |
Hi pedro,
For conjugate heat transfer if you want to apply heat flux to solid boundary you can use gradT=q/Ksolid. If you want to apply to boundary near fluid you can use gradT=q/Kfluid. |
|
![]() |
![]() |
![]() |
![]() |
#3 |
Member
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 12 ![]() |
Thnak you for the answer!
However, K changes with temperature on the fluid side... how do i account for that? Best Regards |
|
![]() |
![]() |
![]() |
![]() |
#4 |
Senior Member
Hesam
Join Date: Feb 2015
Posts: 139
Rep Power: 12 ![]() |
For this condition you can use of groovyBc for example:
Wall { type groovyBC; valueExpression "0"; variables "K1=0.6;K2=0.02;Keff=alpha1*K1+(1-alpha1)*K2";//alpha is volume fraction gradientExpression "2000/Keff"; fractionExpression "0"; value uniform 293; } |
|
![]() |
![]() |
![]() |
![]() |
#5 |
Member
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 12 ![]() |
Thank you, i had completely forgot about good old groovy :P
meanwhile i found this: http://openfoam.com/documentation/cp...ml/a00744.html it seems to do what i want and to take into consideration the varying conductivity of the fluid. Best Regards, |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Temperature gradient using wall-functions | chantre | OpenFOAM | 2 | July 19, 2021 08:56 |
Periodic flow using Cyclic - comparison with Fluent | nusivares | OpenFOAM Running, Solving & CFD | 30 | December 12, 2017 06:35 |
Temperature gradient macros on face | qwerty753 | Fluent UDF and Scheme Programming | 6 | July 31, 2016 12:13 |
Calculating outlet temperature pipeline | Erikwt | STAR-CCM+ | 3 | April 14, 2010 10:41 |
temperature normal gradient on a boundary | Sandrine | Main CFD Forum | 2 | June 10, 2009 17:34 |