Skip to content

Commit

Permalink
Documentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed May 7, 2022
1 parent a3ba2eb commit 9392164
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chemicals/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,13 @@ def dxs_to_dn_partials(dxs, xs, F, partial_properties=None):
they do not sum to 1) to partial molar quantites. Requires the derivatives
and the mole fractions of the mixture.
.. math::
\left(\frac{\partial n F}{\partial n_i}\right) =
\left(\frac{\partial F}{\partial x_i}\right)+ F
- \sum_j x_j \left(\frac{\partial F}{\partial x_j}\right)
Parameters
----------
dxs : list[float]
Expand Down

0 comments on commit 9392164

Please sign in to comment.