|
[Sponsors] | |||||
|
|
|
#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...
|
|
|
||
|
|
|
#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 |
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 03:32 |
| Two-sided Wall Heat Transfer BC - No Separate Solid Mesh and No Heat Transfer Coeff | swahono | OpenFOAM Running, Solving & CFD | 6 | August 23, 2011 12:03 |
| Convective / Conductive Heat Transfer in Hypersonic flows | enigma | Main CFD Forum | 2 | November 1, 2009 22: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 15:55 |