Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 11, 2023
1 parent b80d89a commit bf41768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ public void testAntiSurgeControl() {
valve1.setPercentValveOpening(50.0);
// valve2.setPercentValveOpening(5.0);

for (int i = 0; i < 1000; i++) {
for (int i = 0; i < 100; i++) {
System.out.println("time " + i + " speed " + compressor1.getSpeed() + "feed flow "
+ stream1.getFlowRate("kg/hr") + " compressor flow rate "
+ compressor1.getInletStream().getFlowRate("kg/hr") + " out flow "
Expand Down

0 comments on commit bf41768

Please sign in to comment.