Uses of Class
neqsim.process.equipment.network.LoopedPipeNetwork.NetworkPipe
Packages that use LoopedPipeNetwork.NetworkPipe
-
Uses of LoopedPipeNetwork.NetworkPipe in neqsim.process.equipment.network
Fields in neqsim.process.equipment.network with type parameters of type LoopedPipeNetwork.NetworkPipeModifier and TypeFieldDescriptionprivate final Map<String, LoopedPipeNetwork.NetworkPipe> LoopedPipeNetwork.pipesMethods in neqsim.process.equipment.network that return LoopedPipeNetwork.NetworkPipeModifier and TypeMethodDescriptionLoopedPipeNetwork.addPipe(String fromNode, String toNode, String pipeName, double lengthM, double diameterM) Add a pipe connecting two nodes.Methods in neqsim.process.equipment.network with parameters of type LoopedPipeNetwork.NetworkPipeModifier and TypeMethodDescriptionprivate doubleLoopedPipeNetwork.calculateHeadLoss(LoopedPipeNetwork.NetworkPipe pipe, SystemInterface fluid) Calculate head loss for a pipe using Darcy-Weisbach equation.private doubleLoopedPipeNetwork.calculateHeadLossDerivative(LoopedPipeNetwork.NetworkPipe pipe, SystemInterface fluid) Calculate derivative of head loss with respect to flow rate.