We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098b339 commit 2cbd946Copy full SHA for 2cbd946
src/neqsim/thermo/thermoTools.py
@@ -312,6 +312,10 @@
312
"cpa-pr": jneqsim.thermo.system.SystemPrCPA,
313
"CPA-PR-EoS": jneqsim.thermo.system.SystemPrCPA,
314
"SRK-TwuCoon-EOS": jneqsim.thermo.system.SystemSrkTwuCoonStatoilEos,
315
+ "span-wagner": jneqsim.thermo.system.SystemSpanWagnerEos,
316
+ "gerg-2008": jneqsim.thermo.system.SystemGERG2008Eos,
317
+ "bwrs": jneqsim.thermo.system.SystemBWRSEos,
318
+ "ideal-gas": jneqsim.thermo.system.SystemIdealGas,
319
}
320
321
0 commit comments