Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Acid

Index

Constructors

Properties

contributions: Ion[] = []
formula: string
name: string
pK1: number
pK2?: number
pK3?: number
type: AcidType
weight: number
Acetic: Acid = ...
Ascorbic: Acid = ...
Citric: Acid = ...
Hydrochloric: Acid = ...
Lactic: Acid = ...
Phosphoric: Acid = ...
Sulfuric: Acid = ...
Tartaric: Acid = ...

Methods

  • density(ct: number): Density
  • Calculates density for a given concentration (% weight)

    Parameters

    • ct: number

    Returns Density

  • normality(weight: Mass, volume: Volume, pH?: number): number
  • Estimates normality for pure acid dissolved in water.

    Parameters

    • weight: Mass

      the weight of pure acid.

    • volume: Volume

      the volume of water.

    • pH: number = 5.5

      the target pH.

    Returns number

  • strength(pH: number): number
  • The acid relative "strength" factor for a given pH.

    Parameters

    • pH: number

    Returns number

Generated using TypeDoc