Class Solvent


public class Solvent extends ChemicalComponent
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 Details

    • Solvent

      public Solvent(String name)
      Initializes a new solvent.
      Parameters:
      name - Name of the solvent.