pipecapacity


Namepipecapacity JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryPipe Capacity usnig code calculations
upload_time2023-01-26 20:56:30
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2022 Vamsee Achanta 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 pipe capacity pipe strength code calculations code evaluations pipe utilization capacity utilization pressure calculations
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Introduction

Evaluate pipe capacity per industry codes.

# Summary

# Usage

A quick way to running code is:
    - Create a virtual environment:
        - Use [conda yaml file](https://raw.githubusercontent.com/vamseeachanta/pipecapacity/master/dev_tools/environment.yml) to create a new environment
        - (or) by installing [pipecapacity]((https://github.com/vamseeachanta/pipecapacity)) package in an environment
- Run the following batch files
    - Download this [pipecapacity repository](https://github.com/vamseeachanta/pipecapacity)
    - activate environment
    - Change command line to "pipecapacity" (outside not in src) folder
        - Run the following python files in tests:
            - python src\digitalmodel\tests\ {change_to_relevant}.py
            - i.e. for catenary riser, python src\digitalmodel\tests\test_catenary_riser.py

**Units**

    verticalDistance: m
    declinationAngle: deg with vertical
    Temperature: deg F
    Pressure: psi
    EffectiveTension: kN
    BendingMoment: kNm
    YieldStrength: psi
    E: psi
    NominalID: inch
    NominalOD: inch
    NominalWT: inch
    Rho: kg/m3
    MassPerUnitLength: kg/m
    WeightPerUnitLength: N/m
    SoilStiffness: kN/m/m
    BuoyancyCoverage: Percentage
    ThermalExpansionCoefficient: in/in/deg F


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pipecapacity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pipe capacity,pipe strength,code calculations,code evaluations,pipe utilization,capacity utilization,pressure calculations",
    "author": "",
    "author_email": "Vamsee Achanta <vamsee.achanta@aceengineer.com>",
    "download_url": "https://files.pythonhosted.org/packages/8d/ec/db2cf43da7791d1cb442b08ff5cef908ca8d09d2f5a04cff5fe1ec90b1fb/pipecapacity-0.1.0.tar.gz",
    "platform": null,
    "description": "# Introduction\r\n\r\nEvaluate pipe capacity per industry codes.\r\n\r\n# Summary\r\n\r\n# Usage\r\n\r\nA quick way to running code is:\r\n    - Create a virtual environment:\r\n        - Use [conda yaml file](https://raw.githubusercontent.com/vamseeachanta/pipecapacity/master/dev_tools/environment.yml) to create a new environment\r\n        - (or) by installing [pipecapacity]((https://github.com/vamseeachanta/pipecapacity)) package in an environment\r\n- Run the following batch files\r\n    - Download this [pipecapacity repository](https://github.com/vamseeachanta/pipecapacity)\r\n    - activate environment\r\n    - Change command line to \"pipecapacity\" (outside not in src) folder\r\n        - Run the following python files in tests:\r\n            - python src\\digitalmodel\\tests\\ {change_to_relevant}.py\r\n            - i.e. for catenary riser, python src\\digitalmodel\\tests\\test_catenary_riser.py\r\n\r\n**Units**\r\n\r\n    verticalDistance: m\r\n    declinationAngle: deg with vertical\r\n    Temperature: deg F\r\n    Pressure: psi\r\n    EffectiveTension: kN\r\n    BendingMoment: kNm\r\n    YieldStrength: psi\r\n    E: psi\r\n    NominalID: inch\r\n    NominalOD: inch\r\n    NominalWT: inch\r\n    Rho: kg/m3\r\n    MassPerUnitLength: kg/m\r\n    WeightPerUnitLength: N/m\r\n    SoilStiffness: kN/m/m\r\n    BuoyancyCoverage: Percentage\r\n    ThermalExpansionCoefficient: in/in/deg F\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Vamsee Achanta  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": "Pipe Capacity usnig code calculations",
    "version": "0.1.0",
    "split_keywords": [
        "pipe capacity",
        "pipe strength",
        "code calculations",
        "code evaluations",
        "pipe utilization",
        "capacity utilization",
        "pressure calculations"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bc65688faaaacae1c06a42da4d690273bc85c9eaf816c49a4f8cee7e68065b6",
                "md5": "de943c7481ba09955b0aec86fbee0907",
                "sha256": "a02ec27092a5ed7c12a9f76c4a95f3e5a68abbe4a0db7b425060bc3ac8d78127"
            },
            "downloads": -1,
            "filename": "pipecapacity-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de943c7481ba09955b0aec86fbee0907",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 73154,
            "upload_time": "2023-01-26T20:56:28",
            "upload_time_iso_8601": "2023-01-26T20:56:28.696141Z",
            "url": "https://files.pythonhosted.org/packages/9b/c6/5688faaaacae1c06a42da4d690273bc85c9eaf816c49a4f8cee7e68065b6/pipecapacity-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8decdb2cf43da7791d1cb442b08ff5cef908ca8d09d2f5a04cff5fe1ec90b1fb",
                "md5": "c64f98acf10de248e0ef286aa64359fb",
                "sha256": "20ccbbe41949f2708adda69cad41ebf93f2ec9ad790c95b728d5b2a868971289"
            },
            "downloads": -1,
            "filename": "pipecapacity-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c64f98acf10de248e0ef286aa64359fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 51031,
            "upload_time": "2023-01-26T20:56:30",
            "upload_time_iso_8601": "2023-01-26T20:56:30.370950Z",
            "url": "https://files.pythonhosted.org/packages/8d/ec/db2cf43da7791d1cb442b08ff5cef908ca8d09d2f5a04cff5fe1ec90b1fb/pipecapacity-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-26 20:56:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pipecapacity"
}
        
Elapsed time: 0.03212s