Hi:
I'm not a specialist in diffusion coefficient calculation. but I need to calculate the mixture average diffusion coefficient for next step research.
I use the command below but the result looks weird (too small), so I want to see if someone can help check my code.
the input is mass fraction, temperature, and pressure. my code is:
g=Solution('test.cti')
set(g,'Y',mass_frac,'T',T,'P',P/101325*oneatm)
mix_ave_D=mixDiffCoeffs(g).
Thanks for the help.
Li