diff options
author | minskim <minskim> | 2005-05-19 13:03:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-05-19 13:03:56 +0000 |
commit | 98a27be7caf6282703fe7a303aa0275c99a6b7e7 (patch) | |
tree | 173e9dff5957ecd44832a2089ca68b9d7ff78167 /misc/firelib/DESCR | |
parent | aa2adf01f83862ee66a77ad5db6adadec20e0386 (diff) | |
download | pkgsrc-98a27be7caf6282703fe7a303aa0275c99a6b7e7.tar.gz |
Import firelib from pkgsrc-wip. Packaged by David Price and modified
by me.
C language function library for predicting the spread rate, intensity,
flame length, and scorch height of free-burning surface fires. It is
derived directly from the BEHAVE fire behavior algorithms for
predicting fire spread in two dimensions, but is optimized for highly
iterative applications such as cell- or wave- based fire growth
simulation.
Diffstat (limited to 'misc/firelib/DESCR')
-rw-r--r-- | misc/firelib/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/firelib/DESCR b/misc/firelib/DESCR new file mode 100644 index 00000000000..4fed2fdbf07 --- /dev/null +++ b/misc/firelib/DESCR @@ -0,0 +1,6 @@ +C language function library for predicting the spread rate, intensity, +flame length, and scorch height of free-burning surface fires. It is +derived directly from the BEHAVE fire behavior algorithms for +predicting fire spread in two dimensions, but is optimized for highly +iterative applications such as cell- or wave- based fire growth +simulation. |