|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjecthydroScalingAPI.modules.rainfallRunoffModel.objects.InfiltrationManager
public class InfiltrationManager
This is a primitive implementation of a dynamic InfiltrationManager. This class provides information for the average infiltration rate at time t for a hillslope
| Constructor Summary | |
|---|---|
InfiltrationManager(Basin myCuenca,
LinksAnalysis linksStructure,
MetaRaster metaDatos,
byte[][] matDir,
int[][] magnitudes)
Creates a new instance of InfiltrationManager (with spatially variable infiltration rate over the basin) |
|
InfiltrationManager(LinksAnalysis linksStructure,
float infiltRate)
Creates a new instance of InfiltrationManager (with constant infiltration rate over the basin) |
|
| Method Summary | |
|---|---|
float |
getInfiltrationOnHillslope(int HillNumber)
Returns the value of infiltration rate in mm/h for a given moment of time |
void |
randomizeValues()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InfiltrationManager(LinksAnalysis linksStructure,
float infiltRate)
linksStructure - The topologic structure of the river networkinfiltRate - A constant value of infiltration for the entire basin
public InfiltrationManager(Basin myCuenca,
LinksAnalysis linksStructure,
MetaRaster metaDatos,
byte[][] matDir,
int[][] magnitudes)
myCuenca - The Basin object describing the
basin under considerationlinksStructure - The topologic structure of the river networkmetaDatos - A MetaRaster describing the infiltration mapmatDir - The directions matrix of the DEM that contains the basinmagnitudes - The magnitudes matrix of the DEM that contains the basin| Method Detail |
|---|
public float getInfiltrationOnHillslope(int HillNumber)
HillNumber - The index of the desired hillslope
public void randomizeValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.