Hi all!
So i've recently started a new job as a fire consultant and part of
what I am doing involves specifying/building and testing wooden cribs
for fire tests. This is my first project and later on I know I am
going to have to do some FDS modelling, and therefore I thought I may
as well start learning now!
What I want to do is model one of the cribs I will be burning and
compare mass loss rate / video footage. I'm just doing it for fun
really.
So, the geometry of the cribs is not a problem, the problem is
specifying the material/surf to use. I get it to burn with a "foam"
example i found. I cant get a &REAC line to work at all. Whenever I
try to add in char the cribs just disappears. I've pasted the input
file, you can see some of the different materials/surfs i've used.
Foam works, but the two woods dont. I am going along the right way but
just need to pay more attention to the parameters (heat of combustion/
ignition) or am I doing something fundamentaly wrong?
Is there a "standard example" I could use? I'm using wood but any type
of wood would do, and the REAC line as well.
Also, the sticks have 6 faces, is the thickness applied to each face?
Or is it applied to each cell? Or each obstruction? What i mean is, if
you have a cube of 10cm lengths with a grid resolution of 10cm (so it
takes up one cell) and a surface thickness of 10cm, would that be
correct in modelling a real cube of 10cm? If you increase resolution
to 1cm and keep the thickness as 10cm, will it still be correct, or
will it be modelling a cube 1m square? I dont quite understand if
thickness acts from all sides of a obstruction or not.
Thanks for helping out a n00b!
&HEAD CHID='Crib-spruce', TITLE='My test FDS run' /
&MESH IJK=20,20,15, xb=0.0,0.5,0.0,0.5,0.0,0.4 /
&MESH IJK=10,10,12, xb=0.0,0.5,0.0,0.5,0.4,1 /
&TIME T_END=500. WALL_INCREMENT = 1/
---------------------------------------
Material------------------------------------------
&MATL ID = 'FOAM'
HEAT_OF_REACTION = 500.
HEAT_OF_COMBUSTION = 20000.
CONDUCTIVITY = 0.2
SPECIFIC_HEAT = 1.0
DENSITY = 20.
N_REACTIONS = 1
NU_FUEL = 1.
REFERENCE_TEMPERATURE= 200. /
&SURF ID = 'FOAM_SLAB'
COLOR = 'TOMATO 3'
MATL_ID = 'FOAM'
THICKNESS = 0.05
BURN_AWAY = .TRUE.
BACKING = 'EXPOSED' /
&MATL ID= 'birch_char',
SPECIFIC_HEAT=3.50,
CONDUCTIVITY=0.50,
DENSITY=94.00,
EMISSIVITY=1.00/
&MATL ID= 'birch',
SPECIFIC_HEAT=2.20,
CONDUCTIVITY=0.2200,
DENSITY=550.00,
EMISSIVITY=1.00,
HEAT_OF_COMBUSTION=1.4500000E004,
N_REACTIONS=1,
HEAT_OF_REACTION=300.00,
NU_FUEL=0.83,
NU_RESIDUE=0.1720,
RESIDUE='birch_char',
N_S=3.12,
A=7.5130000E011,
E=1.6100000E005/
&SURF ID= 'birch',
RGB=146,202,166,
BURN_AWAY=.TRUE.,
MATL_ID(1,1)='birch',
MATL_MASS_FRACTION(1,1)=1.00,
THICKNESS(1)=0.07/
&MATL ID = 'SPRUCE',
EMISSIVITY = 1.0,
DENSITY = 460,
CONDUCTIVITY = 0.1,
SPECIFIC_HEAT = 1.7,
N_REACTIONS = 1,
A = 1000000000000000,
E = 200000,
N_S = 3,
NU_RESIDUE = 0.21901997,
NU_FUEL = 0.78098003,
NU_WATER = 0.0,
RESIDUE = 'CHAR',
HEAT_OF_REACTION= 400,
HEAT_OF_COMBUSTION = 9000,/
&MATL ID = 'CHAR'
EMISSIVITY = 1.0,
DENSITY = 100,
CONDUCTIVITY = 0.7,
SPECIFIC_HEAT = 2. /
&SURF ID = 'SPRUCE',
MATL_ID = 'SPRUCE'
BURN_AWAY = .TRUE.
THICKNESS=0.01/
---------------------------------------------------- the fire
------------------------------------------
&SURF ID='FIRE',HRRPUA=50000.0, RAMP_Q='rampname1' /
&RAMP ID='rampname1', T= 1.0, F=0.0 /
&RAMP ID='rampname1', T= 2.0, F=1.0 /
&RAMP ID='rampname1', T= 9.0, F=1.0 /
&RAMP ID='rampname1', T=10.0, F=0.0 /
&OBST XB=0.1,0.4,0.1,0.4,0,0,SURF_ID='FIRE' /
----------------------------------------------------- the building
-------------------------------------
&VENT MB='XMIN', SURF_ID='OPEN' /
&VENT MB='XMAX', SURF_ID='OPEN' /
&VENT MB='YMIN', SURF_ID='OPEN' /
&VENT MB='YMAX', SURF_ID='OPEN' /
--------------------------------------------------------- cribs
-----------------------
&OBST XB=0.1,0.45,0.1,0.15,0.1,0.15, COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.45,0.2,0.25,0.1,0.15, COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.45,0.3,0.35,0.1,0.15, COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.45,0.4,0.45,0.1,0.15, COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.15,0.1,0.45,0.15,0.2 COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.2,0.25,0.1,0.45,0.15,0.2 COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.3,0.35,0.1,0.45,0.15,0.2 COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.4,0.45,0.1,0.45,0.15,0.2 COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.45,0.1,0.15,0.2,0.25, COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.45,0.2,0.25,0.2,0.25, COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.45,0.3,0.35,0.2,0.25, COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.45,0.4,0.45,0.2,0.25, COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.1,0.15,0.1,0.45,0.25,0.3 COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.2,0.25,0.1,0.45,0.25,0.3 COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.3,0.35,0.1,0.45,0.25,0.3 COLOR='RED', surf_ID= 'SPRUCE',/
&OBST XB=0.4,0.45,0.1,0.45,0.25,0.3 COLOR='RED', surf_ID= 'SPRUCE',/
------------------------------------------------------the outputs
--------------------------------------
&TAIL /
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To post to this group, send email to
fds...@googlegroups.com.
To unsubscribe from this group, send email to
fds-smv+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/fds-smv?hl=en.