net.simplace.sim.components.soil.pedotransfer.TextureClassesFunctions
Texture Class Functions are developed to determine soil hydraulic properties e.g. total porosity,
residual water, field capacity, permanent wilting point, saturated hydraulic conductivity, ALPHA, and N
for different soil texture classes based on USDA soil texture classification. The input data used
for this estimation are the percentage of silt and clay, organic matter and bulk density.
public class TextureClassesFunctions implements TextureClassPedoTransferFunction {
// Public Constructors
public TextureClassesFunctions();
// Public Instance Methods public double
WaterContent(double aPsi, int aTextureClassIndex, double
aBulkDensity, double aOrganicMatterPercentage, boolean aIsTopsoil);
// From TextureClassPedoTransferFunction
}