MPh


NameMPh JSON
Version 1.2.3 PyPI version JSON
download
home_pageNone
SummaryPythonic scripting interface for Comsol Multiphysics
upload_time2023-03-18 21:40:31
maintainerNone
docs_urlNone
authorJohn Hennig
requires_python>= 3.6
licenseNone
keywords comsol multiphysics physics finite elements computer simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *Pythonic scripting interface for Comsol Multiphysics*

[Comsol] is a commercial software application that is widely used in
science and industry for research and development. It excels at modeling
almost any (multi-)physics problem by solving the governing set of
partial differential equations via the finite-element method. It comes
with a modern graphical user interface to set up simulation models and
can be scripted from Matlab or its native Java API.

MPh brings the dearly missing power of Python to the world of Comsol.
It leverages the Java bridge provided by [JPype] to access the Comsol
API and wraps it in a layer of pythonic ease-of-use. The Python wrapper
covers common scripting tasks, such as loading a model from a file,
modifying parameters, importing data, to then run the simulation,
evaluate the results, and export them.

Comsol models are marked by their `.mph` file extension, which stands
for multi-physics. Hence the name of this library. It is open-source
and in no way affiliated with Comsol Inc., the company that develops
and sells the simulation software.

Find the full [documentation on Read-the-Docs][docs].

[Comsol]: https://www.comsol.com
[JPype]:  https://github.com/jpype-project/jpype
[docs]:   https://mph.readthedocs.io

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "MPh",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">= 3.6",
    "maintainer_email": null,
    "keywords": "Comsol,multiphysics,physics,finite elements,computer simulation",
    "author": "John Hennig",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "\ufeff*Pythonic scripting interface for Comsol Multiphysics*\n\n[Comsol] is a commercial software application that is widely used in\nscience and industry for research and development. It excels at modeling\nalmost any (multi-)physics problem by solving the governing set of\npartial differential equations via the finite-element method. It comes\nwith a modern graphical user interface to set up simulation models and\ncan be scripted from Matlab or its native Java API.\n\nMPh brings the dearly missing power of Python to the world of Comsol.\nIt leverages the Java bridge provided by [JPype] to access the Comsol\nAPI and wraps it in a layer of pythonic ease-of-use. The Python wrapper\ncovers common scripting tasks, such as loading a model from a file,\nmodifying parameters, importing data, to then run the simulation,\nevaluate the results, and export them.\n\nComsol models are marked by their `.mph` file extension, which stands\nfor multi-physics. Hence the name of this library. It is open-source\nand in no way affiliated with Comsol Inc., the company that develops\nand sells the simulation software.\n\nFind the full [documentation on Read-the-Docs][docs].\n\n[Comsol]: https://www.comsol.com\n[JPype]:  https://github.com/jpype-project/jpype\n[docs]:   https://mph.readthedocs.io\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pythonic scripting interface for Comsol Multiphysics",
    "version": "1.2.3",
    "split_keywords": [
        "comsol",
        "multiphysics",
        "physics",
        "finite elements",
        "computer simulation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d573b0310247d4c9926da15e4529b37d98661a630882ba11bae5cbdd39197c1",
                "md5": "bdbcce0ce628082c47406154652a2d4e",
                "sha256": "e8fb090d1ec7020f588daa9b0389ead2862d9abb886d0d4b83cdd1b57dc7fd78"
            },
            "downloads": -1,
            "filename": "mph-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdbcce0ce628082c47406154652a2d4e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">= 3.6",
            "size": 65195,
            "upload_time": "2023-03-18T21:40:31",
            "upload_time_iso_8601": "2023-03-18T21:40:31.412911Z",
            "url": "https://files.pythonhosted.org/packages/6d/57/3b0310247d4c9926da15e4529b37d98661a630882ba11bae5cbdd39197c1/mph-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-18 21:40:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "mph"
}
        
Elapsed time: 0.06095s