Doxygen updates

This commit is contained in:
Harry Moffat 2010-07-13 19:27:59 +00:00
parent 6d45ecbace
commit ef1370cc5b

View file

@ -129,10 +129,7 @@ namespace Cantera {
*/
class SimpleTransport : public Transport {
public:
typedef vector_fp Coeff_T_;
//! Default constructor.
/*!
* This requires call to initLiquid(LiquidTransportParams& tr)
@ -186,9 +183,6 @@ namespace Cantera {
*/
virtual bool initLiquid(LiquidTransportParams& tr);
friend class TransportFactory;
//! Return the model id for this transport parameterization
virtual int model() const {
return cSimpleTransport;
@ -491,6 +485,11 @@ namespace Cantera {
*/
int compositionDepType_;
//! Boolean indicating whether to use the hydrodynamic radius formulation
/*!
* If true, then the diffusion coefficient is calculated from the
* hydrodynamic radius.
*/
bool useHydroRadius_;
//! Boolean indicating whether electro-migration term should be