Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 8, 2024
1 parent 7574010 commit 6b43a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public void testProcess2() {
dewPointControlCooler.setOutTemperature(29.0, "C");
dewPointControlCooler.run();

dewPointControlCooler.getOutStream().getFluid().prettyPrint();
// dewPointControlCooler.getOutStream().getFluid().prettyPrint();

Separator dewPointScrubber = new neqsim.process.equipment.separator.Separator(
"dew point scrubber", dewPointControlCooler.getOutStream());
Expand All @@ -240,7 +240,7 @@ public void testProcess2() {
"dew point scrubber 2", dewPointControlCooler2.getOutStream());
dewPointScrubber2.run();

dewPointScrubber.getFluid().prettyPrint();
// dewPointScrubber.getFluid().prettyPrint();

Mixer hpLiqmixer = new neqsim.process.equipment.mixer.Mixer("HP liq gas mixer");
hpLiqmixer.addStream(dewPointScrubber.getLiquidOutStream());
Expand Down
3 changes: 0 additions & 3 deletions src/test/java/neqsim/process/processmodel/feedfluid.e300
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-- Generated with PVTsim Nova version 6.2.8450.0 at 5/21/2024 12:26:12 PM
-- Fluid: Fluid 11 Liquid 2497.5 m
-- Database: X:\users\mafro\fields\oseberg\epf\stable_oil\worklog\Oseberg Main Common EoS incl Compvd.nfdb
-- Units
METRIC
-- Number of components:
Expand Down

0 comments on commit 6b43a72

Please sign in to comment.