Main Page   Compound List   File List   Compound Members   File Members  

Roth1972.h File Reference

Routines for calculating steady-state rate of fire spread using Rothermel fire spread equation (1972). More...

#include <stdlib.h>
#include <math.h>
#include "Err.h"
#include "Units.h"
#include "RothFuelModel.h"
#include "RothPipeline.h"

Go to the source code of this file.


Detailed Description

Routines for calculating steady-state rate of fire spread using Rothermel fire spread equation (1972).

See also:
For more information consult RothFuelModel and RothPipeline
Author(s):
Marco Morais
Date:
2000-2001

HFire (Highly Optmized Tolerance Fire Spread Model) Library Copyright (C) 2001 Marco Morais

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Definition in file Roth1972.h.


Define Documentation

#define ROTH_1972_DEG_TO_RAD( deg )   (((deg) * 2.0 * ROTH_1972_PI) / 360.0)
 

Definition at line 60 of file Roth1972.h.

#define ROTH_1972_PI   (3.141592654)
 

Definition at line 45 of file Roth1972.h.

#define ROTH_1972_RAD_TO_DEG( rad )   (((rad) * 360.0) / (2.0 * ROTH_1972_PI))
 

Definition at line 63 of file Roth1972.h.


Generated at Fri Jun 22 00:46:53 2001 for HFire by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000