-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
3,141 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.