|
1 | | -******************************************************************************** |
2 | | -* * |
3 | | -* This file is part of JAX-FLUIDS * |
4 | | -* * |
5 | | -******************************************************************************** |
6 | | -* * |
7 | | -* JAX-FLUIDS is a comprehensive fully-differentiable compressible two-phase * |
8 | | -* CFD Python package. JAX-FLUIDS allows the simulation of complex fluid * |
9 | | -* dynamics with phenomena like three-dimensional turbulence, compressibility * |
10 | | -* effects, and two-phase flows. Written entirely in JAX, it is straightforward * |
11 | | -* to include existing ML models into the proposed framework. Furthermore, * |
12 | | -* JAX-FLUIDS enables end-to-end optimization. I.e., ML models are optimized * |
13 | | -* with gradients that are backpropagted through the entire CFD algorithm, * |
14 | | -* and therefore contain not only information of the underlying PDE but also of * |
15 | | -* the applied numerical methods. We believe that a Python package like * |
16 | | -* JAX-FLUIDS is crucial to facilitate the intersection of ML and CFD, and may * |
17 | | -* pave the way for an era of research at differentiable fluid dynamics. * |
18 | | -* * |
19 | | -* This code is developed by D. Bezgin and A. Buhendwa at the Chair * |
20 | | -* of Aerodynamics and Fluid Mechanics, Technical University of Munich. * |
21 | | -* * |
22 | | -* * |
23 | | -******************************************************************************** |
24 | | -* * |
25 | | -* LICENSE * |
26 | | -* * |
27 | | -* JAX-FLUIDS * |
28 | | -* Copyright (C) 2022 Deniz A. Bezgin, Aaron B. Buhendwa, Nikolaus A. Adams * |
29 | | -* * |
30 | | -* This program is free software: you can redistribute it and/or modify it * |
31 | | -* under the terms of the GNU General Public License as published by the Free * |
32 | | -* Software Foundation version 3. * |
33 | | -* * |
34 | | -* This program is distributed in the hope that it will be useful, but * |
35 | | -* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * |
36 | | -* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * |
37 | | -* more details. * |
38 | | -* * |
39 | | -* You should have received a copy of the GNU General Public License along * |
40 | | -* with this program (gpl-3.0.txt). If not, see * |
41 | | -* <https://www.gnu.org/licenses/gpl-3.0.html> * |
42 | | -* * |
43 | | -******************************************************************************** |
44 | | -* * |
45 | | -* CONTACT * |
46 | | -* * |
47 | | - |
48 | | -* * |
49 | | -******************************************************************************** |
50 | | -* * |
51 | | -* Munich, April 15th, 2022 * |
52 | | -* * |
53 | | -******************************************************************************** |
| 1 | +MIT License |
| 2 | + |
| 3 | +Copyright (c) 2022 Deniz A. Bezgin, Aaron B. Buhendwa, Nikolaus A. Adams |
| 4 | + |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. |
0 commit comments