Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 519 Bytes

fluid_propylene_glycol.rst

File metadata and controls

21 lines (15 loc) · 519 Bytes

Propylene Glycol

Provides fluid properties for aqueous mixtures of Propylene Gycol for temperatures <=100 C, with concentrations from 0-0.6.

Example:

from scp.propylene_glycol import PropyleneGycol

if __name__ == "__main__":
    x_fraction = 0.2  # concentration fraction
    pg = PropyleneGycol(x_fraction)

    temp = 10  # Celsius
    print(pg.viscosity(temp))
.. automodule:: scp.propylene_glycol
    :members:
    :undoc-members:
    :show-inheritance:
    :noindex: