Regards..
Saumil
Regards
Jonna
Cheers,
Kris
http://sites.google.com/site/bovaprojects/
You create the cylinder by defining it's center point in your domain.
If you choose to make a hollow cylinder, it will also ask for an inner
radius. Cylinders are created essentially by rotating obstructions (or
holes) around a central axis. The cell size you enter (the program
assumes you're using cubic cells) determines the number of rotation
steps and therefore the number of OBST in the final text file. You may
want to enter a smaller cell size than you're actually using just to
make sure the cylinder is defined through 360 deg.) All units are in
meters, and the script prompts you for radii, not diameters.
At the moment, the long axis of the cylinder must be parallel to one
of the cartesion axes (the script will prompt you for this
information). I may get around to making a slanted or curving cylinder
some day.
You'll probably want to change properties in the m-file (the SURF
property is currently INERT) as well as the output file name
(currently cylinder.obst). You could define a hollow cylinder of some
material first (or use the one you have), and then a second solid
cylinder made of insulating material that has the same dimensions and
location as the hole. Feel free to tweak and improve the code as you
need. If you don't have Matlab, the script may run in Octave. I
haven't tried that yet--it may need some tweaking.
Feel free to contact me if you have questions.
~tony
> > Saumil- Hide quoted text -
>
> - Show quoted text -
&SURF ID='foo1',MATL_ID='foo1'.../
&SURF ID='foo2',MATL_ID='foo2'.../
&OBST XB=0,1,0,1,0,1,SURF_ID6='foo1',.../
&OBST XB=1,2,0,1,0,1,SURF_ID6='foo2',.../
is not the same as
&SURF ID='foo3',MATL_ID='foo1','foo2'/
&OBST XB=0,2,0,1,0,1,SURF_ID6='foo3',.../
In the first case the OBST from x=0 to 1 does not transfer any heat to
the OBST from x=1 to 2
If you have a multiple layer surface, it needs to be defined as a
single OBST with a multiple layer SURF.
Good point. I wasn't thinking about conduction when I sent that
response. You could create a surf line with two layers and thicknesses
that would apply to the surface cells of a solid cylinder (pp 58-59 in
the user guide).
Depending on the size of the cylinder and the depth of the temperature
or flux profile you wish to model (assuming that is what you want to
do), your results may be very rough regardless of how the cylinder is
created. As I understand it, heat flux is one-dimensional in FDS (no
lateral fluxes) so you could model the response to heat flux only at,
or just below, the surface of a cylinder. As you move radially inward,
lateral heat transfer becomes much more important and the temp profile
will depart from that of a semi-infinite slab (Dr. Floyd - is that
basically correct?).
~tony
--
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.