ThermofluidQuantities.jl

basic tools and definitions of quantities in thermofluids problems

The purpose of this package is to enable easy setup of quantities in thermofluids problems. It contains

  • A large set of specialized types based on common thermofluid quantities (e.g. Velocity, Pressure, etc) that enable dispatch on these quantities
  • Treatment of typical units, using the Unitful package.
  • Predefined properties for various common gases and liquids
  • Plot recipes for the associated types

Installation

This package works on Julia 1.0 and higher and is registered in the general Julia registry. To install, type

]add ThermofluidQuantities

Then type

julia> using ThermofluidQuantities

The plots in this documentation are generated using Plots.jl. You might want to install that, too, to follow the examples.