Class ElectrodeReaction

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

public class ElectrodeReaction extends Object
Represents a half-cell electrode reaction.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • ElectrodeReaction

      public ElectrodeReaction(ChemicalReaction reaction, double e0)
  • Method Details

    • getStandardPotential

      public double getStandardPotential()
    • getReaction

      public ChemicalReaction getReaction()
    • calculatePotential

      public double calculatePotential(double temperature, int n, double reactionQuotientQ)
      Calculates potential at non-standard conditions using Nernst equation. E = E° - (RT/nF) * ln(Q)