Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Jan 20, 2025
1 parent 13434c3 commit f02723e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void calcCv(SystemInterface fluid) {
double xT = .137;
double D1 = 8 * 0.0254;
double D2 = 8 * 0.0254;
double d = 3 * 0.0254;
double d = D1;
double FL = 1.0;
double FD = 1.0;

Expand All @@ -177,7 +177,7 @@ public void calcCv(SystemInterface fluid) {
} else {
Map<String, Object> result =
neqsim.process.mechanicaldesign.valve.ControlValveSizing_IEC_60534.sizeControlValveLiquid(
fluid.getDensity("kg/m3"), 858710.72,
fluid.getDensity("kg/m3"), 1.0 * 1e5,
fluid.getPhase(0).getPseudoCriticalPressure() * 1e5, fluid.getViscosity("kg/msec"),
getInletPressure() * 1e5, getOutletPressure() * 1e5,
fluid.getFlowRate("kg/sec") / fluid.getDensity("kg/m3"), null, null, null, 1.0, 1.0,
Expand Down

0 comments on commit f02723e

Please sign in to comment.