|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Medium
Medium class.
Data structure for transport medium. Notice its instance is a composed object that is cloneable.
Field Summary | |
Normal |
a
Empirical constant van Genucten's alpha (dimensionless). |
Normal |
alphaz
Vertical dispersivity (meters). |
Normal |
K0
Saturated hydraulic conductivity (meter/hr). |
Normal |
n
van Genuchten parameter (dimensionless). |
StringAsChars |
name
USDA name of the soil stored as a char[]. |
Normal |
rho
Soil bulk density (g/m^3). |
Normal |
rp
Average radius of soil particles (meter). |
Normal |
t
Temperature for computing molecular diffusivity (degrees Celsius). |
Normal |
theta_m
|
Normal |
theta_r
|
Normal |
theta_s
Soil water content parameters: {Residual water content, Water content, Saturated water content} (dimensionless). |
Normal |
z
Thickness of the proposed hydrogeologic barrier (meters). |
Constructor Summary | |
Medium()
|
Method Summary | |
java.lang.Object |
clone()
Clone method redefinition |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public StringAsChars name
public Normal a
public Normal theta_s
public Normal theta_r
public Normal theta_m
public Normal z
public Normal alphaz
public Normal n
public Normal t
public Normal rho
public Normal rp
public Normal K0
Constructor Detail |
public Medium()
Method Detail |
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |