Main Page   Compound List   File List   Compound Members   File Members  

PhysFuelModel.h File Reference

Fuels description required for physically-based predictions of fire spread. More...

#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "Units.h"
#include "FStreamIO.h"
#include "Err.h"
#include "FuelSizeClasses.h"

Go to the source code of this file.

Compounds

struct  PhysFuelModel_

Defines

#define PHYS_FM_STD_FP_DENSITY_ENGLISH   (32.0)
 particle density (lb/ft^3). More...

#define PHYS_FM_D10H_STD_SAV_ENGLISH   (109.0)
 dead 10 hour sav (ft^2/ft^3). More...


Typedefs

typedef enum EnumPhysFuelType_ EnumPhysFuelType
typedef struct PhysFuelModel_ PhysFuelModel

Enumerations

enum  EnumPhysFuelType_ {
  EnumPhysBurnable = 0,
  EnumPhysUnBurnable = 1
}
 constant used to distinguish whether PhysFuelModel is burnable or unburnable. More...


Detailed Description

Fuels description required for physically-based predictions of fire spread.

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 PhysFuelModel.h.


Define Documentation

#define PHYS_FM_D100H_STD_SAV_ENGLISH   (30.0)
 

Definition at line 95 of file PhysFuelModel.h.

#define PHYS_FM_D10H_STD_SAV_ENGLISH   (109.0)
 

dead 10 hour sav (ft^2/ft^3).

Recommended attribute constant.

#define PHYS_FM_STD_FP_DENSITY_ENGLISH   (32.0)
 

particle density (lb/ft^3).

Recommended attribute constant.

Definition at line 81 of file PhysFuelModel.h.


Typedef Documentation

typedef enum EnumPhysFuelType_ EnumPhysFuelType
 

Type name for EnumPhysFuelType_

See also:
For a list of constants goto EnumPhysFuelType_

Definition at line 117 of file PhysFuelModel.h.

typedef struct PhysFuelModel_ PhysFuelModel
 

Type name for PhysFuelModel_

See also:
For a list of members goto PhysFuelModel_

Definition at line 122 of file PhysFuelModel.h.


Enumeration Type Documentation

enum EnumPhysFuelType_
 

constant used to distinguish whether PhysFuelModel is burnable or unburnable.

Note:
EnumPhysBurnable represents burnable fuel
EnumPhysUnBurnable represents unburnable fuel

Definition at line 103 of file PhysFuelModel.h.


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