Added the DebyeHuckel object.
Note, this object needs a bit of work. It's not connected to the real model of water yet.
This commit is contained in:
parent
9520238fb1
commit
ea1e5cedb8
4 changed files with 3351 additions and 5 deletions
2217
Cantera/src/thermo/DebyeHuckel.cpp
Normal file
2217
Cantera/src/thermo/DebyeHuckel.cpp
Normal file
File diff suppressed because it is too large
Load diff
1130
Cantera/src/thermo/DebyeHuckel.h
Normal file
1130
Cantera/src/thermo/DebyeHuckel.h
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -757,8 +757,7 @@ namespace Cantera {
|
|||
if (!m_ok) {
|
||||
throw CanteraError("HMWSoln::constructPhaseXML","importPhase failed ");
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -1117,7 +1116,6 @@ namespace Cantera {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Lastly set the state
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -27,13 +27,14 @@ ELECTRO_OBJ = SingleSpeciesTP.o StoichSubstanceSSTP.o \
|
|||
IdealSolidSolnPhase.o IdealMolalSoln.o \
|
||||
WaterPropsIAPWSphi.o WaterPropsIAPWS.o WaterProps.o \
|
||||
PDSS.o WaterPDSS.o WaterTP.o \
|
||||
HMWSoln.o HMWSoln_input.o
|
||||
HMWSoln.o HMWSoln_input.o DebyeHuckel.o
|
||||
|
||||
ELECTRO_H = SingleSpeciesTP.h StoichSubstanceSSTP.h \
|
||||
MolalityVPSSTP.h VPStandardStateTP.h \
|
||||
IdealSolidSolnPhase.h IdealMolalSoln.h \
|
||||
WaterPropsIAPWSphi.h WaterPropsIAPWS.h WaterProps.h \
|
||||
PDSS.h WaterPDSS.h WaterTP.h HMWSoln.h electrolytes.h
|
||||
PDSS.h WaterPDSS.h WaterTP.h HMWSoln.h electrolytes.h \
|
||||
DebyeHuckel.h
|
||||
endif
|
||||
ifeq ($(do_issp),1)
|
||||
ISSP_OBJ = IdealSolidSolnPhase.o
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue