effluent


Nameeffluent JSON
Version 1.3.3 PyPI version JSON
download
home_pagehttps://github.com/pnsaevik/effluent
SummarySimulate effluent discharges from wastewater pipes
upload_time2023-09-14 05:52:07
maintainer
docs_urlNone
authorPål Næverlid Sævik
requires_python>=3.6
license
keywords pipes turbulent jets plumes ocean
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![CircleCI](
https://circleci.com/gh/pnsaevik/effluent/tree/main.svg?style=shield)
](https://circleci.com/gh/pnsaevik/effluent)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05554/status.svg)](https://doi.org/10.21105/joss.05554)

# effluent

Effluent is a python package for simulating the dispersion of effluent
discharges from wastewater pipes. The underlying model is based on
Lee, Joseph H. W., and Chu, Vincent H.: *Turbulent Jets and Plumes*.
Boston, MA: Springer US, 2003.
[doi:10.1007/978-1-4615-0407-8](https://doi.org/10.1007/978-1-4615-0407-8).

The package is mainly intended for research purposes, and does not contain
any convenience plotting or statistics functionality. It is expected that
these analyses are conducted in post-processing stages using other packages.


## Installation

The package is installed using pip:

    pip install effluent

Alternatively, the package can be installed to an isolated conda environment
using the in-repo file `environment.yml` as follows:

    conda env create -f environment.yml 


## Usage

The software is invoked as a command line script:

    effluent config.toml

where `config.toml` is the configuration file specifying the simulation
setup. Examples of valid configuration files are given in the repository
directory `docs/source/examples`, and in the
[online documentation](https://effluent.readthedocs.io/en/latest/).


## Citation

If you use the software in a publication or report, please cite it as follows:

Sævik, P. N., (2023). _Effluent: A Python package for modelling effluent discharge_.
Journal of Open Source Software, **8**(89), 
[https://doi.org/10.21105/joss.05554](https://doi.org/10.21105/joss.05554).

Consider also citing the work which this package is based on:

Lee, J. H. W., and Chu, V. H. (2003).
_Turbulent Jets and Plumes - A Lagrangian Approach_. Boston, MA: Springer US.
[https://doi.org/10.1007/978-1-4615-0407-8](https://doi.org/10.1007/978-1-4615-0407-8).


## Documentation

Check out the
[online documentation](https://effluent.readthedocs.io/en/latest/) for a
detailed description of the algorithm and software features.


## How to contribute

Use the GitHub issue tracking system to report problems with the software, seek
support, or suggest improvements. Code contributions can be suggested using
GitHub pull requests. Check documentation for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pnsaevik/effluent",
    "name": "effluent",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "pipes turbulent jets plumes ocean",
    "author": "P\u00e5l N\u00e6verlid S\u00e6vik",
    "author_email": "paal.naeverlid.saevik@hi.no",
    "download_url": "https://files.pythonhosted.org/packages/4d/1a/c6197366ad2a93956ecb72b2bc11535174e7c6cb96a42a0faeff52329200/effluent-1.3.3.tar.gz",
    "platform": null,
    "description": "[![CircleCI](\nhttps://circleci.com/gh/pnsaevik/effluent/tree/main.svg?style=shield)\n](https://circleci.com/gh/pnsaevik/effluent)\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.05554/status.svg)](https://doi.org/10.21105/joss.05554)\n\n# effluent\n\nEffluent is a python package for simulating the dispersion of effluent\ndischarges from wastewater pipes. The underlying model is based on\nLee, Joseph H. W., and Chu, Vincent H.: *Turbulent Jets and Plumes*.\nBoston, MA: Springer US, 2003.\n[doi:10.1007/978-1-4615-0407-8](https://doi.org/10.1007/978-1-4615-0407-8).\n\nThe package is mainly intended for research purposes, and does not contain\nany convenience plotting or statistics functionality. It is expected that\nthese analyses are conducted in post-processing stages using other packages.\n\n\n## Installation\n\nThe package is installed using pip:\n\n    pip install effluent\n\nAlternatively, the package can be installed to an isolated conda environment\nusing the in-repo file `environment.yml` as follows:\n\n    conda env create -f environment.yml \n\n\n## Usage\n\nThe software is invoked as a command line script:\n\n    effluent config.toml\n\nwhere `config.toml` is the configuration file specifying the simulation\nsetup. Examples of valid configuration files are given in the repository\ndirectory `docs/source/examples`, and in the\n[online documentation](https://effluent.readthedocs.io/en/latest/).\n\n\n## Citation\n\nIf you use the software in a publication or report, please cite it as follows:\n\nS\u00e6vik, P. N., (2023). _Effluent: A Python package for modelling effluent discharge_.\nJournal of Open Source Software, **8**(89), \n[https://doi.org/10.21105/joss.05554](https://doi.org/10.21105/joss.05554).\n\nConsider also citing the work which this package is based on:\n\nLee, J. H. W., and Chu, V. H. (2003).\n_Turbulent Jets and Plumes - A Lagrangian Approach_. Boston, MA: Springer US.\n[https://doi.org/10.1007/978-1-4615-0407-8](https://doi.org/10.1007/978-1-4615-0407-8).\n\n\n## Documentation\n\nCheck out the\n[online documentation](https://effluent.readthedocs.io/en/latest/) for a\ndetailed description of the algorithm and software features.\n\n\n## How to contribute\n\nUse the GitHub issue tracking system to report problems with the software, seek\nsupport, or suggest improvements. Code contributions can be suggested using\nGitHub pull requests. Check documentation for details.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simulate effluent discharges from wastewater pipes",
    "version": "1.3.3",
    "project_urls": {
        "Changelog": "https://github.com/pnsaevik/effluent/blob/main/CHANGELOG.md",
        "Documentation": "https://effluent.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/pnsaevik/effluent"
    },
    "split_keywords": [
        "pipes",
        "turbulent",
        "jets",
        "plumes",
        "ocean"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "181a7aa38321c3ddf62939d4178f5d2c079477f4bbf41370b2d3c6a3df7aaaa9",
                "md5": "8b5618875d95f2d97823916261accfa3",
                "sha256": "719336c1663a96a6bdb309f862afec1092dd088317e97dcf055ecfc8008895f5"
            },
            "downloads": -1,
            "filename": "effluent-1.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b5618875d95f2d97823916261accfa3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 19255,
            "upload_time": "2023-09-14T05:52:06",
            "upload_time_iso_8601": "2023-09-14T05:52:06.249976Z",
            "url": "https://files.pythonhosted.org/packages/18/1a/7aa38321c3ddf62939d4178f5d2c079477f4bbf41370b2d3c6a3df7aaaa9/effluent-1.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d1ac6197366ad2a93956ecb72b2bc11535174e7c6cb96a42a0faeff52329200",
                "md5": "6f960331948d7d76bd0242ab5082a479",
                "sha256": "6bc4683230e5ade577988219eb4c479b26ccaee8451d42cd432f56f139e5d48e"
            },
            "downloads": -1,
            "filename": "effluent-1.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6f960331948d7d76bd0242ab5082a479",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 23952,
            "upload_time": "2023-09-14T05:52:07",
            "upload_time_iso_8601": "2023-09-14T05:52:07.289691Z",
            "url": "https://files.pythonhosted.org/packages/4d/1a/c6197366ad2a93956ecb72b2bc11535174e7c6cb96a42a0faeff52329200/effluent-1.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-14 05:52:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pnsaevik",
    "github_project": "effluent",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "lcname": "effluent"
}
        
Elapsed time: 0.14132s