woffl


Namewoffl JSON
Version 1.0.11 PyPI version JSON
download
home_pageNone
SummaryWater Optimization For Fluid Lift. Numerical solver for liquid powered jet pumps with multiphase flow
upload_time2024-06-07 22:09:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2023 Kaelin Ellis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords jet pump solver numerical multiphase
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![woffl_github7](https://github.com/kwellis/woffl/assets/62774251/8b80146f-a503-4576-8f43-f1aa45d93a05)
Numerical solver for liquid jet pumps with three-phase flow.   
#### Background
Jet pump studies fron the 1970's were interested in pumping single phase incompressible flows or single phase compressible flows. The models produced relied on assumptions such as constant density or an ideal gas to analytically solve the equations. In 1995 Cunningham wrote a paper with equations that govern a water jet for pumping a two-phase mixture. The equations relied on assumptions of constant density for the liquid and ideal gas law for the solution. Those assumptions are not valid when modeling a three-phase mixture of crude oil, water and natural gas. The crude oil is gas soluble and compressible. The equations for the inverse density of crude oil cannot be analytically integrated. A numerical solution needs to be applied.   
#### Fundamental Equation
The fundamental equation in the analysis of a jet pump is the un-integrated energy equation. No work is done, heat is not transferred and a significant height difference is not present. The un-integrated energy equation takes the following form. 
$$\frac{dp}{\rho} + \nu d\nu = 0$$
The fluid density is denoted by $\rho$ and the velocity is denoted by $\nu$. 
#### Relevant Papers   
- Cunningham, R. G., 1974, “Gas Compression With the Liquid Jet Pump,” ASME J Fluids Eng, 96(3), pp. 203–215.
- Cunningham, R. G., 1995, “Liquid Jet Pumps for Two-Phase Flows,” ASME J Fluids Eng, 117(2), pp. 309–316.
- Merrill, R., Shankar, V., and Chapman, T., 2020, “Three-Phase Numerical Solution for Jet Pumps Applied to a Large Oilfield,” SPE-202928-MS, November 10, 2020.
- Himr, D., Habán, V., Pochylý, F., 2009, "Sound Speed in the Mixture Water - Air," Engineering Mechanics, Svratka, Czech Republic, May 11–14, 2009, Paper 255, pp. 393-401. 


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "woffl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "jet pump, solver, numerical, multiphase",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/70/b5/a83f4943606ff6959d05dd9347c998151af764c0e1d38a38e572e71cd604/woffl-1.0.11.tar.gz",
    "platform": null,
    "description": "![woffl_github7](https://github.com/kwellis/woffl/assets/62774251/8b80146f-a503-4576-8f43-f1aa45d93a05)\nNumerical solver for liquid jet pumps with three-phase flow.   \n#### Background\nJet pump studies fron the 1970's were interested in pumping single phase incompressible flows or single phase compressible flows. The models produced relied on assumptions such as constant density or an ideal gas to analytically solve the equations. In 1995 Cunningham wrote a paper with equations that govern a water jet for pumping a two-phase mixture. The equations relied on assumptions of constant density for the liquid and ideal gas law for the solution. Those assumptions are not valid when modeling a three-phase mixture of crude oil, water and natural gas. The crude oil is gas soluble and compressible. The equations for the inverse density of crude oil cannot be analytically integrated. A numerical solution needs to be applied.   \n#### Fundamental Equation\nThe fundamental equation in the analysis of a jet pump is the un-integrated energy equation. No work is done, heat is not transferred and a significant height difference is not present. The un-integrated energy equation takes the following form. \n$$\\frac{dp}{\\rho} + \\nu d\\nu = 0$$\nThe fluid density is denoted by $\\rho$ and the velocity is denoted by $\\nu$. \n#### Relevant Papers   \n- Cunningham, R. G., 1974, \u201cGas Compression With the Liquid Jet Pump,\u201d ASME J Fluids Eng, 96(3), pp. 203\u2013215.\n- Cunningham, R. G., 1995, \u201cLiquid Jet Pumps for Two-Phase Flows,\u201d ASME J Fluids Eng, 117(2), pp. 309\u2013316.\n- Merrill, R., Shankar, V., and Chapman, T., 2020, \u201cThree-Phase Numerical Solution for Jet Pumps Applied to a Large Oilfield,\u201d SPE-202928-MS, November 10, 2020.\n- Himr, D., Hab\u00e1n, V., Pochyl\u00fd, F., 2009, \"Sound Speed in the Mixture Water - Air,\" Engineering Mechanics, Svratka, Czech Republic, May 11\u201314, 2009, Paper 255, pp. 393-401. \n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Kaelin Ellis  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Water Optimization For Fluid Lift. Numerical solver for liquid powered jet pumps with multiphase flow",
    "version": "1.0.11",
    "project_urls": {
        "Homepage": "https://github.com/kwellis/woffl"
    },
    "split_keywords": [
        "jet pump",
        " solver",
        " numerical",
        " multiphase"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bec3afde03266cbb596293341c421cd16d21782d0ef425362f85583786dba269",
                "md5": "b2ff58aa55ad9cd64fa81f14d4463c45",
                "sha256": "c5fa4c7395fb703c54ca5028927057a6cf9c484f5080c4541c050478959b2a28"
            },
            "downloads": -1,
            "filename": "woffl-1.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b2ff58aa55ad9cd64fa81f14d4463c45",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 68175,
            "upload_time": "2024-06-07T22:09:29",
            "upload_time_iso_8601": "2024-06-07T22:09:29.663803Z",
            "url": "https://files.pythonhosted.org/packages/be/c3/afde03266cbb596293341c421cd16d21782d0ef425362f85583786dba269/woffl-1.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70b5a83f4943606ff6959d05dd9347c998151af764c0e1d38a38e572e71cd604",
                "md5": "e1be61bd424b3de8d987d479b84a18a6",
                "sha256": "2c58bd1b89625f181f4b4bdd5a6a14af912a4723c52a865b51619b5861241c92"
            },
            "downloads": -1,
            "filename": "woffl-1.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "e1be61bd424b3de8d987d479b84a18a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 55392,
            "upload_time": "2024-06-07T22:09:30",
            "upload_time_iso_8601": "2024-06-07T22:09:30.879995Z",
            "url": "https://files.pythonhosted.org/packages/70/b5/a83f4943606ff6959d05dd9347c998151af764c0e1d38a38e572e71cd604/woffl-1.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-07 22:09:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kwellis",
    "github_project": "woffl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "woffl"
}
        
Elapsed time: 0.25660s