Diffusion model #263
azibitsker
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Hey Alex, I haven't looked into the diffusion matrix code too much to be able to compare to Gupta-Yos, but you should be able to switch from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
I had a question regarding the correct use of
ChemNonEqTTvstate model to compute mixture averaged diffusion coefficients.After creating and initializing
mix_NEQobject with theRamshawdiffusion model, I do the following:where spRho is the species densities vector, TTv is the vector containing T, Tv and Ds is the vector that I fill with diffusion coefficients.
I'm asking this question because I get quite different diffusion coefficients with the Ramshaw model, compared to the Gupta-Yos model (that I use from a different code).
If the implementation is correct, could you also comment on why I would see the sensible difference in Ds between Ramshaw and Gupta-Yos models? Would the model 'Exact' in M++ library be somewhat similar to the Gupta-Yos model?
Beta Was this translation helpful? Give feedback.
All reactions