Please make sure to read the FDS User's Guide.
-Bryan
When you encounter odd behavior like this, it is better to post to the
Issue Tracker. There you can attach your input file and explain your
problem. Take a look at:
http://code.google.com/p/fds-smv/wiki/EffectiveIssuePosting
I am curious about your input file, it would be interesting to see a
whole solid object burn away in a single time step.
-Bryan
On Thu, Jul 17, 2008 at 1:38 PM, Andrea <prett...@usmac.net> wrote:
> I'll post it right away and gladly let the experts review it. My
> instructor said he'd never seen it before either!
No need to post, sounds like you had created a non-physical scenario
and FDS was doing what you asked it to do. Just because the
simulation runs does not mean that it reflects reality.
> P.S. I know you use a Mac too - what format do you put your input
> files in when transferring them to WIndows machines? I have been
> typing input files in TextEdit and saving them as Unicode (changing
> extension to .fds when I am ready to run them), but when they are
> opened on a Windows machine it does not preserve the tabs or carriage
> returns. Should I be using something else?
I don't do anything special when saving. Plain text (ASCII) is the goal.
As Kris also mentioned, I too use TextWrangler and TextMate for FDS input files.
http://www.barebones.com/products/textwrangler/
http://macromates.com/
One cool tip for both of these apps., Check out the ALT+Click+Drag select mode.
It really helps when replacing columns of characters. Here are a few
tips for using TextMate, the Column Selection example is what I am
talking about here.
http://www.thinkvitamin.com/reviews/dev/textmate
I am sure you can see how useful this can be when used with a highly
structured text file like FDS input files.
Usually in Windows if your use WordPad instead of Notepad for FDS
files, the end of line and tab characters are read correctly.
--
Bryan Klein
bryan...@nist.gov
National Institute of Standards and Technology
100 Bureau Drive, Mail Stop 8663
Gaithersburg MD 20899
Phone: 301 975 5171
Fax: 301 975 4052
just run it in a directory that contains the read.f90 source code.if
you don't have the read.f90 file, just download it from the source
code area.
The script will read all the namelist lines in the read.f90 file so it
will get all the keywords, and you'll always have an up-to-date syntax
file as long as you have an up-to-date read.f90 source file, unless
the developers change how this part of the program works.
The script will generate a syntax file, you can use with VIM to get
pretty colors. The syntax file also tells VIM to highlight obsolete
FDS_4 namelist groups in red. useful if you're converting from FDS_4
to FDS_5
--
-Andrew Louie :wq
--雷恩銘