Doxygen update
This commit is contained in:
parent
41a6d58d18
commit
61efb6ec90
2 changed files with 10 additions and 3 deletions
|
|
@ -735,8 +735,6 @@ namespace Cantera {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//================================================================================================
|
||||
// Get the Electrical mobilities (m^2/V/s).
|
||||
/*
|
||||
|
|
@ -775,7 +773,6 @@ namespace Cantera {
|
|||
mobil[k] = c1 * m_spwork[k];
|
||||
}
|
||||
}
|
||||
|
||||
//================================================================================================
|
||||
// Get the fluid mobilities (s kmol/kg).
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -128,7 +128,17 @@ namespace Cantera {
|
|||
std::vector<LiquidTranInteraction*> selfDiffusion;
|
||||
LiquidTranInteraction* thermalCond;
|
||||
LiquidTranInteraction* speciesDiffusivity;
|
||||
|
||||
//! Pointer to the LiquidTranInteraction object which handles the calculation of the
|
||||
//! electrical conductivity for the phase
|
||||
LiquidTranInteraction* electCond;
|
||||
|
||||
//! Pointer to the LiquidTranInteraction object which handles the calculation of the hydrodynamic
|
||||
//! radius for the phase
|
||||
/*!
|
||||
* @note I don't understand at the moment how one can define a hydrodynamic
|
||||
* radius for the phase
|
||||
*/
|
||||
LiquidTranInteraction* hydroRadius;
|
||||
|
||||
//! Model for species interaction effects for viscosity
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue