Skip to content

Commit

Permalink
[docs] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jul 17, 2023
1 parent 3a96293 commit 4354877
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions doc/doxygen/thermoprops.dox
Expand Up @@ -283,10 +283,9 @@
* phase. Functions which are defined at the %ThermoPhase level to give the
* user more information about the mechanical properties are:
*
* - ThermoPhase::pressure()
* - ThermoPhase::isothermalCompressibility()
* - ThermoPhase::thermalExpansionCoeff()
* .
* - ThermoPhase::pressure()
* - ThermoPhase::isothermalCompressibility()
* - ThermoPhase::thermalExpansionCoeff()
*
* <H3>
* Treatment of the %Phase Potential and the electrochemical potential of a species
Expand All @@ -296,12 +295,12 @@
* is related to the chemical potential via
* the following equation,
*
* \f[
* \zeta_{k}(T,P) = \mu_{k}(T,P) + z_k \phi_p
* \f]
* \f[
* \zeta_{k}(T,P) = \mu_{k}(T,P) + z_k \phi_p
* \f]
*
* where \f$ \nu_k \f$ is the charge of species k, and \f$ \phi_p \f$ is
* the electric potential of phase p.
* where \f$ \nu_k \f$ is the charge of species k, and \f$ \phi_p \f$ is
* the electric potential of phase p.
*
* The potential \f$ \phi_p \f$ is tracked and internally stored within
* the base %ThermoPhase object. It constitutes a specification of the
Expand All @@ -315,9 +314,9 @@
* changed by the potential because many phases enforce charge
* neutrality:
*
* \f[
* 0 = \sum_k z_k X_k
* \f]
* \f[
* 0 = \sum_k z_k X_k
* \f]
*
* Whether charge neutrality is necessary for a phase is also specified
* within the ThermoPhase object, by the function call
Expand Down

0 comments on commit 4354877

Please sign in to comment.