MaskellSolidSolnPhase: throw in unimplemented functions.
This commit is contained in:
parent
1565bad198
commit
ee94266939
1 changed files with 3 additions and 0 deletions
|
|
@ -212,16 +212,19 @@ getChemPotentials_RT(doublereal* mu) const
|
|||
|
||||
void MaskellSolidSolnPhase::getPartialMolarEnthalpies(doublereal* hbar) const
|
||||
{
|
||||
throw CanteraError("MaskellSolidSolnPhase::getPartialMolarEnthalpies()", "Not yet implemented.");
|
||||
}
|
||||
|
||||
void MaskellSolidSolnPhase::
|
||||
getPartialMolarEntropies(doublereal* sbar) const
|
||||
{
|
||||
throw CanteraError("MaskellSolidSolnPhase::getPartialMolarEntropies()", "Not yet implemented.");
|
||||
}
|
||||
|
||||
void MaskellSolidSolnPhase::
|
||||
getPartialMolarCp(doublereal* cpbar) const
|
||||
{
|
||||
throw CanteraError("MaskellSolidSolnPhase::getPartialMolarCp()", "Not yet implemented.");
|
||||
}
|
||||
|
||||
void MaskellSolidSolnPhase::
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue