flame propagation problem, help #14738
Replies: 3 comments 5 replies
-
I'll take a look. |
Beta Was this translation helpful? Give feedback.
-
First, why do you specify a backing condition of |
Beta Was this translation helpful? Give feedback.
-
How was this ignited in the experiment? Presumably you did not have a series of tiny, hot heaters at the bottom of the sheet. Are you adequately representing the ignition source? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm simulating the pyrolysis of a piece of cotton, I have included all the necessary properties however in the simulation only in the first seconds there is the propagation of the flame, then it seems to stop completely. Is it possible that there is something I am not considering? For example, some properties or options to insert?
Below I leave you the code:
&HEAD CHID='cotone', TITLE='Cotone' /
&MESH IJK=25,25,24, XB=0.0,0.25,0.0,0.25,0.0,0.24, MULT_ID='mesh' /
&MULT ID='mesh', DX=0.25, DY=0.25, I_UPPER=1, J_UPPER=1 /
&TIME T_END=60. /
&DUMP NFRAMES=3000, DT_HRR=5., DT_DEVC=5. /
&SPEC ID='Cotton',FORMULA='C6.3H10.5O5.3'/
&REAC FUEL='Cotton', SOOT_YIELD=0.022, CO_YIELD=0.013, HEAT_OF_COMBUSTION=8927. /
&MATL ID = 'FABRIC'
FYI = 'Properties'
SPECIFIC_HEAT = 2.3
A = 2.16E16
E = 2.21E5
CONDUCTIVITY = 0.178
DENSITY = 254.
NU_SPEC = 1.
SPEC_ID = 'Cotton'
REFERENCE_TEMPERATURE = 360.
HEAT_OF_REACTION = 385.
HEAT_OF_COMBUSTION = 8927.
EMISSIVITY = 0.9 /
&MATL ID = 'GYPSUM PLASTER'
CONDUCTIVITY = 0.5
SPECIFIC_HEAT = 1.0
DENSITY = 500. /
&SURF ID = 'Cotone'
FYI = 'fabric'
BACKING = 'VOID'
COLOR = 'PURPLE'
BURN_AWAY = .TRUE.
MATL_ID = 'FABRIC'
THICKNESS = 0.000500 /
&SURF ID = 'WALL'
DEFAULT = .TRUE.
RGB = 200,200,200
MATL_ID = 'GYPSUM PLASTER'
THICKNESS = 0.012 /
&OBST XB= 0.15, 0.23, 0.24, 0.2402, 0.01, 0.21, SURF_ID='Cotone', BULK_DENSITY=254. /
&PART ID='ignitor particle', SURF_ID='ignitor', STATIC=.TRUE. /
&SURF ID='ignitor', TMP_FRONT=1400., EMISSIVITY=1., GEOMETRY='CYLINDRICAL', LENGTH=0.015, RADIUS=0.01 /
&INIT XB=0.175,0.205,0.23,0.25,0.01,0.02, PART_ID='ignitor particle', N_PARTICLES_PER_CELL=1, CELL_CENTERED=T /
&VENT XB=0.1,0.4,0.0,0.0,0.0,0.2, SURF_ID='OPEN' /
&BNDF QUANTITY='RADIATIVE HEAT FLUX' /
&BNDF QUANTITY='CONVECTIVE HEAT FLUX' /
&BNDF QUANTITY='NET HEAT FLUX' /
&BNDF QUANTITY='WALL TEMPERATURE' /
&BNDF QUANTITY='BURNING RATE' /
&DEVC XYZ=0.19,0.2402,0.11, QUANTITY='MASS FLUX', SPEC_ID='Cotton', IOR=2, ID='Cotton_MassFlux' /
&SLCF PBX=0.15, QUANTITY='TEMPERATURE',VECTOR=.TRUE., CELL_CENTERED=.TRUE. /
&SLCF PBX=0.15, QUANTITY='HRRPUV', CELL_CENTERED=.TRUE. /
&TAIL /
Beta Was this translation helpful? Give feedback.
All reactions