[Doc] Add some glossary entries

This commit is contained in:
Ray Speth 2024-06-12 20:26:52 -04:00 committed by Ray Speth
parent eb8cafe43e
commit a98ea62071

View File

@ -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)