Coverage for backend/ahuora-compounds/ahuora_compounds/packages/saltwater.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2026-05-13 02:47 +0000

1 

2from ahuora_compounds.PropertyPackage import PropertyPackage 

3from ahuora_compounds.CompoundRegistry import CompoundRegistry 

4 

5 

6def register(registry: CompoundRegistry) -> None: 

7 

8 registry.register_package(PropertyPackage("saltwater")) 

9 registry.bind("water", "saltwater", phases=["Liq","Vap"]) 

10 registry.bind("NaCl", "saltwater", phases=["Liq","Vap"])