Ok guys, so i'm pretty new and just learning FDS, so I hope I don't get laughed out of this forum for my very basic question.
When i run a my file, it tells me that SURF_ID CEILING does not exist. If I try different things it may tell me the same thing about SURF_ID SIDE_WALL as well. I can't figure out if there's some really basic formatting mistake I'm making. Or if my fundamental process with my mesh and obstructions is wrong. Any troubleshooting help would be appreciated!
&MESH IJK=190,120,60 XB=0.0,18.0,0.0,12.0,0.0,6.0/
&MATL ID=‘MARINITE’, EMISSIVITY = 0.8, DENSITY = 737.,
SPECIFIC_HEAT=0.3, CONDUCTIVITY=0.17/
&MATL ID = 'CONCRETE', CONDUCTIVITY=0.125, DENSITY=525,
SPECIFIC_HEAT=1.05,/
&SURF ID='FLOOR', MATL_ID='CONCRETE', THICKNESS=1./
&SURF ID=‘SIDE_WALL’, MATL_ID=‘MARINITE’, THICKNESS=0.025/
&SURF ID=‘CEILING’, MATL_ID=‘MARINITE’, THICKNESS=0.025 /
&OBST ID='wall',XB=0.0,18.0,0.0,0.0,0.0,6.0, SURF_ID=‘SIDE_WALL’/ ACTUAL WALLS
&OBST ID='wall',XB=0.0,0.0,0.0,12.0,0.0,6.0, SURF_ID=‘SIDE_WALL’/
&OBST ID='wall',XB=0.0,18.0,12.0,12.0,0.0,6.0, SURF_ID=‘SIDE_WALL’/
&OBST ID='wall',XB=18.0,18.0,0.0,12.0,0.0,6.0, SURF_ID=‘SIDE_WALL’/
&OBST ID='wall',XB=18.0,18.0,0.0,12.0,0.0,6.0, SURF_ID=‘SIDE_WALL’/
&OBST ID='ceiling',XB=0.0,18.0,0.0,12.0,6.0,6.0, SURF_ID='CEILING' / CEILING
&OBST ID='floor',XB=0.0,18.0,0.0,12.0,0.0,0.0, SURF_ID='FLOOR' / FLOOR
I thought the problem was that these are thin obstructions and my surf id has a thickness. But i've tried to fix that by using thick obstuctions and vent surf id over these. did not work