Package | Description |
---|---|
com.hfg.units |
Modifier and Type | Field and Description |
---|---|
static ConcentrationUnit |
ConcentrationUnit.mass_fraction
Mass fraction is the mass of a substance divided by the mass of the total mixture
|
static ConcentrationUnit |
ConcentrationUnit.molality |
static ConcentrationUnit |
ConcentrationUnit.molarity |
static ConcentrationUnit |
ConcentrationUnit.normality
Normality is used for acid or base and is defined as the mole equivalents of H+ or OH- ions per liter.
|
static ConcentrationUnit |
ConcentrationUnit.pct_by_volume
Percent by volume is the percent ratio of the volume to the volume of the total mixture
|
static ConcentrationUnit |
ConcentrationUnit.pct_by_weight
Percent by weight is the percent ratio of the volume to the volume of the total mixture
|
static ConcentrationUnit |
ConcentrationUnit.volume_fraction
Volume fraction is the volume of a substance divided by the volume of the total mixture
|
Modifier and Type | Method and Description |
---|---|
ConcentrationUnit |
ConcentrationUnit.addAlternateName(String inValue) |
Modifier and Type | Method and Description |
---|---|
static Collection<ConcentrationUnit> |
ConcentrationUnit.values() |
jataylor@hairyfatguy.com