معرفی شرکت ها


arnica-1.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

All Recurrent No-brainers In Cerfacs Applications
ویژگی مقدار
سیستم عامل -
نام فایل arnica-1.9.0
نام arnica
نسخه کتابخانه 1.9.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده CoopTeam-CERFACS
ایمیل نویسنده coop@cerfacs.fr
آدرس صفحه اصلی https://gitlab.com/cerfacs/arnica
آدرس اینترنتی https://pypi.org/project/arnica/
مجوز -
# ARNICA or All Recurrent No-brainers In Cerfacs Applications We keep there all the simple little things we regularly need, to ease the pain. For example a cartesian-to-cylindrical conversion around x-axis, with a specific convention ```python def rtheta2yz(rrr, theta): """ return yz fror rtheta , theta in radians measure of ange in the yz plane, - range -pi/pi - 0 on the y+ axis (z=0, y>0) spanning -pi to pi 0pi=0deg Y ^ | | -0.5pi=-90deg o------>Z 0.5pi=90deg """ yyy = rrr * np.cos(theta) zzz = rrr * np.sin(theta) return yyy, zzz ``` Ok trivial, but I did mention it was a no-brainer no? Having these bits in a single repository adds the following values: - Unitary testing. - linting. - Automatic documentation. - Can be used by others in Cerfacs. In Arnica, useful features related to Computational Fluid Dynamics (CFD) are implemented, namely: 1. *CFD related tools* aiming to be used together with the Reactive software suite [AVBP](http://www.cerfacs.fr/avbp7x/). 2. *CFD related bare functionnalities* such as ParaView-readable XDMF writers from Numpy arrays, axi-symetric shell generators, 2D finite differences solvers, _etc._ Contributors are, for the moment, the CERFACS/[COOP Team](http://cerfacs.fr/coop/team/) that can be reached at [coop@cerfacs.fr](coop@cerfacs.fr). Documentation is available on internal Forge [arnica at Nitrox](http://open-source.pg.cerfacs.fr/arnica) or on [arnica at ReadTheDocs](https://arnica.readthedocs.io/en/latest/). Source code is hoster on internal Forge [arnica at Nitrox](https://nitrox.cerfacs.fr/open-source/arnica), where all the devops occur. It is then mirrored at [arnica at gitlab.com/cerfacs](https://gitlab.com/cerfacs/arnica) If you are willing to contribute, please read carefully the guide in the `CONTRIBUTING.md` file. # Installation Arnica can be installed directly in your Python 3 environnement by running the command: ``` pip install arnica ``` This command will install Arnica and all its dependencies (if needed). Once this step is over you can use arnica as a Python module in a script: ```python import arnica ``` # License CeCILL-B FREE SOFTWARE LICENSE AGREEMENT


نیازمندی

مقدار نام
- numpy
- scipy
- matplotlib
- h5py
>=3.13 PyYAML
- lxml
- satis
- click
- pandas
- kokiy
- showy
- h5cross
- pytest
- pytest-coverage
- pytest-allclose


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl arnica-1.9.0:

    pip install arnica-1.9.0.whl


نصب پکیج tar.gz arnica-1.9.0:

    pip install arnica-1.9.0.tar.gz