From a98ea62071716bdccbc130e4c20bfa3e897b2fad Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 12 Jun 2024 20:26:52 -0400 Subject: [PATCH] [Doc] Add some glossary entries --- doc/sphinx/reference/glossary.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/sphinx/reference/glossary.md b/doc/sphinx/reference/glossary.md index 1af65699d..a61df930b 100644 --- a/doc/sphinx/reference/glossary.md +++ b/doc/sphinx/reference/glossary.md @@ -7,6 +7,10 @@ the names of variables and classes: CK : Chemkin +{.glossary} +CSTR +: [Continuous stirred tank reactor](/examples/python/reactors/continuous_reactor) + {.glossary} CT : Cantera @@ -19,6 +23,14 @@ CTI CTML : Cantera Markup Language *(Removed in Cantera 3.0)* +{.glossary} +DAE +: Differential algebraic equation + +{.glossary} +EOS / EoS +: Equation of state + {.glossary} HKFT : Helgeson-Kirkham-Flowers-Tanger @@ -31,14 +43,34 @@ HMW IAPWS : International Association for the Properties of Water and Steam +{.glossary} +IDT +: Ignition delay time + {.glossary} MFTP : Mixture Fugacity ThermoPhase +{.glossary} +NTC +: Negative temperature coefficient + +{.glossary} +ODE +: Ordinary differential equation + {.glossary} PDSS : Pressure-dependent standard state +{.glossary} +PFR +: [Plug flow reactor](./reactors/pfr) + +{.glossary} +PSR +: [Perfectly stirred reactor](/examples/python/reactors/continuous_reactor) + {.glossary} RT : Product of the universal gas constant (R) and the temperature @@ -78,3 +110,7 @@ VPSSTP {.glossary} wrt : with respect to + +{.glossary} +WSR +: [Well-stirred reactor](/examples/python/reactors/continuous_reactor)