There is a newer version of the record available.

Published July 1, 2023 | Version v1.2
Software Open

geodynamics/burnman: BurnMan v1.2.0

  • 1. University of Bristol
  • 2. Clemson University
  • 3. University of Cambridge
  • 4. @coiled
  • 5. Southwest Research Institute
  • 6. University of Florida
  • 7. @gitlabhq
  • 8. NASA Goddard Space Flight Center
  • 9. Colorado State University

Description

Release v1.2.0 (July 1, 2023) includes

  • Two new helper functions: :func:burnman.tools.chemistry.reactions_from_stoichiometric_matrix :func:burnman.tools.chemistry.reactions_from_formulae. These functions generate a complete list of reactions (forward and reverse) from either the stoichiometric matrix (a 2D numpy array containing the amount of component j in phase i), or from a list of formulae (as strings or dictionaries of elemental amounts).
  • Solution and ElasticSolution objects are now instantiated with a SolutionModel object as a solution_model parameter. The use of the solution_type parameter has been removed completely, along with all of the optional parameters that were originally passed as parameters to SolutionModel.
  • A generalised PolynomialSolution class. The non-ideal excesses in this model are polynomial functions of composition. This class can deal with arbitrarily high powers in endmember proportions. However, because the class internally converts the list of lists to numpy arrays, high powers of solutions with a large number of endmembers will create very large arrays (with order n_endmembers^(highest power) elements). This may significantly slow down calculations.
  • Five new property modifier formulations, which can be specified with the names "debye", "debye_delta", "einstein", "einstein_delta" and "landau_slb_2022". These are based on the Debye and Einstein models of thermal energy and the Landau model of Stixrude and Lithgow-Bertelloni (2022). The heat capacity ("debye", "einstein") or entropy ("debye_delta", "einstein_delta") are based on the heat capacity of the respective thermal model, and reach a maximum at high temperature. The excess energy, entropy and heat capacity of these four modifiers are all zero at 0 K, and the excess volume is always zero.
  • An implementation of the SLB2022 dataset.
  • This version is associated with acceptance of the JOSS paper.

Files

geodynamics/burnman-v1.2.zip

Files (10.4 MB)

Name Size Download all
md5:25fe1588f1712ccad8c99ff4441c0e6a
10.4 MB Preview Download

Additional details

Related works