The pH of the solution is defined as. More...
#include <PHAux.h>
Public Member Functions | |
PHAux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeValue () override |
Protected Attributes | |
const VariableValue & | _hplus |
Free molar concentration of H+ ions. More... | |
const VariableValue & | _gamma |
Activity coefficient of H+ ions. More... | |
The pH of the solution is defined as.
pH = - log10(a_H),
where a_H is the activity of the H+ ions, defined as
a_H = gamma C_H,
where gamma is the activity coefficient, and C_H is the molar concentration of free H+ ions in solution
PHAux::PHAux | ( | const InputParameters & | parameters | ) |
|
overrideprotectedvirtual |
|
protected |
Activity coefficient of H+ ions.
Definition at line 42 of file PHAux.h.
Referenced by computeValue().
|
protected |
Free molar concentration of H+ ions.
Definition at line 40 of file PHAux.h.
Referenced by computeValue().