Skip to content

Commit

Permalink
update flash
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Oct 7, 2024
1 parent 2fbb74f commit 9bb1869
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ public double solveQ() {
double nyPres = system.getPressure();
int iterations = 0;
double error = 100.0;
double numericdQdVdP = 0.0;
double dQdV = 0.0;
double olddQdV = 0.0;
double pressureStep = 1.0;
do {
iterations++;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import neqsim.standards.oilquality.Standard_ASTM_D6377;
import neqsim.thermo.system.SystemInterface;
import neqsim.thermo.system.SystemSrkEos;

Expand Down Expand Up @@ -58,7 +57,6 @@ void testCalculate3() {
testSystem.addComponent("nC12", 0.545);
testSystem.addTBPfraction("C11", 0.545, 145.0 / 1000.0, 0.82);
testSystem.setMixingRule(2);
testSystem.setMultiPhaseCheck(true);
testSystem.init(0);
testSystem.setPressure(100.0);
Standard_ASTM_D6377 standard = new Standard_ASTM_D6377(testSystem);
Expand Down

0 comments on commit 9bb1869

Please sign in to comment.