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

One Dimensional Freely Propagating Flame Physics and Example, as well as b #591

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

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    f68093a View commit details
    Browse the repository at this point in the history
  2. Adding Files to the Makefile

    klbudzin committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    fce1fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfba2bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90b9ed9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d505525 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82f75c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    0e3c8d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. adding an example for a one dimensional premixed laminar flame, it is…

    … not added in the makefile yet
    klbudzin committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    05bd0a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    b45e3fe View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    e3248c3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Configuration menu
    Copy the full SHA
    064a1dd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Configuration menu
    Copy the full SHA
    b91d2d1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Configuration menu
    Copy the full SHA
    c603e40 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    1070e67 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. More general flame speed qoi, for any material and chemistry. Still n…

    …eed to adjust how i construct the chemistry as it is done in a deprecated manner atm.
    klbudzin committed May 30, 2018
    Configuration menu
    Copy the full SHA
    7f8b928 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    696d334 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Configuration menu
    Copy the full SHA
    cd672bc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    38dfb70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8247b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    a232b16 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. adding my chemistry comparison script between antioch and cantera for…

    … a certain reaction type, still needs more automation to just read everything from the xml, and require less input between checks
    klbudzin committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    d0a20a8 View commit details
    Browse the repository at this point in the history
  2. First attempt at adding species specific, specific heats. Will need t…

    …o rethink how Im calculating them, might be best to return all as a vector, since you will usually use them all when needed, and cantera calculates the vector every call anyways
    klbudzin committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    49320de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4211e06 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    6000ef0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    f1e1636 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    48a9dea View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    c01b208 View commit details
    Browse the repository at this point in the history
  2. forgot the header

    klbudzin committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    bd38c2c View commit details
    Browse the repository at this point in the history
  3. Fixed a looming problem with the boundary condition implementation wh…

    …ere I wasnt pulling in the values from the side of the element
    klbudzin committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    722dc99 View commit details
    Browse the repository at this point in the history
  4. fixing merge conflicts

    klbudzin committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2574e5e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    354a17c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    cd62e8a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. At somepoint I lost the initializer for my Diffusion vector when calc…

    …ulating a postprocessed value
    klbudzin committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    01da4dd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    cbeab7e View commit details
    Browse the repository at this point in the history
  2. Copied and paster postprocessing procedure for cp_s and forgot to cha…

    …nge the name, this fixes that
    klbudzin committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    04158cc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Reworking of the Flames speed to pull M at a specific point, will be …

    …changed later to have it be inputted
    klbudzin committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    3bbed64 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    c88f902 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. adding a ease of life output, to make sure the unburnt conditions wer…

    …e reading right, and be able to be able to read during runtime if you were inputting the wrong species in the input file
    klbudzin committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    bfbd5a2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Cleaning up a few things, and adding the option to pick the point the…

    … temperature is evaluated and returned.
    klbudzin committed May 29, 2019
    Configuration menu
    Copy the full SHA
    0a547f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a0b00 View commit details
    Browse the repository at this point in the history
  3. Changed the mass flux back to being evaluated at the boundary since i…

    …t does not matter where it is evaluated at
    klbudzin committed May 29, 2019
    Configuration menu
    Copy the full SHA
    a86fa5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa8e882 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    c9c5c60 View commit details
    Browse the repository at this point in the history
  2. Fixing Merging conflicts

    klbudzin committed May 30, 2019
    Configuration menu
    Copy the full SHA
    8fa3168 View commit details
    Browse the repository at this point in the history