{ "info": { "author": "Frederik Rietdijk", "author_email": "fridh@fridh.nl", "bugtrack_url": null, "classifiers": [], "description": "# Introduction\n\nSeaPy is a Python module to assist in performing a Statistical Energy Analysis, or SEA.\nSEA is used within vibroacoustics to model the flow of acoustic power through a vibrating system. \nAn example is modeling the vibrations in cars due to the engine. \nSEA is generally used in the high-frequency region whereas finite-element analysis is used in the low-frequency region. \n\nFirst step in performing an SEA is creating the geometry. \nThen, the relevant components are modeled as subsystems, where each subsystem represents one wave type.\nThe subsystems are then connected through couplings. \nPower is added into the system through excitation of one or more subsystems. \nPower dissipation in subsystems and couplings are modeled using loss factors. \nFinally, a single matrix composed of loss factors, modal densities and input powers, are solved resulting in the modal energies of each subsystem, from which their vibration or noise levels can be calculated.\n\n# SeaPy\n\nThis module provides several classes and functions to perform an SEA. First, an object of the main class System() has to be created.\nThen, components, subsystems, couplings and excitations can be added to the System() instance.\nFinally, when all properties have been set, the modal energies can be solved by executing the solveSystem() method of the System() instance.\n\n\n\n# Prerequisites\n\nRequired are:\n\n- Python 3.4 or higher\n- NumPy\n- matplotlib\n\n\n# Installing\n\nVia pip:\n\n pip install seapy\n\nVia conda:\n\n conda install -c ...\n \nOr clone this repository:\n\n\n## Documentation\n\nDocumentation can be viewed at [Python Hosted(https://pythonhosted.org/seapy/) and also [here](http://www.fridh.nl/seapy/).\n\n## Reporting bugs", "description_content_type": null, "docs_url": "https://pythonhosted.org/seapy/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "seapy", "package_url": "https://pypi.org/project/seapy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/seapy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/seapy/0.1.0.dev-63e51ed/", "requires_dist": null, "requires_python": null, "summary": "Statistical Energy Analysis module for Python.", "version": "0.1.0.dev-63e51ed" }, "last_serial": 1180463, "releases": { "0.1.0.dev-63e51ed": [ { "comment_text": "", "digests": { "md5": "533d8a04ff87793aba20181bd6662242", "sha256": "101af5d5cd7113981bf807ac565440df2d9b008d8473a44f6367dadd1d811a22" }, "downloads": -1, "filename": "seapy-0.1.0.dev-63e51ed.tar.gz", "has_sig": false, "md5_digest": "533d8a04ff87793aba20181bd6662242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32302, "upload_time": "2014-08-05T08:40:16", "url": "https://files.pythonhosted.org/packages/e4/19/b6504c8920fb80a178496cebc6adc5804de66cc2f29b2657d5bc4b13e8fb/seapy-0.1.0.dev-63e51ed.tar.gz" } ], "0.1.0.dev-9dc98cc": [ { "comment_text": "", "digests": { "md5": "c8cf24df5757fe6b5c4bb7ceb17e35df", "sha256": "33292c18cd16a9d9c7927e170ae6b3f89868b2254616fd806e74a470f5bb8b66" }, "downloads": -1, "filename": "seapy-0.1.0.dev-9dc98cc.tar.gz", "has_sig": false, "md5_digest": "c8cf24df5757fe6b5c4bb7ceb17e35df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29300, "upload_time": "2014-08-01T17:29:36", "url": "https://files.pythonhosted.org/packages/c7/d8/07d8aa829205f3fbaa870f15fe6ea4081a24009be21beab754c2950c4ae4/seapy-0.1.0.dev-9dc98cc.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "533d8a04ff87793aba20181bd6662242", "sha256": "101af5d5cd7113981bf807ac565440df2d9b008d8473a44f6367dadd1d811a22" }, "downloads": -1, "filename": "seapy-0.1.0.dev-63e51ed.tar.gz", "has_sig": false, "md5_digest": "533d8a04ff87793aba20181bd6662242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32302, "upload_time": "2014-08-05T08:40:16", "url": "https://files.pythonhosted.org/packages/e4/19/b6504c8920fb80a178496cebc6adc5804de66cc2f29b2657d5bc4b13e8fb/seapy-0.1.0.dev-63e51ed.tar.gz" } ] }