|
[Sponsors] |
January 25, 2007, 01:53 |
heat transfer
|
#1 |
Guest
Posts: n/a
|
hi.. friends.. i want to find the thermal distribution over the 2D rectangular metal plate using fluent 6.1.18 with a moving heat source in the horizontal direction on the plate.. it s similar like welding operation.. can you suggest some methods and procedures to model the problem...
|
|
January 25, 2007, 15:19 |
Re: heat transfer
|
#2 |
Guest
Posts: n/a
|
You can model the source term as position dependent and time dependent. use DEFINE_SOURCE() macro;
suppose your source is moving linearly along x coordiante, t = 0, S(x=0)= 1; t = 1 , S(x=1) =1;.... /*Inside the UDF you can get the cell centroid, and flow time*/ C_CENTROID(x,c,t); t = CURRENT_TIME; /*check the x coordinate with time */ if (x[0] = t) S =1; cell centriod may not be xactly = to time, you may check within a range; Hope its clear |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Two-sided Wall Heat Transfer BC - No Separate Solid Mesh and No Heat Transfer Coeff | swahono | OpenFOAM Running, Solving & CFD | 10 | October 15, 2018 06:43 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
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 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |