Skip to content

Commit

Permalink
reduced number of trays in test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Jul 25, 2023
1 parent 1f6513b commit 6138afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void DistillationColumnTest() throws Exception {
gasToReboilerStream.setPressure(1.12, "bara");
gasToReboilerStream.run();

DistillationColumn column = new DistillationColumn(10, true, true);
DistillationColumn column = new DistillationColumn(1, true, true);
column.setName("TEG regeneration column");
column.addFeedStream(richTEGStream, 1);
column.getReboiler().setOutTemperature(273.15 + 202);
Expand Down

0 comments on commit 6138afe

Please sign in to comment.