Added a stub for a high level description of transport within Cantera.

This commit is contained in:
Harry Moffat 2009-12-30 18:20:34 +00:00
parent fabfb44b4e
commit ea7ae8c583
2 changed files with 24 additions and 0 deletions

View file

@ -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
*/

View 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").
*/