Numerical Instability Error #12876
-
Hello everyone, I am currently conducting a simulation lasting 30 seconds. I have implemented both an LSP (Laminar Smoke Point) soot model and a MOSS model in FDS. I performed the simulation with both models using two cases: 1- pyrolysis and 2- imposition of experimentally found mass loss. When the mass loss is imposed, both soot models provide results. However, with the pyrolysis model, only the LSP model allows me to successfully complete the simulation. Unfortunately, with the MOSS model, I encounter a numerical instability error after 14 seconds. I have attempted to resolve this issue several times and have referred to the user guide, specifically the section "Common Error Statements > Numerical Instability Errors", but despite my efforts, I have been unable to identify the source of this instability. Can you please help me have a look? &HEAD CHID='heptane',TITLE='Liquid Fire - C7H16' / &MESH IJK=100,10,150, XB = -0.5,0.5,-0.5,-0.4,0.,1.5/ &TIME T_END=30. / &MISC TMPA=25., DNS=.FALSE.,TURBULENCE_MODEL='DEARDORFF',SURF_DEFAULT='STEEL_WALL',RESTART=.FALSE., &RADI WIDE_BAND_MODEL=.FALSE./ &SPEC ID='N-HEPTANE', MASS_FRACTION_0=0.0 / !!! DEFINITION DES REACTIONS !!! &REAC ID = 'R1' ! A in R2 is tuned to match Smyth CO data &REAC ID = 'R2' &REAC ID = 'R3' &REAC ID = 'R4' &REAC ID = 'R5' &SURF ID = 'STEEL_WALL' &MATL ID='STEEL', SPECIFIC_HEAT=0.770, CONDUCTIVITY=45.8, EMISSIVITY=0.7, DENSITY=7700. / &MATL ID = 'WATER' &SURF ID = 'WATER_POOL' &MATL ID = 'HEPTANE LIQUID' &SURF ID = 'HEPTANE POOL' &RAMP ID= 'preheating', T= 0. , F=1.0/ &SURF ID='BURNER', COLOR='YELLOW', MASS_FLUX(1)=0.033, SPEC_ID(1)='N-HEPTANE',TMP_FRONT=150./ &OBST XB=-0.15,0.15,-0.15,0.15,0.08,0.1,SURF_IDS='HEPTANE POOL','STEEL_WALL','WATER_POOL' / FIRE POOL &VENT MB='XMIN', SURF_ID='OPEN' / &SLCF PBY=0.0,QUANTITY='VELOCITY', VECTOR=.TRUE. / &SLCF XB=-0.3,0.3,0.0,0.0,0.07,0.07,QUANTITY='AEROSOL VOLUME FRACTION', SPEC_ID='SOOT', CELL_CENTERED=.TRUE. / &SLCF XB=-0.3,0.3,0.0,0.0,0.07,0.07,QUANTITY='TEMPERATURE', CELL_CENTERED=.TRUE. / &DEVC XYZ=0.00,0.,0.07, QUANTITY='AEROSOL VOLUME FRACTION', ID='SOOT_R0h0.07'/ &DEVC XYZ=0.00,0.,0.46, QUANTITY='AEROSOL VOLUME FRACTION', ID='SOOT_R0h0.46' / &DEVC XYZ=0.00,0.,1.03, QUANTITY='AEROSOL VOLUME FRACTION', ID='SOOT_R0h1.03'/ &DEVC XYZ=0.00,0.,1.27, QUANTITY='AEROSOL VOLUME FRACTION', ID='SOOT_R0h1.27'/ &DEVC XYZ=0.00,0.,0.07, QUANTITY='AEROSOL VOLUME FRACTION', ID='SOOT_R0h0.07RMS',Statistics='RMS'/ &DEVC XYZ=0.00,0.,0.46, QUANTITY='AEROSOL VOLUME FRACTION', ID='SOOT_R0h0.6RMS' ,Statistics='RMS'/ &DEVC XYZ=0.00,0.,1.03, QUANTITY='AEROSOL VOLUME FRACTION', ID='SOOT_R0h1.03RMS',Statistics='RMS'/ &DEVC XYZ=0.00,0.,1.27, QUANTITY='AEROSOL VOLUME FRACTION', ID='SOOT_R0h1.27RMS',Statistics='RMS'/ &DEVC XYZ=0.00,0.,0.07, QUANTITY='TEMPERATURE', ID='TEMP_R0h0.07'/ &DEVC XYZ=0.00,0.,0.46, QUANTITY='TEMPERATURE', ID='TEMP_R0h0.46' / &DEVC XYZ=0.00,0.,1.03, QUANTITY='TEMPERATURE', ID='TEMP_R0h1.03'/ &DEVC XYZ=0.00,0.,1.27, QUANTITY='TEMPERATURE', ID='TEMP_R0h1.27'/ &DEVC XYZ=0.00,0.,0.07, QUANTITY='TEMPERATURE', ID='TEMP_R0h0.07RMS',Statistics='RMS'/ &DEVC XYZ=0.00,0.,0.46, QUANTITY='TEMPERATURE', ID='TEMP_R0h0.6RMS' ,Statistics='RMS'/ &DEVC XYZ=0.00,0.,1.03, QUANTITY='TEMPERATURE', ID='TEMP_R0h1.03RMS',Statistics='RMS'/ &DEVC XYZ=0.00,0.,1.27, QUANTITY='TEMPERATURE', ID='TEMP_R0h1.27RMS',Statistics='RMS'/ !&DEVC XB=-0.3,0.3,0.0,0.0,0.06,0.06,QUANTITY='AEROSOL VOLUME FRACTION', SPEC_ID='SOOT', CELL_CENTERED=.TRUE., STATISTICS='RMS' / !&DEVC XB=-0.3,0.3,0.0,0.0,0.06,0.06,QUANTITY='TEMPERATURE', CELL_CENTERED=.TRUE., STATISTICS='RMS' / &BNDF QUANTITY='RADIATIVE HEAT FLUX' / |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Are you using the latest version? FDS 6.9.1 |
Beta Was this translation helpful? Give feedback.
-
When you say you have implemented a model, does that mean you changed the source code or this is just something you are doing with your inputs? |
Beta Was this translation helpful? Give feedback.
-
Some of these parameters
are no longer used in the most recent version. Use the latest version of FDS and bring the input file up to date. |
Beta Was this translation helpful? Give feedback.
When you say you have implemented a model, does that mean you changed the source code or this is just something you are doing with your inputs?