معرفی شرکت ها


avlwrapper-0.3.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python interface for MIT AVL (Athena Vortex Lattice)
ویژگی مقدار
سیستم عامل -
نام فایل avlwrapper-0.3.4
نام avlwrapper
نسخه کتابخانه 0.3.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Reno Elmendorp
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/renoelmendorp/AVLWrapper
آدرس اینترنتی https://pypi.org/project/avlwrapper/
مجوز LICENSE
AVLWrapper ========== Python interface for MIT AVL (Athena Vortex Lattice) Description ----------- Currently implemented: - Geometry definition - Case definition - Running operating-point run cases - Results parsing Not implemented (yet): - Mass definition - Eigen-mode analyses - Time-domain analyses Installation ------------ AVLWrapper can be installed from PyPI: :: $ pip install avlwrapper Or can be installed from Git: :: $ pip install git+https://github.com/renoelmendorp/AVLWrapper.git@master Requirements ~~~~~~~~~~~~ AVL (`link <http://web.mit.edu/drela/Public/web/avl/>`__) should be installed. If installed on a location in ``$PATH`` or in the module directory, the wrapper will locate it with the default configuration. See `Changing settings <#changing-settings>`__ how to change the executable path to a custom location. (optional) Ghostscript is required to convert and save plots as pdf, jpeg, or png. Ghostscript can be installed on Linux/MacOS with a package manager: Linux: :: $ apt-get install ghostscript MacOS: :: $ brew install ghostscript For Windows, Ghostscript can be found on the `website <https://www.ghostscript.com>`__. Usage ----- For usage examples, see the ``example.ipynb`` notebook. Changing settings ----------------- To change settings, make a local copy of the settings file: .. code:: python from avlwrapper import default_config default_config.local_copy() By default the wrapper will look for a configuration file in the working directory and module directory. If you would like to use a different configuration file, you need to give the path to the session: .. code:: python from avlwrapper import Configuration my_config = Configuration(path_to_file) session = Session(..., config=my_config) Development ----------- Tests ===== To run tests in development, first install the development requirement into your environment: .. code:: shell pip install -r requirements-dev.txt Then, from the source directory of the repo: :: pytest -vv tests


نحوه نصب


نصب پکیج whl avlwrapper-0.3.4:

    pip install avlwrapper-0.3.4.whl


نصب پکیج tar.gz avlwrapper-0.3.4:

    pip install avlwrapper-0.3.4.tar.gz