Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing some errors calculating the Diffusion coefficients and thermal conductivity for kinetics theory. #267

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2018

  1. Changing how we calculate the mixture averaged diffusion coefficients…

    … by using mole fractions instead of mass fractions, like cantera, which keeps the mixture molecular weight more bearable. As well as clipping mole fractions that were negative or over 1.
    klbudzin committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    49eff2e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Changing the way we calculate the mixture thermal conductivity from t…

    …he species conductivities. The formula used here is taken from "Chemically Reacting Flow" by Kee, Coltrin, and Glarborg, page 519.
    klbudzin committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    3ad5a4a View commit details
    Browse the repository at this point in the history
  2. Fixing the unit test that was tripped when altering the calculation o…

    …f the thermal conductivity
    klbudzin committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    13f6179 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Instead of clipping the mole fractions, implemented a method that wil…

    …l calculate perturbed mass fractions that can be used to calculate the transport, this will make it easier to implement a switch for perturbing the mass fractions. Also added a little more documentation, but can still use more here.
    klbudzin committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    aedef6f View commit details
    Browse the repository at this point in the history