1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Solved Fluids Mechanics Problems
================================
A collection of problems from Crane TP 410 have been solved using the fluids library.
These are industrially relevant problems. Crane TP 410 is used extensively as a source in
fluids, although often there are better correlations that are implemented and chosen as default methods.
All problems include a description of the problems, but Crane TP 410 includes schematics that are
not included here. A copy can be obtained from your local library or bought `here <https://store.flowoffluids.com/Book-CraneTP410.html>`_.
These problems often make use of `thermo <https://github.com/CalebBell/thermo>`_ and `pint <https://github.com/hgrecco/pint/>`_ so make sure you have them installed!
More details on the unit handling library can be found at :doc:`fluids.units <fluids.units>`.
.. toctree::
Examples/Crane TP 410 Solved Problems/7.1 Smooth Pipe (Plastic).ipynb
Examples/Crane TP 410 Solved Problems/7.2 L, L over D and K from Kv for Conventional Type Valves.ipynb
Examples/Crane TP 410 Solved Problems/7.3 L, L over D, K, and Kv for Conventional Type Valves.ipynb
Examples/Crane TP 410 Solved Problems/7.4 Venturi Type Valves.ipynb
Examples/Crane TP 410 Solved Problems/7.5 Lift Check Valves.ipynb
Examples/Crane TP 410 Solved Problems/7.6 Reduced Port Ball Valve.ipynb
Examples/Crane TP 410 Solved Problems/7.7 Laminar flow in Valves, Fittings, and Pipe - System from Example 7.6.ipynb
Examples/Crane TP 410 Solved Problems/7.8 Laminar flow in Valves, Fittings, and Pipe - SAE oil through a pipe and globe valve.ipynb
Examples/Crane TP 410 Solved Problems/7.9 Laminar Flow in Valves, Fittings, and Pipe.ipynb
Examples/Crane TP 410 Solved Problems/7.10 Piping Systems - Steam.ipynb
Examples/Crane TP 410 Solved Problems/7.11 Flat heating Coils - Water.ipynb
Examples/Crane TP 410 Solved Problems/7.12 Orifice Size for Given Pressure Drop and Velocity.ipynb
Examples/Crane TP 410 Solved Problems/7.13 Flow given in English Units - Oil.ipynb
Examples/Crane TP 410 Solved Problems/7.14 Bernoulli's Theorem-Water.ipynb
Examples/Crane TP 410 Solved Problems/7.15 Power Required for Pumping.ipynb
Examples/Crane TP 410 Solved Problems/7.16 Air Lines.ipynb
Examples/Crane TP 410 Solved Problems/7.17 Sizing of Pump for Oil Pipelines.ipynb
Examples/Crane TP 410 Solved Problems/7.18 Gas.ipynb
Examples/Crane TP 410 Solved Problems/7.19 Water.ipynb
Examples/Crane TP 410 Solved Problems/7.20 Steam at Sonic Velocity.ipynb
Examples/Crane TP 410 Solved Problems/7.21 Gases at Sonic Velocity.ipynb
Examples/Crane TP 410 Solved Problems/7.22 Compressible Fluids at Subsonic Velocity.ipynb
Examples/Crane TP 410 Solved Problems/7.23 Flow Through Orifice Meters.ipynb
Examples/Crane TP 410 Solved Problems/7.24 Laminar Flow.ipynb
Examples/Crane TP 410 Solved Problems/7.25 Rectangular Duct - Application of Hydraulic Radius to Flow Problems.ipynb
Examples/Crane TP 410 Solved Problems/7.26 Pipe Partially Filled with Flowing Water.ipynb
Examples/Crane TP 410 Solved Problems/7.27 Sizing Control Valves for Liquid Service.ipynb
Examples/Crane TP 410 Solved Problems/7.28 Checking for Choked Flow Conditions in a Control Valve.ipynb
Examples/Crane TP 410 Solved Problems/7.29 Orifice Flow Rate Calculation.ipynb
Examples/Crane TP 410 Solved Problems/7.30 Nozzle Sizing Calculations.ipynb
Examples/Crane TP 410 Solved Problems/7.32 NPSH Available Calculation.ipynb
Examples/Crane TP 410 Solved Problems/7.33 Pump Affinity Rules.ipynb
Examples/Crane TP 410 Solved Problems/7.34 Pump Power and Operating Cost.ipynb
Examples/Crane TP 410 Solved Problems/7.35 Hydraulic Resistance of a Converging Tee.ipynb
Examples/Crane TP 410 Solved Problems/7.36 Hydraulic Resistance of a Diverging Wye.ipynb
|