{ "info": { "author": "Nikolay Asmolovskiy", "author_email": "nick.asmolovsky@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Other Audience", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Text Processing", "Topic :: Utilities" ], "description": "nastran_pch_reader\r\n~~~~~~~~~~~~~~~~~~\r\nparser of NASTRAN punch files.\r\n\r\nModule currently support the following outputs:\r\n * solution sequences: SOL101, SOL111\r\n * requests: MPCF, SPCF, ACCELERATION, DISPLACEMENTS, FORCE (only for CBUSH and CELAS2)\r\n * sorting: SORT1 and SORT2\r\n * representation for frequency response: real/imaginary and magnitude/phase\r\n\r\n\r\nExample::\r\n\r\n\timport nastran_pch_reader\r\n\tparser = nastran_pch_reader.PchParser('test-data/sol101.pch')\r\n\t# summary of the forces at the elements\r\n\tfor element in [3000, 3001]:\r\n\t\tprint('Element force at %d' % element)\r\n\t\tfor subcase in parser.get_subcases():\r\n\t\t\tforces = parser.get_forces(subcase)\r\n\t\t\tfx, fy, fz, mx, my, mz = forces[element]\r\n\t\t\tprint('\\t subcase',subcase, '=>', (fx, fy, fz))", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anick107/nastran_pch_reader", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "nastran_pch_reader", "package_url": "https://pypi.org/project/nastran_pch_reader/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nastran_pch_reader/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/anick107/nastran_pch_reader" }, "release_url": "https://pypi.org/project/nastran_pch_reader/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "NASTRAN punch file parser", "version": "1.0.2" }, "last_serial": 1848230, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "5551886ea60ea3b4cb36dfd431767a9f", "sha256": "7b6c5f12c70e05ff181a3508a20e61d4ec3925b6216ef9f9e3f7525a3e6ddf87" }, "downloads": -1, "filename": "nastran_pch_reader-1.0.2.zip", "has_sig": false, "md5_digest": "5551886ea60ea3b4cb36dfd431767a9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6519, "upload_time": "2015-12-05T23:32:02", "url": "https://files.pythonhosted.org/packages/19/c9/d373f79cea04576be1d383dcb181f1b9edaef3e30e6cec33d0103cf937ba/nastran_pch_reader-1.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5551886ea60ea3b4cb36dfd431767a9f", "sha256": "7b6c5f12c70e05ff181a3508a20e61d4ec3925b6216ef9f9e3f7525a3e6ddf87" }, "downloads": -1, "filename": "nastran_pch_reader-1.0.2.zip", "has_sig": false, "md5_digest": "5551886ea60ea3b4cb36dfd431767a9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6519, "upload_time": "2015-12-05T23:32:02", "url": "https://files.pythonhosted.org/packages/19/c9/d373f79cea04576be1d383dcb181f1b9edaef3e30e6cec33d0103cf937ba/nastran_pch_reader-1.0.2.zip" } ] }