exceptions

exception thermosteam.exceptions.UndefinedChemical(ID)[source]

Exception regarding undefined chemicals.

exception thermosteam.exceptions.UndefinedPhase(phase)[source]

Exception regarding undefined phases.

exception thermosteam.exceptions.DimensionError[source]

ValueError regarding wrong dimensions.

exception thermosteam.exceptions.InfeasibleRegion(region)[source]

Runtime error regarding infeasible processes.

exception thermosteam.exceptions.DomainError(msg, **data)[source]

ValueError regarding an attempt to evaluate a model out of its domain.

exception thermosteam.exceptions.InvalidMethod(method)[source]

ValueError regarding an attempt to evaluate an invalid method.