Skip to content

Commit

Permalink
remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 3, 2023
1 parent badd6a0 commit 62ca186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void run(UUID id) {
ops.TPflash();
thermoSystem.init(3);
thermoSystem.initPhysicalProperties("density");
thermoSystem.prettyPrint();
// thermoSystem.prettyPrint();
if (thermoSystem.hasPhaseType("oil") || thermoSystem.hasPhaseType("aqueous")) {
liquidLevel = thermoSystem.getPhase(1).getVolume("m3") / (liquidVolume + gasVolume);
liquidVolume = getLiquidLevel() * 3.14 / 4.0 * getInternalDiameter()
Expand Down

0 comments on commit 62ca186

Please sign in to comment.