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

XML Parsing for TransportMixture #265

Merged
merged 5 commits into from
Jul 18, 2018

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    d2e0800 View commit details
    Browse the repository at this point in the history
  2. Helper function for transport parsing

    We can encapsulate the parsing of each specific part of the transport
    section into a separate function. Eventually, we should just do
    unit conversion, but for now, let's at least make the user aware
    if they changed the unit and were expecting good things to happen.
    pbauman committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    061378c View commit details
    Browse the repository at this point in the history
  3. Add XML parsing of TransportMixture

    This implements the function read_transport_data for the XMLParser.
    Thus we should be able to now parse transport properties from an
    XML file in Antioch.
    pbauman committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    30e42d2 View commit details
    Browse the repository at this point in the history
  4. Small variable name change in GRI3 unit test

    This used to only test thermo, but now tests lots of other things
    so let's remove the "thermo_" from the variable name.
    pbauman committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    df024dd View commit details
    Browse the repository at this point in the history
  5. Unit test XML parsing of TransportMixture

    We use the GRI3 XML file and test the three species that we checked
    in the other parts of the GRI 3 unit test.
    pbauman committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    06c5470 View commit details
    Browse the repository at this point in the history