mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-19 01:14:44 -05:00
The thermophase ConstDensityThermo instantiates a class with constant density_mass Such a model is of dubious physical validity/applicability and has minimal foreseeable use cases. This commit marks it for deprecation, and adds a message in ctml_writer.py (where the model has the misleading alias 'incompressible_solid') refering the interested user to consider appropriate alternate thermophase classes 'lattice' or 'IdealSolidSoln.'