[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 CK
: Chemkin : Chemkin
{.glossary}
CSTR
: [Continuous stirred tank reactor](/examples/python/reactors/continuous_reactor)
{.glossary} {.glossary}
CT CT
: Cantera : Cantera
@ -19,6 +23,14 @@ CTI
CTML CTML
: Cantera Markup Language *(Removed in Cantera 3.0)* : Cantera Markup Language *(Removed in Cantera 3.0)*
{.glossary}
DAE
: Differential algebraic equation
{.glossary}
EOS / EoS
: Equation of state
{.glossary} {.glossary}
HKFT HKFT
: Helgeson-Kirkham-Flowers-Tanger : Helgeson-Kirkham-Flowers-Tanger
@ -31,14 +43,34 @@ HMW
IAPWS IAPWS
: International Association for the Properties of Water and Steam : International Association for the Properties of Water and Steam
{.glossary}
IDT
: Ignition delay time
{.glossary} {.glossary}
MFTP MFTP
: Mixture Fugacity ThermoPhase : Mixture Fugacity ThermoPhase
{.glossary}
NTC
: Negative temperature coefficient
{.glossary}
ODE
: Ordinary differential equation
{.glossary} {.glossary}
PDSS PDSS
: Pressure-dependent standard state : Pressure-dependent standard state
{.glossary}
PFR
: [Plug flow reactor](./reactors/pfr)
{.glossary}
PSR
: [Perfectly stirred reactor](/examples/python/reactors/continuous_reactor)
{.glossary} {.glossary}
RT RT
: Product of the universal gas constant (R) and the temperature : Product of the universal gas constant (R) and the temperature
@ -78,3 +110,7 @@ VPSSTP
{.glossary} {.glossary}
wrt wrt
: with respect to : with respect to
{.glossary}
WSR
: [Well-stirred reactor](/examples/python/reactors/continuous_reactor)