Dear all,
I am used to LES simulation codes and discovering FDS. For now, I am trying to understand and play with one of the FDS examples, i.e. "circular_burner.fds". I have got some questions:
1. Why does the burner introduce a fluctuating mass flow and in a kind of gaussian shape and not in a flat like profile?
2. If I change the shape of this burner to a squared burner, I obtain a 0 mass flow introduction through the ventilation ( cf. &VENT XB=-0.6,0.6,-0.6,0.6,0,0, SPREAD_RATE=0.05, COLOR='BLUE', SURF_ID='BURNER' /). Am I doing a mistake?
The code is just below. In advance thank you for your help.
César
====================================================================
&HEAD CHID='circular_burner', TITLE='Test the mass flow rate from a circular burner' /
&MULT ID='mesh array', DX=1.0,DY=1.0,DZ=1.0, I_UPPER=1,J_UPPER=1,K_UPPER=1 /
&MESH IJK=20,20,20, XB=-1.0,0.0,-1.0,0.0,0.0,1.0, MULT_ID='mesh array' /
&TIME T_END=20. /
&REAC FUEL='PROPANE', SOOT_YIELD=0.015 /
&SURF ID='BURNER', MASS_FLUX(1)=0.02, SPEC_ID(1)='PROPANE', TAU_MF(1)=0.01 /
&VENT XB=-0.6,0.6,-0.6,0.6,0,0, XYZ=0,0,0, RADIUS=0.5, SPREAD_RATE=0.05, COLOR='BLUE', SURF_ID='BURNER' /
&VENT MB='ZMAX',SURF_ID='OPEN'/
&VENT MB='YMIN',SURF_ID='OPEN'/
&VENT MB='YMAX',SURF_ID='OPEN'/
&VENT MB='XMIN',SURF_ID='OPEN'/
&VENT MB='XMAX',SURF_ID='OPEN'/
&DUMP DT_HRR=0.1 /
&SLCF PBY=0.0, QUANTITY='TEMPERATURE' /
&TAIL /