Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 3, 2024
1 parent 031aafa commit 23810a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void testRun() {
oilSystem.setMixingRule(2);

SlimTubeSim sepSim = new SlimTubeSim(oilSystem, gasSystem);
sepSim.setTemperature(273.15 + 80);
sepSim.setTemperature(273.15 + 70);
sepSim.setPressure(380.0);
sepSim.setNumberOfSlimTubeNodes(40);
sepSim.run();
Expand Down

0 comments on commit 23810a4

Please sign in to comment.