Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Nov 10, 2024
1 parent b6a6c23 commit aa980cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public void runProcessTEG() throws InterruptedException {

assertEquals(-19.1886678,
p.getMeasurementDevice("water dew point analyser3").getMeasuredValue("C"), 1e-1);
assertEquals(203.024331,
assertEquals(213.041186,
((Reboiler) ((DistillationColumn) p.getUnit("TEG regeneration column")).getReboiler())
.getDuty() / 1e3,
1e-2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import neqsim.process.equipment.valve.ThrottlingValve;
import neqsim.process.measurementdevice.HydrateEquilibriumTemperatureAnalyser;
import neqsim.process.measurementdevice.WaterDewPointAnalyser;
import neqsim.process.processmodel.ProcessSystem;

/**
* Class for testing ProcessSystem class.
Expand Down Expand Up @@ -581,7 +580,7 @@ public void runTEGProcessTest2() {
* coolerhOTteg3.getOutletStream().getFlowRate("kg/hr")); System.out.println("leantoresirc " +
* leanTEGtoabs.getFlowRate("kg/hr"));
*/
assertEquals(1.5322819175995646E-5, dehydratedGas.getFluid().getComponent("water").getx(),
assertEquals(1.743804E-5, dehydratedGas.getFluid().getComponent("water").getx(),
1e-6);
}

Expand Down

0 comments on commit aa980cd

Please sign in to comment.