public final class BWDModel
extends java.lang.Object
| Constructor and Description |
|---|
BWDModel()
Simple constructor for this class
|
| Modifier and Type | Method and Description |
|---|---|
double |
getProbabilityOfDamageForThisTree(BWDTree tree)
This method returns the probability of wind damage for an individual tree.
|
double |
getProportionOfDamagedTrees(BWDStand stand,
double windSpeed)
This method returns the proportion of damaged trees always in terms of number of stems.
|
public double getProportionOfDamagedTrees(BWDStand stand, double windSpeed) throws java.lang.Exception
stand - = a BWDStand instancewindSpeed - = the windspeed in km/h (double)java.lang.Exceptionpublic double getProbabilityOfDamageForThisTree(BWDTree tree) throws java.lang.Exception
tree - = a BWDTree instancejava.lang.Exception