Skip to content

Commit

Permalink
acetic acid update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 5, 2024
1 parent 9aace7e commit 36caab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/neqsim/thermo/system/AcidTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void testtestBubpAcid() {
public void testtestBubpAceticAcid() {
neqsim.thermo.system.SystemSrkCPAstatoil testSystem =
new neqsim.thermo.system.SystemSrkCPAstatoil(273.15 + 117.9, 1.01325);
testSystem.addComponent("AceticAcid", 25.0, "kg/sec");
testSystem.addComponent("acetic acid", 25.0, "kg/sec");
testSystem.setMixingRule(10);
ThermodynamicOperations testOps = new ThermodynamicOperations(testSystem);
try {
Expand Down

0 comments on commit 36caab1

Please sign in to comment.