HOYOUN NA
unread,Sep 25, 2023, 10:45:31 AM9/25/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FDS and Smokeview Discussions
Hello, I'm glad to be a member of FDS and Smokeview Discussions.
I want to learn about FDS through a lot of communication.
I would like to use FDS to determine the thermal radiation of trichlorosilane combustion.
I spent a lot of time to defining the stoichiometry according to the combustion reaction of trichlorosilane with many trials and errors.
Afterward, the simulation worked properly, and I confirmed the temperature changes accordingly.
However, upon examining the extracted data, I found that the Heat Release Rate (HRR) did not change from zero, and the fluctuation in temperature was essentially due to radiative heat and convection at the specified surface temperature.
I can't figure out whether the substance definition is incorrect or what the problem might be.
I have attached the FDS data I defined.
I would greatly appreciate any insights.
Best regards.
TCS_Test_anyway.fds
&HEAD CHID='TCS_Test_anyway'/
&TIME T_END=100.0/
&DUMP DT_BNDF=2.0, DT_DEVC=1.0, DT_HRR=1.0, DT_ISOF=2.0, DT_SL3D=1.0/
&MESH ID='MESH', IJK=50,50,50, XB=0.0,10.0,0.0,10.0,0.0,10.0/
&SPEC ID='HYDROGEN CHLORIDE'/
&SPEC ID='NITROGEN'/
&SPEC ID='WATER VAPOR'/
&SPEC ID='HYDROGEN ATOM', LUMPED_COMPONENT_ONLY=.TRUE./
&SPEC ID='OXYGEN', LUMPED_COMPONENT_ONLY=.TRUE./
&SPEC ID='SILICON DIOXIDE'/
&SPEC ID='SILICON', LUMPED_COMPONENT_ONLY=.TRUE./
&SPEC ID='CHLORINE ATOM'/
&SPEC ID='AIR01', BACKGROUND=.TRUE.,
SPEC_ID(1)='OXYGEN',
SPEC_ID(2)='NITROGEN',
VOLUME_FRACTION(1)=1.0,
VOLUME_FRACTION(2)=3.76/
&SPEC ID='TCS', MASS_FRACTION_0=1.0,
SPEC_ID(1)='CHLORINE ATOM',
SPEC_ID(2)='HYDROGEN ATOM',
SPEC_ID(3)='SILICON',
VOLUME_FRACTION(1)=3.0,
VOLUME_FRACTION(2)=1.0,
VOLUME_FRACTION(3)=1.0/
&REAC ID='Reaction_TCS',
HEAT_OF_COMBUSTION=3745.0,
FUEL='TCS',
SPEC_ID_NU='AIR01','TCS','HYDROGEN CHLORIDE','WATER VAPOR','SILICON DIOXIDE','CHLORINE ATOM','NITROGEN',
NU=-6.0,-5.0,1.0,2.0,5.0,14.0,22.56/
&SURF ID='fire',
COLOR='RED',
MLRPUA=0.033,
TMP_FRONT=300.0,
EMISSIVITY=1.0,
MASS_FRACTION=1.0,
SPEC_ID='TCS',
TAU_MF=1.0/
&OBST ID='Obstruction', XB=3.0,6.0,3.0,6.0,0.0,1.0, SURF_IDS='fire','INERT','INERT'/
&VENT ID='Mesh Vent: MESH [XMAX]', SURF_ID='OPEN', XB=10.0,10.0,0.0,10.0,0.0,10.0, COLOR='INVISIBLE'/
&VENT ID='Mesh Vent: MESH [XMIN]', SURF_ID='OPEN', XB=0.0,0.0,0.0,10.0,0.0,10.0, COLOR='INVISIBLE'/
&VENT ID='Mesh Vent: MESH [YMAX]', SURF_ID='OPEN', XB=0.0,10.0,10.0,10.0,0.0,10.0, COLOR='INVISIBLE'/
&VENT ID='Mesh Vent: MESH [YMIN]', SURF_ID='OPEN', XB=0.0,10.0,0.0,0.0,0.0,10.0, COLOR='INVISIBLE'/
&VENT ID='Mesh Vent: MESH [ZMAX]', SURF_ID='OPEN', XB=0.0,10.0,0.0,10.0,10.0,10.0, COLOR='INVISIBLE'/
&VENT ID='Mesh Vent: MESH [ZMIN]', SURF_ID='INERT', XB=0.0,10.0,0.0,10.0,0.0,0.0, COLOR='INVISIBLE'/
&SLCF QUANTITY='TEMPERATURE', VECTOR=.TRUE., CELL_CENTERED=.TRUE., ID='z=3', PBZ=3.0/
&SLCF QUANTITY='TEMPERATURE', VECTOR=.TRUE., CELL_CENTERED=.TRUE., ID='y=4', PBY=4.0/
&SLCF QUANTITY='TEMPERATURE', VECTOR=.TRUE., CELL_CENTERED=.TRUE., ID='z=4', PBZ=2.0/
&TAIL /