There was a disagreement between the name of
getElectricConduct between the base and LiquidTransport class. Since the LiquidTransport class uses it, the base is now compatible with it.
This commit is contained in:
parent
6fca9189da
commit
8de54e200d
1 changed files with 2 additions and 2 deletions
|
|
@ -484,9 +484,9 @@ namespace Cantera {
|
|||
*
|
||||
* The units are Siemens m-1, where 1 S = 1 A / volt = 1 s^3 A^2 /kg /m^2
|
||||
*/
|
||||
virtual doublereal getElectricConductivity()
|
||||
virtual doublereal getElectricConduct()
|
||||
{
|
||||
err("getElectricConductivity"); return 0.0;
|
||||
err("getElectricConduct"); return 0.0;
|
||||
}
|
||||
|
||||
//! Compute the electric current density in A/m^2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue