Class GalvanicCell

java.lang.Object
org.episteme.natural.chemistry.electrochemistry.GalvanicCell

public class GalvanicCell extends Object
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

  • Method Details

    • getStandardPotential

      public Quantity<ElectricPotential> getStandardPotential()
      Calculates the standard cell potential. E°cell = E°cathode - E°anode
      Returns:
      standard cell potential
    • getAnode

      public HalfCell getAnode()
    • getCathode

      public HalfCell getCathode()
    • toString

      public String toString()
      Overrides:
      toString in class Object