File tree 2 files changed +3
-5
lines changed
main/java/neqsim/processSimulation/processEquipment/pipeline
test/java/neqsim/processSimulation/processEquipment/pipeline
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ public double calcPressureOut() {
159
159
* system .getTemperature () / Math .pow (insideDiameter , 5.0 );
160
160
// \\System.out.println("friction fact" + frictionFactor + " velocity " +
161
161
// velocity + " reynolds number " + reynoldsNumber);
162
- System .out .println ("dp gravity "
163
- + system .getDensity ("kg/m3" ) * neqsim .thermo .ThermodynamicConstantsInterface .gravity
164
- * (inletElevation - outletElevation ) / 1.0e5 );
162
+ // System.out.println("dp gravity "
163
+ // + system.getDensity("kg/m3") * neqsim.thermo.ThermodynamicConstantsInterface.gravity
164
+ // * (inletElevation - outletElevation) / 1.0e5);
165
165
double dp_gravity =
166
166
system .getDensity ("kg/m3" ) * neqsim .thermo .ThermodynamicConstantsInterface .gravity
167
167
* (inletElevation - outletElevation );
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ public void testMain() {
30
30
stream_1 .setPressure (pressure , "bara" );
31
31
32
32
stream_1 .run ();
33
- stream_1 .getFluid ().prettyPrint ();
34
-
35
33
OnePhasePipeLine pipeline = new OnePhasePipeLine ("pipeline" , stream_1 );
36
34
pipeline .setNumberOfLegs (1 );
37
35
pipeline .setPipeDiameters (new double [] {diameter , diameter });
You can’t perform that action at this time.
0 commit comments