Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Feb 16, 2024
1 parent 7ceb0af commit f60a3ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void testProcess() {

operations.run();

assertEquals(2024.2089083, resycleScrubberStream.getFlowRate("kg/hr"), 0.1);
assertEquals(2053.1203737, resycleScrubberStream.getFlowRate("kg/hr"), 0.1);

neqsim.processSimulation.processEquipment.compressor.CompressorChartGenerator compchartgenerator =
new neqsim.processSimulation.processEquipment.compressor.CompressorChartGenerator(
Expand All @@ -152,7 +152,7 @@ public void testProcess() {
seccondStageCompressor.setSpeed(seccondStageCompressor.getSpeed() + 500);
operations.run();

assertEquals(35.6391, seccondStageCompressor.getOutletStream().getPressure("bara"), 0.5);
assertEquals(40.50197718, seccondStageCompressor.getOutletStream().getPressure("bara"), 0.5);

feedStream.setFlowRate(204094, "kg/hr");
operations.run();
Expand Down

0 comments on commit f60a3ff

Please sign in to comment.