ORNL-CEES / thermochimica

Computational library for chemical thermodynamics and phase equilibrium calculation. Multiphysics and standalone estimations of chemical state and constitutive and transport properties.
BSD 3-Clause "New" or "Revised" License
43 stars 25 forks source link

presetElementMass is missing from Thermochimica-cxx.[C,h] #128

Closed maxposchmann closed 1 year ago

maxposchmann commented 1 year ago

Reason. This very simple function got skipped when the new APIs were created. This is necessary for coupling to a MOOSE variable.

Proposed Solution Just copy setElementMass functions. Literally add 3 letters.

Impact None for existing applications.