Skip to content

Releases: wigging/chemics

Chemics v21.4

13 Apr 00:43
Compare
Choose a tag to compare

Added

  • cp_gas() function to calculate gas heat capacity
  • Tests and documentation for the above function

Fixed

  • Fix dp in docstring for Archimedes function

Chemics v20.9

27 Sep 22:34
Compare
Choose a tag to compare

Added

  • archimedes() function to calculate Archimedes number

Fixed

  • Imports for remaining choking velocity functions

Chemics v20.8

27 Aug 23:19
Compare
Choose a tag to compare

Added

  • dimensionless_numbers module
  • biot() function to calculate Biot number
  • pyroI() function to calculate Pyrolysis number I
  • pyroII() function to calculate Pyrolysis number II
  • reynolds() function to calculate Reynolds number

Changed

  • Moved prandtl function to dimensionless_numbers module

Chemics v20.7

19 Jul 21:13
Compare
Choose a tag to compare

Added

  • prandtl() function to calculate dimensionless Prandtl number.

Chemics v20.5

21 May 18:37
Compare
Choose a tag to compare

Added

  • ubr_holland() function to calculate bubble rise velocity.
  • proximate_bases() function for proximate analysis bases.
  • ultimate_bases() function for ultimate analysis bases.
  • Tests and documentation for the functions mentioned above.

Changed

  • Renamed bubble_velocity module to bubble_rise_velocity
  • Renamed ubr() function to ubr_kunii().

Chemics v20.4

17 Apr 02:57
Compare
Choose a tag to compare

Added

  • biocomp() function to calculate biomass composition from ultimate analysis
  • plot_biocomp() function to create a Matplotlib figure of the biomass composition results
  • Tests for the biocomp() function
  • Documentation for the biocomp() and plot_biocomp() functions

Chemics v19.10

01 Nov 01:11
Compare
Choose a tag to compare

Added

  • ChemicalEquation class to determine properties of the reactants and products in a given chemical reaction equation
  • Tests for chemical equation class
  • Documentation for the chemical equation class

Chemics v19.8

02 Aug 02:01
Compare
Choose a tag to compare

Added

  • tdh_chan() and tdh_horio() functions for transport disengaging height
  • Tests for the TDH functions
  • Added math equations to terminal velocity doc strings

Changed

  • Use terminal velocity from Newton's law to determine max value for guess in ut_ganser() function.
  • ut_ganser() now returns a scalar, not a tuple as in previous versions

Chemics v19.7

13 Jul 03:44
Compare
Choose a tag to compare

Added

  • cp_wood() for wood heat capacity

Chemics v19.6.1

30 Jun 01:08
Compare
Choose a tag to compare

Added

  • k_wood() for wood thermal conductivity.
  • Test and documentation for k_wood() function.

Fixed

  • Fix display of the atomic_elements dictionary in documentation.