Even Solbraa

Results 77 issues of Even Solbraa

A Colab notebook describing pumps: - description of basic theory of pumps - description of types of pumps - example code in python using neqsim about how to calculate pump...

enhancement

**Is your feature request related to a problem? Please describe.** Implement Gamma distribution model for plus fraction characterization. Currently the only model in NeqSim is the Pedersen linear model as...

enhancement

Turbo Expander-Compressor Simulation Plan Given Inputs: Inlet flow rate Inlet pressure Fluid composition Inlet temperature Target Output: Desired outlet pressure after the expander Use of equipment performance curves (e.g., efficiency...

pipe = neqsim.process.equipment.pipeline.PipeBeggsAndBrills('pipe 1', stream1); pipe.setDiameter(Di); pipe.setPipeWallRoughness(50.0e-6); pipe.setLength(16500); pipe.setElevation(48.0); pipe.setConstantSurfaceTemperature(5.0, "C") pipe.setHeatTransferCoefficient(5.0) pipe.setNumberOfIncrements(20) pipe.setRunIsothermal(False) pipe.setRunIsothermal(False) needs to be last should be able to calculate even if not last added

**Is your feature request related to a problem? Please describe.** Generate Graphviz DOT or Mermaid.js diagrams