From d7b6f9b7212e865a65facd72df013f20fff649f5 Mon Sep 17 00:00:00 2001 From: jialinl6 Date: Fri, 18 Oct 2024 10:52:42 -0500 Subject: [PATCH] Change Units --- src/SuperFast.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SuperFast.jl b/src/SuperFast.jl index c53a92ce..6d9c7a19 100644 --- a/src/SuperFast.jl +++ b/src/SuperFast.jl @@ -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