Package ummisco.gama.chemmisol
Class Solvent
java.lang.Object
ummisco.gama.chemmisol.ChemicalComponent
ummisco.gama.chemmisol.Solvent
Describes a solvent (such as H2O), that is a chemical component always in
 excess, with a fixed concentration and activity.
 
 The solvent can be added to a chemical system using ChemicalSystem.addComponent(ChemicalComponent).
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class ummisco.gama.chemmisol.ChemicalComponentgetName, getPhase, getSpecies, getTotalConcentration
- 
Constructor Details- 
SolventInitializes a new solvent.- Parameters:
- name- Name of the solvent.
 
 
-