Skip to content

exercise 2 in 6-Balance is confusing and has the wrong implementation #13

@tungli

Description

@tungli
nAr = p/(kB*Tg) - y[:,0]- 0.5*y[:,2]- y[:,1]

should be

nAr = p/(kB*Tg) - y[:,0]- 2*y[:,2]- y[:,1]

from argon conservation.

In the case of non-reacting gas, this would be:

nAr = p/(kB*Tg) - y[:,0]- y[:,2]- y[:,1]

because of partial pressures, which makes the exercise a bit confusing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions