-
Notifications
You must be signed in to change notification settings - Fork 39
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
base: master
Are you sure you want to change the base?
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f68093a - Browse repository at this point
Copy the full SHA f68093aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fce1fd5 - Browse repository at this point
Copy the full SHA fce1fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfba2bb - Browse repository at this point
Copy the full SHA cfba2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b9ed9 - Browse repository at this point
Copy the full SHA 90b9ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d505525 - Browse repository at this point
Copy the full SHA d505525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f75c4 - Browse repository at this point
Copy the full SHA 82f75c4View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0e3c8d1 - Browse repository at this point
Copy the full SHA 0e3c8d1View commit details
Commits on Mar 6, 2018
-
adding an example for a one dimensional premixed laminar flame, it is…
… not added in the makefile yet
Configuration menu - View commit details
-
Copy full SHA for 05bd0a5 - Browse repository at this point
Copy the full SHA 05bd0a5View commit details
Commits on Mar 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b45e3fe - Browse repository at this point
Copy the full SHA b45e3feView commit details
Commits on May 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e3248c3 - Browse repository at this point
Copy the full SHA e3248c3View commit details
Commits on May 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 064a1dd - Browse repository at this point
Copy the full SHA 064a1ddView commit details
Commits on May 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b91d2d1 - Browse repository at this point
Copy the full SHA b91d2d1View commit details
Commits on May 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c603e40 - Browse repository at this point
Copy the full SHA c603e40View commit details
Commits on May 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1070e67 - Browse repository at this point
Copy the full SHA 1070e67View commit details
Commits on May 30, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7f8b928 - Browse repository at this point
Copy the full SHA 7f8b928View commit details
Commits on Jun 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 696d334 - Browse repository at this point
Copy the full SHA 696d334View commit details
Commits on Jun 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cd672bc - Browse repository at this point
Copy the full SHA cd672bcView commit details
Commits on Jun 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 38dfb70 - Browse repository at this point
Copy the full SHA 38dfb70View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8247b6 - Browse repository at this point
Copy the full SHA c8247b6View commit details
Commits on Jun 19, 2018
-
Merge branches 'master' and 'BoundaryCondition/MassFlux' into Boundar…
…yCondition/MassFlux
Configuration menu - View commit details
-
Copy full SHA for a232b16 - Browse repository at this point
Copy the full SHA a232b16View commit details
Commits on Jul 2, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for d0a20a8 - Browse repository at this point
Copy the full SHA d0a20a8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 49320de - Browse repository at this point
Copy the full SHA 49320deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4211e06 - Browse repository at this point
Copy the full SHA 4211e06View commit details
Commits on Jul 3, 2018
-
Rework of current species specific heat to return them as a vector in…
…stead of individually
Configuration menu - View commit details
-
Copy full SHA for 6000ef0 - Browse repository at this point
Copy the full SHA 6000ef0View commit details
Commits on Jul 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f1e1636 - Browse repository at this point
Copy the full SHA f1e1636View commit details
Commits on Jul 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 48a9dea - Browse repository at this point
Copy the full SHA 48a9deaView commit details
Commits on Jul 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c01b208 - Browse repository at this point
Copy the full SHA c01b208View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd38c2c - Browse repository at this point
Copy the full SHA bd38c2cView commit details -
Fixed a looming problem with the boundary condition implementation wh…
…ere I wasnt pulling in the values from the side of the element
Configuration menu - View commit details
-
Copy full SHA for 722dc99 - Browse repository at this point
Copy the full SHA 722dc99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2574e5e - Browse repository at this point
Copy the full SHA 2574e5eView commit details
Commits on Jul 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 354a17c - Browse repository at this point
Copy the full SHA 354a17cView commit details
Commits on Aug 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cd62e8a - Browse repository at this point
Copy the full SHA cd62e8aView commit details
Commits on Aug 9, 2018
-
At somepoint I lost the initializer for my Diffusion vector when calc…
…ulating a postprocessed value
Configuration menu - View commit details
-
Copy full SHA for 01da4dd - Browse repository at this point
Copy the full SHA 01da4ddView commit details
Commits on Aug 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cbeab7e - Browse repository at this point
Copy the full SHA cbeab7eView commit details -
Copied and paster postprocessing procedure for cp_s and forgot to cha…
…nge the name, this fixes that
Configuration menu - View commit details
-
Copy full SHA for 04158cc - Browse repository at this point
Copy the full SHA 04158ccView commit details
Commits on Sep 27, 2018
-
Reworking of the Flames speed to pull M at a specific point, will be …
…changed later to have it be inputted
Configuration menu - View commit details
-
Copy full SHA for 3bbed64 - Browse repository at this point
Copy the full SHA 3bbed64View commit details
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c88f902 - Browse repository at this point
Copy the full SHA c88f902View commit details
Commits on Apr 1, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for bfbd5a2 - Browse repository at this point
Copy the full SHA bfbd5a2View commit details
Commits on May 29, 2019
-
Cleaning up a few things, and adding the option to pick the point the…
… temperature is evaluated and returned.
Configuration menu - View commit details
-
Copy full SHA for 0a547f0 - Browse repository at this point
Copy the full SHA 0a547f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a0b00 - Browse repository at this point
Copy the full SHA a6a0b00View commit details -
Changed the mass flux back to being evaluated at the boundary since i…
…t does not matter where it is evaluated at
Configuration menu - View commit details
-
Copy full SHA for a86fa5c - Browse repository at this point
Copy the full SHA a86fa5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8e882 - Browse repository at this point
Copy the full SHA aa8e882View commit details
Commits on May 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c9c5c60 - Browse repository at this point
Copy the full SHA c9c5c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa3168 - Browse repository at this point
Copy the full SHA 8fa3168View commit details