Skip to content

Commit

Permalink
Add NASA9 polynomials (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Nov 6, 2023
1 parent 077dd3d commit 5d3058c
Show file tree
Hide file tree
Showing 10 changed files with 3,141 additions and 49 deletions.
9 changes: 9 additions & 0 deletions Docs/sphinx/Thermodynamics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. highlight:: rst

.. _sec:thermodynamics:

**************
Thermodynamics
**************

PelePhysics supports the computation of thermodynamic properties for different species. The thermodynamic property models currently supported are the NASA7 and NASA9 polynomial parameterizations. The reader is referred to the many discussions about these models to learn more specifics, including `Cantera's discussion about thermodynamics properties <https://cantera.org/science/species-thermo.html>`_.
1 change: 1 addition & 0 deletions Docs/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ point your web browser at the file ``${PELE_PHYSICS_DIR}/build/html/index.html``
Introduction.rst
Chemistry.rst
Transport.rst
Thermodynamics.rst
EOS.rst
Utility.rst
Tutorials.rst
Expand Down
8 changes: 8 additions & 0 deletions Support/Mechanism/Models/H2-CO-CO2-3spec/Make.package
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CEXE_sources+=mechanism.cpp
CEXE_headers+=mechanism.H

LIBRARIES +=

INCLUDE_LOCATIONS += $(CHEM_DIR)

VPATH_LOCATIONS += $(CHEM_DIR)/PMFs
Loading

0 comments on commit 5d3058c

Please sign in to comment.