https://github.com/ansys/pyfluent-examples
PyFluent Application Examples
https://github.com/ansys/pyfluent-examples
Last synced: 10 months ago
JSON representation
PyFluent Application Examples
- Host: GitHub
- URL: https://github.com/ansys/pyfluent-examples
- Owner: ansys
- License: mit
- Created: 2023-03-24T15:32:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:18:26.000Z (over 1 year ago)
- Last Synced: 2024-04-14T04:30:27.051Z (over 1 year ago)
- Language: Makefile
- Homepage: https://examples.fluent.docs.pyansys.com
- Size: 394 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
PyFluent examples
=================
|pyansys| |MIT| |black| |pre-commit|
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
:target: https://docs.pyansys.com/
:alt: PyAnsys
.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
:target: https://github.com/psf/black
:alt: Black
.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/pyfluent-examples/main.svg
:target: https://results.pre-commit.ci/latest/github/ansys/pyfluent-examples/main
:alt: pre-commit.ci status
This repository contains examples demonstrating the usage of PyFluent libraries.
How to run the examples
-----------------------
#. Start by cloning this repository:
.. code:: bash
git clone https://github.com/ansys/pyfluent-examples
#. Install the requirements:
.. code:: bash
python -m pip install -r requirements/requirements_doc.txt
#. Example scripts are located within the sub-directories in `examples/` directory. Run a script using python. E.g:
.. code:: bash
python examples/Ablation-tutorial/ablation.py
.. LINKS AND REFERENCES
.. _black: https://github.com/psf/black
.. _flake8: https://flake8.pycqa.org/en/latest/
.. _isort: https://github.com/PyCQA/isort
.. _pip: https://pypi.org/project/pip/
.. _pre-commit: https://pre-commit.com/
.. _PyAnsys Developer's guide: https://dev.docs.pyansys.com/
.. _pytest: https://docs.pytest.org/en/stable/
.. _Sphinx: https://www.sphinx-doc.org/en/master/
.. _tox: https://tox.wiki/