Skip to content

Commit

Permalink
test flux diagram in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 7, 2024
1 parent c934c98 commit c59f6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrms/rmsTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ def test_simulate(self):
sol = rms.solve(react.ode,rms.CVODE_BDF(),abstol=1e-20,reltol=1e-8)
sim = rms.Simulation(sol,domain)
self.assertAlmostEqual(rms.molefractions(sim,"H2",3.0),0.34445669,places=3)
rms.pygetfluxdiagram(sim,1.0)

0 comments on commit c59f6ce

Please sign in to comment.