GithubHelp home page GithubHelp logo

flousen / ezyrb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mathlab/ezyrb

0.0 0.0 0.0 11.36 MB

Easy Reduced Basis method

Home Page: https://mathlab.github.io/EZyRB/

License: Other

Python 5.56% Jupyter Notebook 93.11% Shell 0.25% TeX 1.08%

ezyrb's Introduction

Python Dynamic Mode Decomposition

JOSS DOI Software License PyPI version Build Status Coverage Status

EZyRB: Easy Reduced Basis method

Table of contents

Description

EZyRB is a python library for the Model Order Reduction based on baricentric triangulation for the selection of the parameter points and on Proper Orthogonal Decomposition for the selection of the modes. It is ideally suited for actual industrial problems, since its structure can interact with several simulation software simply providing the output file of the simulations. Up to now, it handles files in the vtk and mat formats. It has been used for the model order reduction of problems solved with matlab and openFOAM.

See the Examples section below and the Tutorials to have an idea of the potential of this package.

Dependencies and installation

EZyRB requires numpy, scipy, matplotlib, vtk, nose (for local test) and sphinx (to generate the documentation).The coe has been tested with Python3.5 version, but it should be compatible with Python3. It can be installed using pip or directly from the source code.

Installing from source

The official distribution is on GitHub, and you can clone the repository using

> git clone https://github.com/mathLab/EZyRB

To install the latest version of the package just type:

> pip install git+https://github.com/mathLab/EZyRB

Otherwise to install your own local branch you can use the setup.py file

> python setup.py install

To uninstall the package just use pip again:

> pip uninstall ezyrb

Documentation

EZyRB uses Sphinx for code documentation. To build the html versions of the docs simply:

> cd docs
> make html

The generated html can be found in docs/build/html. Open up the index.html you find there to browse.

Testing

We are using Travis CI for continuous intergration testing. You can check out the current status here.

To run tests locally:

> python test.py

Examples

You can find useful tutorials on how to use the package in the tutorials folder. Here we show an application taken from the automotive engineering field

The first POD modes of the pressure field on the DrivAer model.

DrivAer model online evaluation: pressure (left) and wall shear stress (right) fields and errors.

How to cite

If you use this package in your publications please cite the package as follows:

Demo et al., (2018). EZyRB: Easy Reduced Basis method. Journal of Open Source Software, 3(24), 661, https://doi.org/10.21105/joss.00661

Or if you use LaTeX:

