Skip to content

Commit b721d61

Browse files
hwpangmjohnson541
authored andcommitted
Correct unit from conc basis to mol basis
1 parent 7a32bf2 commit b721d61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Plotting.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function plotrops(bsol::Y,name::X,t::Z;N=0,tol=0.01) where {Y<:Simulation, X<:Ab
134134
xs = Array{Float64,1}(1:length(inds))
135135
barh(xs,reverse(rop[inds]))
136136
yticks(xs,reverse(getrxnstr.(bsol.domain.phase.reactions[inds])))
137-
xlabel("Production/Loss Rate mol/(m^3*s)")
137+
xlabel("Production/Loss Rate mol/s")
138138
return
139139
end
140140

@@ -165,7 +165,7 @@ function plotrops(ssys::Y,name::X,t::Z;N=0,tol=0.01) where {Y<:SystemSimulation,
165165
xs = Array{Float64,1}(1:length(inds))
166166
barh(xs,reverse(rop[inds]))
167167
yticks(xs,reverse(getrxnstr.(ssys.reactions[inds])))
168-
xlabel("Production/Loss Rate mol/(m^3*s)")
168+
xlabel("Production/Loss Rate mol/s")
169169
return
170170
end
171171

0 commit comments

Comments
 (0)