|
[Sponsors] |
Allocating Heat Loss according to positions |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 18, 2020, 05:49 |
Allocating Heat Loss according to positions
|
#1 |
Senior Member
Sasan Ghomi
Join Date: Sep 2012
Location: Denmark
Posts: 292
Rep Power: 15 |
Dear friends,
I am trying to simulate conjugate heat transfer. In fact, I have an excel file in which the value of heat loss is written for different positions. That is, X Y Z HeatLoss[W] 1 0 2 20 2 6 8 50 ............ .... ... How Can I import this file into Fluent (as a heat source)? I appreciate your attention. Best Regards Sasan Ghomi |
|
August 19, 2020, 04:22 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
1. open your case in fluent
2. initialize the case and write heat flux profile from the surface you are interested it. You will get coordinate of each center of finite surface with respective heat flux value 3. change heat flux values in profile according to your file using interpolation (or any other method) 4. read profile, apply it as boundary condition
__________________
best regards ****************************** press LIKE if this message was helpful |
|
August 19, 2020, 04:56 |
|
#3 |
Senior Member
Sasan Ghomi
Join Date: Sep 2012
Location: Denmark
Posts: 292
Rep Power: 15 |
Thank you for your response.
However, I want to allocate the heat loss to some regions not just some boundaries. Do you have any idea for allocating the heat source in a 3D region? Best Regards |
|
August 19, 2020, 08:41 |
|
#4 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
it is same approach, choose volumetric heat source
__________________
best regards ****************************** press LIKE if this message was helpful |
|
August 23, 2020, 03:48 |
|
#5 |
Senior Member
Sasan Ghomi
Join Date: Sep 2012
Location: Denmark
Posts: 292
Rep Power: 15 |
Thank you so much.
I have written something like below; HTML Code:
3 3 3 1 Volumetric Heat (-0.0005 -0.005 -0.005 ) (0.07 0.04 0.06 ) (-0.03 0.01 0.07 ) (5000 6000 7000 ) One more question; Is that the procedure through which I can allocate the heat source? 1) Initialization 2) File/Read/Profile By the way, Are you sure that a profile could be used for specifying volumetric heat source? When I want to write a profile, it is just applicable for surfaces and boundaries and that is why that I am dubious about using such option for volumetric heat source. Thank you in advance Best Regards |
|
August 24, 2020, 01:12 |
|
#6 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
format is this
Code:
((n point 3) (x 0.023571428 0.030714285 0.037857141 ) (y 0.0099999998 0.0099999998 0.0099999998 ) (z 0.12 0.12 0.12 ) (total-energy 1611.35 1611.35 1611.35 ) ) idea is for each point you are defining heat source of course the best is to define heat source for each center of finite volumes read profile first, apply it in cell zone conditions as a heat source initialize
__________________
best regards ****************************** press LIKE if this message was helpful |
|
August 25, 2020, 03:57 |
|
#7 |
Senior Member
Sasan Ghomi
Join Date: Sep 2012
Location: Denmark
Posts: 292
Rep Power: 15 |
Thank you Alexander.
Just one question; Are the values of heat sources in the table counted per volume? I mean the values of heat sources in the table will be multiplied by cell volumes and will be allocated to the domain? So, does it mean that the total heat source would change if I changed the grid size? I would be thankful if you could clarify it.
__________________
Best regards, Sasan Ghomi |
|
August 25, 2020, 05:34 |
|
#8 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
values are in W/[m3]
but the volume here means volume of zone, where profile is applied so you can change mesh
__________________
best regards ****************************** press LIKE if this message was helpful |
|
September 9, 2020, 10:11 |
|
#9 |
Senior Member
Sasan Ghomi
Join Date: Sep 2012
Location: Denmark
Posts: 292
Rep Power: 15 |
Dear AlexanderZ
Following our recent discussion, I have another question. I have a profile in which 3,000,000 points have been used to generate the profile. Something weird is happening. The process of initialization is too time-consuming. it is more than 4 hours that I have been waiting for the initialization. The simulation includes 12,000,000 grid cells and it is a just conduction heat transfer modeling. Do you have any ideas about this issue? I appreciate your attention.
__________________
Best regards, Sasan Ghomi |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Continuity Equation for multicomponent simulation | lordluan | CFX | 15 | May 19, 2020 19:36 |
pressure loss in presence of conjugate heat transfer in internal flows | nima103 | Main CFD Forum | 1 | September 5, 2019 15:03 |
convective heat loss in an open cylindrical cavity | arriftou | FLUENT | 0 | July 29, 2015 02:00 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Writing a UDF for heat loss from a composite wall | mali28 | Fluent UDF and Scheme Programming | 6 | January 15, 2012 10:27 |