MCPcopy Create free account
hub / github.com/Cantera/cantera / phase2

Method phase2

test/python/test_mixture.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12
13 @pytest.fixture(scope='class')
14 def phase2(self):
15 return ct.Solution('air.yaml')
16
17 @pytest.fixture(scope='function')
18 def mix(request, phase1, phase2):

Callers

nothing calls this directly

Calls 1

SolutionMethod · 0.80

Tested by

no test coverage detected