|
| DuffType (const DuffType &rhs) noexcept=delete |
|
| DuffType (DuffType &&rhs) noexcept=delete |
|
DuffType & | operator= (const DuffType &rhs) noexcept=delete |
|
DuffType & | operator= (DuffType &&rhs) noexcept=delete |
|
ThresholdSize | probabilityOfSurvival (const MathSize mc_pct) const noexcept override |
| Probability of survival (% / 100) [eq Ig-1].
|
|
| Duff (const Duff &rhs) noexcept=delete |
|
| Duff (Duff &&rhs) noexcept=delete |
|
Duff & | operator= (const Duff &rhs) noexcept=delete |
|
Duff & | operator= (Duff &&rhs) noexcept=delete |
|
constexpr bool | operator== (const Duff &rhs) const |
| Equality operator.
|
|
constexpr bool | operator!= (const Duff &rhs) const |
| Inequality operator.
|
|
|
static const DuffType< 124, 218, -88306, -608, 8095, 2735 > | SphagnumUpper {} |
| Feather moss (upper) [Frandsen table 2/3].
|
|
static const DuffType< 181, 427, 90970, -1040, 1165, -646 > | FeatherMoss {} |
| Sphagnum (lower) [Frandsen table 2/3].
|
|
static const DuffType< 261, 563, 80359, -393, -591, -340 > | Reindeer {} |
| Reindeer/feather [Frandsen table 2/3].
|
|
static const DuffType< 359, 1220, 3325604, -12220, -21024, -12619 > | WhiteSpruce {} |
| Sedge meadow (upper) [Frandsen table 2/3].
|
|
static const DuffType< 94, 2220, -198198, -1169, 10414, 782 > | Peat {} |
| Peat [Frandsen table 2/3].
|
|
static const DuffType< 349, 2030, 372276, -1876, -2833, -951 > | PeatMuck {} |
| Peat muck [Frandsen table 2/3].
|
|
static const DuffType< 365, 1900, 451778, -3227, -3644, -362 > | PineSeney {} |
| Sedge meadow (Seney) [Frandsen table 2/3].
|
|
static const DuffType< 307, 1160, 586921, -2737, -5413, -1246 > | SprucePine {} |
| Spruce/pine duff [Frandsen table 2/3].
|
|
| Duff ()=default |
| Grass/sedge marsh [Frandsen table 2/3].
|
|
template<int Ash, int Rho, int B0, int B1, int B2, int B3>
class fs::fuel::DuffType< Ash, Rho, B0, B1, B2, B3 >
A specific type of Duff layer, and the associated smouldering coefficients.
template<int Ash, int Rho, int B0, int B1, int B2, int B3>
ThresholdSize fs::fuel::DuffType< Ash, Rho, B0, B1, B2, B3 >::probabilityOfSurvival |
( |
const MathSize | mc_pct | ) |
const |
|
inlinenodiscardoverridevirtualnoexcept |
Probability of survival (% / 100) [eq Ig-1].
- Parameters
-
mc_pct | Moisture content, percentage dry oven weight |
- Returns
- Probability of survival (% / 100) [eq Ig-1]
Implements fs::fuel::Duff.