Replies: 3 comments 8 replies
-
The very first thing I would suggest is to make sure that you are using the same FDS version. Check the |
Beta Was this translation helpful? Give feedback.
-
Further questions would be how the cone heater is modeled (OBST, GEOM, EXTERNAL_FLUX, ...), which radiative fraction is used, was the radiation model adjusted, was the extinction model adjusted, are the same cell sizes used, and so on. You may also want to check out this discussion about MMA combustion. Could you please link the article you are discussing? |
Beta Was this translation helpful? Give feedback.
-
You did not give your entire input file as there is no &MESH, &OBST, or &VENT lines. You can attach a .fds file to a discussions by changing the extension to .txt. For the lines you have given I see three things: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am currently practicing implementing a paper based on reference and comparing it with the results of FDS. I have simulated the properties and implementation method exactly as described in the paper. However, the results of FDS implementation are very different from the paper. I would really appreciate it if you could suggest what I could modify or guess which part of the code might be problematic.






The following is the information provided in the paper.

It uses DNS model and the chemical reaction equation is as follows,
and below is the code that I have written.
&HEAD CHID='v16'/
&TIME T_END=800.0/
&MISC SIMULATION_MODE='DNS'/
&RAMP ID='MMA_RAMP_MU', T=98.85, F=9.44E-6/
&RAMP ID='MMA_RAMP_MU', T=100.85, F=1.088E-5/
&RAMP ID='MMA_RAMP_MU', T=126.85, F=1.179E-5/
&RAMP ID='MMA_RAMP_MU', T=326.85, F=1.903E-5/
&RAMP ID='MMA_RAMP_MU', T=526.85, F=2.667E-5/
&RAMP ID='MMA_RAMP_MU', T=626.85, F=3.065E-5/
&RAMP ID='MMA_RAMP_MU', T=727.85, F=2.45E-5/
&RAMP ID='MMA_RAMP_D', T=0.0, F=7.64E-6/
&RAMP ID='MMA_RAMP_D', T=13.85, F=7.64E-6/
&RAMP ID='MMA_RAMP_D', T=15.85, F=7.69E-6/
&RAMP ID='MMA_RAMP_D', T=126.85, F=1.35E-5/
&RAMP ID='MMA_RAMP_D', T=326.85, F=2.76E-5/
&RAMP ID='MMA_RAMP_D', T=526.85, F=4.57E-5/
&RAMP ID='MMA_RAMP_D', T=626.85, F=5.61E-5/
&RAMP ID='MMA_RAMP_D', T=727.85, F=1.37E-4/
&RAMP ID='MMA_RAMP_CP', T=98.85, F=0.015/
&RAMP ID='MMA_RAMP_CP', T=126.85, F=0.01692/
&RAMP ID='MMA_RAMP_CP', T=326.85, F=0.0319/
&RAMP ID='MMA_RAMP_CP', T=526.85, F=0.04836/
&RAMP ID='MMA_RAMP_CP', T=626.85, F=0.057145/
&RAMP ID='MMA_RAMP_CP', T=727.85, F=0.066/
&RAMP ID='MMA_RAMP_K', T=0.0, F=0.753/
&RAMP ID='MMA_RAMP_K', T=13.85, F=0.753/
&RAMP ID='MMA_RAMP_K', T=15.85, F=0.75669/
&RAMP ID='MMA_RAMP_K', T=126.85, F=1.055784/
&RAMP ID='MMA_RAMP_K', T=326.85, F=1.506596/
&RAMP ID='MMA_RAMP_K', T=526.85, F=1.844872/
&RAMP ID='MMA_RAMP_K', T=626.85, F=1.972086/
&RAMP ID='MMA_RAMP_K', T=727.85, F=2.072354/
&SPEC ID='MMA', FORMULA='C5H8O2',
RAMP_D='MMA_RAMP_D',
RAMP_MU='MMA_RAMP_MU',
RAMP_CP='MMA_RAMP_CP',
RAMP_K='MMA_RAMP_K'/
&SPEC ID='OXYGEN', MASS_FRACTION_0=0.23/
&SPEC ID = 'CARBON DIOXIDE' /
&SPEC ID = 'WATER VAPOR' /
&REAC ID='SFPE PMMA',
FYI='SFPE Handbook, 5th Edition, Tables A.38 and A.39',
FUEL='MMA',
SPEC_ID_NU='MMA','OXYGEN','CARBON DIOXIDE','WATER VAPOR',
NU=-1,-6,5,4,
SPEC_ID_N_S='MMA', 'OXYGEN',
N_S=1.,1./
&MATL ID='PMMA',
SPECIFIC_HEAT=1.69,
CONDUCTIVITY=0.336,
DENSITY=1155.0,
ABSORPTION_COEFFICIENT=2240.0,
N_REACTIONS=1,
HEAT_OF_REACTION=1830.0,
A=8.6E+12,
E=1.881E+5,
SPEC_ID=MMA,
NU_SPEC=1/
&SURF ID='ADIABATIC',
COLOR='GRAY 80',
ADIABATIC=.TRUE./
&SURF ID='PMMA',
RGB=26,204,26,
BACKING='EXPOSED',
BURN_AWAY=.TRUE.,
MATL_ID(1,1)='PMMA',
MATL_MASS_FRACTION(1,1)=1.0,
THICKNESS(1)=0.01/
&SURF ID='vent',
RGB=26,128,26,
VOLUME_FLOW=0.024/
&SURF ID='heatflux',
COLOR='RED',
TMP_FRONT=774.0/
Beta Was this translation helpful? Give feedback.
All reactions