|
[Sponsors] |
March 22, 2016, 06:31 |
|
#21 | |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
Quote:
At the full thesis they take into account the change of the wall temperature. For me it would be enough to consider it a fixed temperature like the first paper I linked: http://www.google.es/url?sa=t&rct=j&...HbYVnchyWdRUFQ How could I define the coupling where I set the h=5000 W/m^2/K of the fluid-solid and a fixed solid temperature? Thanks a lot vinderm, I really appreciate your help. |
||
March 22, 2016, 06:35 |
|
#22 |
Senior Member
|
In section 3.2.2, they have mentioned about coupling with mold wall temperature. So, you need to look at, may be, immediate next section after 3.2.2
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 22, 2016, 06:37 |
|
#23 | |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
Quote:
http://www.google.es/url?sa=t&rct=j&...HbYVnchyWdRUFQ |
||
March 22, 2016, 07:42 |
|
#24 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
By the way, if I don’t want to model the solid temperature, I can make the fluid surface in Design Modeler and using “named selection” name the two edges as Wall.
Then, once in Fluent, I can set the two edges as Wall BC and define a Heat Flux. The mould enters at 523K and the walls are at 353K (this is a temperature difference of 170K. I can set the heat flux as: Q=-5000W/m^2/K*170K=-850000W/m^2 In a next phase, I should make an UDF for: Q=-5000W/m^2/K*(Tfluid-Twall) There is no need to define a solid zone in ANSYS Design and have a coupled boundary. Am I right? |
|
March 22, 2016, 11:11 |
|
#25 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
Maybe I should use DEFINE_HEAT_TRANSFER for setting an h value?
http://www.afs.enea.it/project/neptu...udf/node39.htm |
|
March 22, 2016, 11:13 |
|
#26 |
Senior Member
|
As far as I know, there's no such macro.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 22, 2016, 11:16 |
|
#27 |
Senior Member
|
DEFINE_HEAT_FLUX is not used to define heat flux or convection coefficient, rather how heat flux and temperature field interact
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 22, 2016, 11:19 |
|
#28 |
Senior Member
|
I was under impression that you're doing a fluid flow only simulation and not conjugate. Considering that there's only solid mold on outside, certainly there cannot be an h. It can only be temperature or heat flux. You do not need to use h. Rather do a fluid flow simulation without solid part and use a constant temperature condition on mold wall. Do not worry about h at all.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 22, 2016, 11:20 |
|
#29 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
Dear vinerm,
how could I proceed? Maybe should I write a UDF using define_profile for defining the q=h(Tfluid-Twall)? But if I set this in the wall heat flux BC, the Twall won’t be a constant… |
|
March 22, 2016, 11:21 |
|
#30 |
Senior Member
|
Just apply constant, uniform T at wall.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 22, 2016, 11:22 |
|
#31 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
But with uniform wall temperature BC I cannot set the heat flux to my desired value because it is calculated, am I wrong?
|
|
March 22, 2016, 11:33 |
|
#32 |
Senior Member
|
No, with uniform temperature you'll get some flux. Just compare it with expected value. Most likely it should match because you're using numbers from paper where they already did this exercise.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 23, 2016, 04:39 |
|
#33 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
Dear vinerm,
I tried to set a fixed temperature and I looked at the heat transfer coefficient results. The h turned out to be around 80, far from the 5000 W/m^2/K. Should I try to set the wall BC to heat transfer and develop a UDF with DEFINE_PROFILE and: q=5000*(Tfluid-Twall) Where Twall reads the wall temperature at each time step? Thanks a lot! |
|
March 23, 2016, 04:43 |
|
#34 |
Senior Member
|
h being reported is as per velocity of polymer and its properties. By changing heat flux, you will affect only temperature. h will still remain same. Objective should be to observe heat transfer. If this is as expected, then you'd observe freezing else, either reduce T_wall or increase velocity to increase h
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 23, 2016, 05:04 |
|
#35 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
I'm sorry vinerm but I don't think that your proposal is what I want to model.
At the fluid-wall side we have: q=h(Tfluid-Twall) If I fix the Twall at a temperature (wonder 200K) where h=5000W/m^2/K I will be faking the results, because the calculation will then be: q=5000*(Tfluid-200) Instead of: q=5000*(Tfluid-353) Where 353K is the temperature I want to fix at the wall! |
|
March 23, 2016, 05:06 |
|
#36 |
Senior Member
|
If q, h, and T_wall are fixed, there's no way you can adjust T_fluid, since, that gets fixed, too. There has to be at least one degree of freedom to solve otherwise problem has enough constraints to have only one solution
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 23, 2016, 05:30 |
|
#37 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
No, no; I only want to fix h and T_wall. But I don't know how!
|
|
March 23, 2016, 05:45 |
|
#38 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
Hello,
I've found that the fluid side heat transfer coefficient for laminar flows is calculated with: Maybe a good approach to setting the h to a desired value would be to set a fixed temperature and modify the "k" value in order to obtain the desired "h". In fact, the paper says somehow "because of the micro-scale, we increase artificially the h value". Since seems that ANSYS Fluent doesn't allow to artificially increase the "h value" like ANSYS-CFX, I can artificially increase k value. Do you think that this is a good approach? Thanks a lot! |
|
March 23, 2016, 06:10 |
|
#39 |
Senior Member
|
But that would mean changing material properties as I mentioned earlier. Even CFX does not allow that. No. CFD tool will allow fixing h on fluid-solid interface where fluid flow is being simulated. That renders the whole idea of simulation useless. Heat transfer coefficient for laminar flows is simply given by conservation of thermal energy, conduction on one side and convection on other. Fluxes must be equal for conservation.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 23, 2016, 06:26 |
|
#40 |
Senior Member
Jordi Pina
Join Date: Mar 2015
Posts: 157
Rep Power: 11 |
So it looks like that the only way for artificially increasing the h for the fluid-solid side is increasing k.
Just one thing, what do you mean with: "CFD tool will allow fixing h on fluid-solid interface where fluid flow is being simulated. That renders the whole idea of simulation useless." Haven't we said that CFD tools DOESN'T ALLOW fixing h on fluid-solid interface? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to set heat transfer coefficient and wall temperature | jpina | FLUENT | 1 | March 21, 2016 09:47 |
Use of Wall Function Heat Transfer co-efficient | mohibanwar | FLUENT | 1 | September 8, 2015 02:02 |
Flow around pipes - heat transfer coefficient on the wall of pipe | doodek | Main CFD Forum | 2 | November 23, 2009 09:48 |
Convective / Conductive Heat Transfer in Hypersonic flows | enigma | Main CFD Forum | 2 | November 1, 2009 23:53 |
How can I increase Heat Transfer at Domain Interf? | B.Simon | CFX | 3 | October 28, 2008 19:53 |