net.simplace.sim.components.experimental.intercropping.IntercroppingFunctionsModified
public class IntercroppingFunctionsModified extends IntercroppingFunctions {
// Public Constructors
public IntercroppingFunctionsModified();
// Class Methods public static double calcSoilInterceptionFractionPathModified(double f_strip,
double f_path, double width_strip, double width_path, double k, double
lai, double height);
public static double calcSoilInterceptionFractionStripModified(double
f_strip, double f_path, double width_strip, double width_path, double k,
double lai, double height);
public static double calcInterceptionFractionOneCropOld(double width_strip,
double width_path, double k, double lai, double height);
public static Double[] calcInterceptionFractionsSortedModified(double
width_1, double space_1, double k_1, double lai_1, double height_1,
double width_2, double space_2, double k_2, double lai_2, double
height_2);
public static Double[] calcInterceptionFractionsModified(double width_1,
double space_1, double k_1, double lai_1, double height_1, double
width_2, double space_2, double k_2, double lai_2, double height_2);
}
Hierarchy: java.lang.Object - IntercroppingFunctions - IntercroppingFunctionsModified