Kyupii / CheToolbox

A personal project which packages common Chemical Engineering Calcs & Physical properties libraries.
GNU General Public License v3.0
2 stars 0 forks source link

validate props.ozone_WF #36

Closed Kyupii closed 7 months ago

Kyupii commented 7 months ago
n = np.array([[0, 4, 0, 0, 0, 0, 1],
             [0, 1, 0, 0, 1, 1, 0],
             [0, 2, 0, 1, 0, 1, 0],
             [0, 2, 0, 0, 2, 0, 0],
             [0, 0, 0, 0, 2, 0, 0]])

we expect WF's of:

964.72 0.0464 7.0226 3323.1 1.5385

Kyupii commented 7 months ago

running

props.greenhouse_emissions_est(n)

returns

 WF: [ 9.647e+02  4.641e-02  7.023e+00  3.323e+03  1.536e+00]

woohoo! I'm starting to become convinced the other examples are just wrong though.