Wall Temperature Distribution #13708
-
Hi, Please help me in implementing temperature distribution of wall in 2D cavity. Kindly help, I'm new to FDS and after seeing FDS user guide, I've tried 3 approaches and all are not working ! I've tried this: APPROACH-1::: &SURF ID='bottom_wall', RAMP_T='bottom_temp_ramp' / Approach-2::: &OBST XB=0,0.750,-0.00005,0.00005,0,0 , SURF_ID='bottom_wall' / &RAMP ID='Bottom_Temp_Ramp', T=0, F=1.6667 Approach -3::: &OBST XB=0,0.750,-0.00005,0.00005,0,0 , SURF_ID='bottom_wall' / &OBST XB =0,0,-0.00005,0.00005,0,0 ,SURF_ID='BW1'/ &OBST XB =0.00015,0.00015,-0.00005,0.00005,0,0 ,SURF_ID='BW2'/ &OBST XB =0.005025,0.005025,-0.00005,0.00005,0,0 ,SURF_ID='BW3'/ bottom wall temperatures are showing 0 (for approach-1) and 30(for approach 2,3) at all locations. Kindly guide me. I'm new to FDS. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Post a very simple input file. |
Beta Was this translation helpful? Give feedback.
XB =0,0,-0.00005,0.00005,0,0 is a line of length (0.00005x2 =) 0.0001 m at x=0 and z = 0. Since line is 1D, so no area.