Added a stub for a high level description of transport within Cantera.
This commit is contained in:
parent
fabfb44b4e
commit
ea7ae8c583
2 changed files with 24 additions and 0 deletions
|
|
@ -22,5 +22,6 @@ Choose one of the links below for an introduction to %Cantera, or use
|
|||
|
||||
- Computing Properties of Matter
|
||||
- \subpage thermopage
|
||||
- \subpage transportpage
|
||||
|
||||
*/
|
||||
|
|
|
|||
23
tools/doc/doxyinput/transport.txt
Normal file
23
tools/doc/doxyinput/transport.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/**
|
||||
|
||||
\page transportpage Transport Properties
|
||||
|
||||
%Cantera can be used to compute transport properties
|
||||
|
||||
|
||||
\section nest Non-Equilibrium Statistical Thermodynamics
|
||||
|
||||
|
||||
\section tbase Base Class for Transport Properties
|
||||
|
||||
|
||||
The base class \link Cantera::Transport Transport \endlink is used for all
|
||||
transport classes within Cantera.
|
||||
|
||||
|
||||
|
||||
There is a list of classes which handle transport for species (see
|
||||
\ref tranprops " Transport Properties for Species in Phases").
|
||||
|
||||
|
||||
*/
|
||||
Loading…
Add table
Reference in a new issue