@article{demo18ezyrb,
  Author = {Demo, Nicola and Tezzele, Marco and Rozza, Gianluigi},
  Title = {{EZyRB: Easy Reduced Basis method}},
  Journal = {The Journal of Open Source Software},
  Volume = {3},
  Number = {24},
  Pages = {661},
  Year = {2018},
  Doi = {https://doi.org/10.21105/joss.00661}
}

Recent works with EZyRB

Here there is a list of the scientific works involving EZyRB you can consult and/or cite. If you want to add one, please open a PR.

  • Tezzele, Demo, Rozza. A non-intrusive approach for proper orthogonal decomposition modal coefficients reconstruction through active subspaces. Comptes Rendus de l'Academie des Sciences DataBEST 2019 Special Issue, in press. [arXiv] [bibitem] .

  • Tezzele, Demo, Rozza. Shape optimization through proper orthogonal decomposition with interpolation and dynamic mode decomposition enhanced by active subspaces. In Proceedings of MARINE 2019: VIII International Conference on Computational Methods in Marine Engineering, pages 122-133, 2019. [DOI] [arXiv] [bibitem].

  • Demo, Tezzele, Mola, Rozza. A complete data-driven framework for the efficient solution of parametric shape design and optimisation in naval engineering problems. In Proceedings of MARINE 2019: VIII International Conference on Computational Methods in Marine Engineering, pages 111-121, 2019. [DOI] [arXiv] [bibitem].

  • Garotta, Demo, Tezzele, Carraturo, Reali, Rozza. Reduced Order Isogeometric Analysis Approach for PDEs in Parametrized Domains. Submitted, 2018. [arXiv] [bibitem].

  • Tezzele, Demo, Mola, Rozza. An integrated data-driven computational pipeline with model order reduction for industrial and applied mathematics. Submitted, 2018. [arXiv] [bibitem].

  • Salmoiraghi, Scardigli, Telib, Rozza. Free-form deformation, mesh morphing and reduced-order methods: enablers for efficient aerodynamic shape optimisation. International Journal of Computational Fluid Dynamics, 32:4-5, 233-247, 2018. [DOI] [arXiv] [bibitem].

  • Demo, Tezzele, Gustin, Lavini, Rozza. Shape optimization by means of proper orthogonal decomposition and dynamic mode decomposition. In Technology and Science for the Ships of the Future: Proceedings of NAV 2018: 19th International Conference on Ship & Maritime Research, 2018. [DOI] [arXiv] [bibitem].

Authors and contributors

EZyRB is currently developed and mantained at SISSA mathLab by

under the supervision of Prof. Gianluigi Rozza. We thank Filippo Salmoiraghi for the original idea behind this package and the major contributions.

Contact us by email for further information or questions about EZyRB, or suggest pull requests. EZyRB is at an early development stage, so contributions improving either the code or the documentation are welcome!

How to contribute

We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.

Submitting a patch

  1. It's generally best to start by opening a new issue describing the bug or feature you're intending to fix. Even if you think it's relatively minor, it's helpful to know what people are working on. Mention in the initial issue that you are planning to work on that bug or feature so that it can be assigned to you.

  2. Follow the normal process of forking the project, and setup a new branch to work in. It's important that each group of changes be done in separate branches in order to ensure that a pull request only includes the commits related to that bug or feature.

  3. To ensure properly formatted code, please make sure to use 4 spaces to indent the code. The easy way is to run on your bash the provided script: ./code_formatter.sh. You should also run pylint over your code. It's not strictly necessary that your code be completely "lint-free", but this will help you find common style issues.

  4. Any significant changes should almost always be accompanied by tests. The project already has good test coverage, so look at some of the existing tests if you're unsure how to go about it. We're using coveralls that is an invaluable tools for seeing which parts of your code aren't being exercised by your tests.

  5. Do your best to have well-formed commit messages for each change. This provides consistency throughout the project, and ensures that commit messages are able to be formatted properly by various git tools.

  6. Finally, push the commits to your fork and submit a pull request. Please, remember to rebase properly in order to maintain a clean, linear git history.

SISSA mathLab packages for reduced order modeling

Below you can find a list of useful reduced order modelling packages from SISSA mathLab group:

  • PyGeM: Python library for Geometrical Morphing, that uses free form deformation to parametrize and morph complex geometries, https://github.com/mathLab/PyGeM.
  • PyDMD: Python library for Dynamic Mode Decomposition, for a data-driven model simplification based on spatiotemporal coherent structures, https://github.com/mathLab/PyDMD.
  • RBniCS: reduced order modelling in FEniCS, is an implementation in FEniCS of several reduced order modelling techniques for parametrized problems, https://github.com/mathLab/RBniCS.
  • BladeX: Python Package for Blade Deformation, for geometrical parametrization and bottom-up construction of propeller blades, https://github.com/mathLab/BladeX.
  • ITHACA-FV: In real Time Highly Advanced Computational Applications for Finite Volumes, is C++ library based on the finite volume solver OpenFOAM. It consists of the implementation of several reduced order modeling techniques for parametrized problems, https://github.com/mathLab/ITHACA-FV.
  • ITHACA-DG: In real Time Highly Advanced Computational Applications for Discontinuous Galerkin Methods, is C++ library based on the Discontinuous Galerkin Methods solver HopeFOAM. It consists of the implementation of reduced order modeling techniques for parametrized problems, https://github.com/mathLab/ITHACA-DG.
  • ITHACA-SEM: In real Time Highly Advanced Computational Applications for Spectral Element Methods, is C++ library based on the spectral element solver Nektar++. It consists of the implementation of several reduced order modeling techniques for parametrized problems, https://github.com/mathLab/ITHACA-SEM.

License

See the LICENSE file for license rights and limitations (MIT).

ezyrb's People

Contributors

ndem0 avatar mtezzele avatar flousen avatar samadio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.