tests.models.base_thermo

Base test case for thermodynamic models

Classes

class tests.models.base_thermo.ThermoModelBaseCase

Bases: JsonTestCase, ABC

Base test case for thermodynamic models

EXPECT_MISSING_DATA: bool = True
SAVE_NEW_DATA: bool = True
phase_arr: ndarray
classmethod setUpClass(thermo)
Parameters:

thermo (ThermoModel)

temp_arr: ndarray
test_class_is_valid()
test_de_dt()
test_dge_dT()
test_dgs_dT()
test_dp_dt()
test_ge()
test_gs()
thermo: ThermoModel