Skip to content

Commit

Permalink
use getfluxdiagram
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 8, 2024
1 parent c59f6ce commit c9e44e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrms/rmsTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +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)
rms.getfluxdiagram(sim,1.0)

0 comments on commit c9e44e0

Please sign in to comment.