fonsim.fluids package

Submodules

fonsim.fluids.Bingham module

TODO

fonsim.fluids.IdealCompressible module

Some common compressible fluids at T = 20 °C, p = 1 bar. These fluids are described as an ideal gas.

Available:
  • air

In progress:
  • helium (H2)

  • nitrogen (N2)

  • carbondioxide (CO2)

  • oxygen (O2)

2020, September 9

fonsim.fluids.IdealCompressible.air = <fonsim.fluid.fluid.IdealCompressible object>[source]

helium = fluid.IdealCompressible(name=”helium”, rho=0.167, nu=1.17e-4) nitrogen = fluid.IdealCompressible(name=”nitrogen”, rho=1.17, nu=1.51e-5) carbondioxide = fluid.IdealCompressible(name=”carbondioxide”, rho=1.81, nu=8.1e-6)

# Source: https://www.engineeringtoolbox.com/ oxygen = fluid.IdealCompressible(name=”oxygen”, rho=1.31, nu=1.54e-5)

fonsim.fluids.IdealIncompressible module

Some common incomressible fluids at T = 20 °C, p = 1 bar.

Available:
  • water

In progress:
  • ethylene_glycol

  • ethylene_glycol_30pct

  • ethylene_glycol_50pct

  • mineral_oil

2020, September 9

fonsim.fluids.IdealIncompressible.water = <fonsim.fluid.fluid.IdealIncompressible object>[source]

ethylene_glycol = fluid.IdealIncompressible(name=”ethylene glycol”, rho=1116, nu=1.91e-5) ethylene_glycol_30pct = fluid.IdealIncompressible(name=”ethylene glycol 30%”, rho=1038, nu=2.089e-6) ethylene_glycol_50pct = fluid.IdealIncompressible(name=”ethylene glycol 50%”, rho=1056, nu=3.66e-6)

# Source: http://www.fao.org/fileadmin/user_upload/jecfa_additives/docs/monograph13/additive-527-m13.pdf mineral_oil = fluid.IdealIncompressible(name=”mineral oil”, rho=850, nu=9.75e-4)

Module contents