I was reading a post from 2008, to confirm, is soot yield still assumed to be .01 automatically in FDS (propane)?
Example:
Taking the PVC.fds example species code below (slightly modified); does FDS automatically recalculate soot yield to reflect this defined fuel? or does it need to be specified?
If it does automatically recalculate the soot yield, what formula does it use?
&SPEC ID = 'PVC', FORMULA = 'C2H3Cl', ENTHALPY_OF_FORMATION = 297.492 /
&SPEC ID = 'OXYGEN', LUMPED_COMPONENT_ONLY = .TRUE. /
&SPEC ID = 'NITROGEN', LUMPED_COMPONENT_ONLY = .TRUE. /
&SPEC ID = 'HYDROGEN CHLORIDE', LUMPED_COMPONENT_ONLY = .TRUE. /
&SPEC ID = 'WATER VAPOR', LUMPED_COMPONENT_ONLY = .TRUE. /
&SPEC ID = 'CARBON MONOXIDE', LUMPED_COMPONENT_ONLY = .TRUE. /
&SPEC ID = 'CARBON DIOXIDE', LUMPED_COMPONENT_ONLY = .TRUE. /
&SPEC ID = 'SOOT', LUMPED_COMPONENT_ONLY = .TRUE. /
&SPEC ID = 'AIR', SPEC_ID = 'OXYGEN','NITROGEN', VOLUME_FRACTION =1.53,5.76, BACKGROUND=.TRUE. /
&SPEC ID = 'PRODUCTS', SPEC_ID ='HYDROGEN CHLORIDE','WATER VAPOR','CARBON MONOXIDE','CARBON DIOXIDE','SOOT','NITROGEN',
VOLUME_FRACTION = 1.0,1.0,0.14,0.96,0.90,5.76 /
&REAC FUEL='PVC', HEAT_OF_COMBUSTION=24000, SPEC_ID_NU='PVC','AIR','PRODUCTS',
NU=-1,-1,1 /
Thanks!