Hello.
I am a self-taught student of FDS. I am studying hard, but there are still many things I don't know and I need your help.
I'm trying to do a very simple example with FDS5.
Propane gas is ejected from a surface at a certain rate, and I want to see what characteristics it reveals as it burns.
I've written the code using the FDS5 user guide, and it appears that the propane gas is not emitted from the surface at all.
In FDS6, when I specify only the following amount, it burns well, but can you tell me why?
I know that by default, FDS will combust when in contact with air (oxygen) without the need to specify a specific ignition temperature, unless you specify an auto ignition temperature, but I'm not sure why what I tried didn't combust.
Any advice would be greatly appreciated and will help me study further.
Thank you.
&HEAD CHID='FDS5_exmp'/
&TIME T_END=10.0/
&DUMP DT_RESTART=5.0, DT_SL3D=0.25/
&MISC HUMIDITY=50.0, TMPA=20.0/
&MESH ID='Mesh05', IJK=200,200,200, XB=0.5,1.5,0.5,1.5,0.0,1.0/
&REAC ID='PROPANE',
FYI='Propane, C_3 H_8',
C=3,
H=8,
CO_YIELD=0.02,
SOOT_YIELD=0.1,
HEAT_OF_COMBUSTION=5.003E+4/
&SPEC ID='PROPANE'/
&SURF ID='propane gas',
RGB=26,204,26,
MASS_FLUX(1)=8.49E-3,
TAU_MF=1.0,/
&OBST ID='floor', XB=0.0,2.0,0.0,2.0,-0.01,0.0/
&OBST ID='ceiling', XB=0.0,2.0,0.0,2.0,1.99,2.0/
&OBST ID='fire', XB=0.95,1.05,0.95,1.05,0.0,0.1, SURF_IDS='propane gas','INERT','INERT'/
&VENT ID='Mesh Vent: Mesh05 [XMAX]', SURF_ID='OPEN', XB=1.5,1.5,0.5,1.5,0.0,1.0/
&VENT ID='Mesh Vent: Mesh05 [XMIN]', SURF_ID='OPEN', XB=0.5,0.5,0.5,1.5,0.0,1.0/
&VENT ID='Mesh Vent: Mesh05 [YMAX]', SURF_ID='OPEN', XB=0.5,1.5,1.5,1.5,0.0,1.0/
&VENT ID='Mesh Vent: Mesh05 [YMIN]', SURF_ID='OPEN', XB=0.5,1.5,0.5,0.5,0.0,1.0/
&VENT ID='Mesh Vent: Mesh05 [ZMAX]', SURF_ID='OPEN', XB=0.5,1.5,0.5,1.5,1.0,1.0/
&VENT ID='Mesh Vent: Mesh05 [ZMIN]', SURF_ID='OPEN', XB=0.5,1.5,0.5,1.5,0.0,0.0/
&SLCF QUANTITY='TEMPERATURE', VECTOR=.TRUE., XB=0.0,2.0,0.0,2.0,0.0,2.0/
&SLCF QUANTITY='MIXTURE FRACTION', VECTOR=.TRUE., XB=0.0,2.0,0.0,2.0,0.0,2.0/
&SLCF QUANTITY='VELOCITY', VECTOR=.TRUE., XB=0.0,2.0,0.0,2.0,0.0,2.0/
&SLCF QUANTITY='HRRPUV', VECTOR=.TRUE., XB=0.0,2.0,0.0,2.0,0.0,2.0/
&SLCF QUANTITY='VOLUME FRACTION', SPEC_ID='PROPANE', PBY=1.00 /
&ISOF QUANTITY='MIXTURE FRACTION', VALUE=0.06 /
&TAIL /