Skip to content

Commit

Permalink
Change Units
Browse files Browse the repository at this point in the history
  • Loading branch information
jialinl6 committed Oct 18, 2024
1 parent 9e6ed69 commit d7b6f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SuperFast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function SuperFast(;name=:SuperFast, rxn_sys=false)
H2O2(t) = 2.34, [unit = u"ppb"],
)
#@constants P_hack = 1.0e20, [unit = u"Pa*ppb*s", description = "Constant for hack to avoid dropping pressure from the model"]
@constants A = 6.02e23 [unit = u"mol^-1", description = "Avogadro's number, should be in unit of molec/mol"]
@constants R = 8.314e6 [unit = u"(Pa)/(K*mol)", description = "universal gas constant, should be in unit of (Pa*cm^3)/(K*mol)"]
@constants A = 6.02e23 [description = "Avogadro's number, should be in unit of molec/mol"]
@constants R = 8.314e6 [unit = u"(Pa)/(K)", description = "universal gas constant, should be in unit of (Pa*cm^3)/(K*mol)"]

#c = 2.46e10 # TODO(JL): What is this constant?
c = A*P/(T*R)*e-9
Expand Down

0 comments on commit d7b6f9b

Please sign in to comment.