Skip to content

Commit

Permalink
Merge pull request #44 from MChabanov/fishbone-moncrief-id
Browse files Browse the repository at this point in the history
Fishbone Moncrief initial data
  • Loading branch information
jaykalinani authored Jul 2, 2024
2 parents 7d6aa9d + 4df24a6 commit 49c1714
Show file tree
Hide file tree
Showing 18 changed files with 3,355 additions and 0 deletions.
25 changes: 25 additions & 0 deletions FishboneMoncriefIDX/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
BSD 2-Clause License

Copyright (c) 2019, Zachariah Etienne
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42 changes: 42 additions & 0 deletions FishboneMoncriefIDX/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Cactus Code Thorn TOVSolver
Author: Zachariah B. Etienne
zachetie **at** gmail **dot* com
Maintainer(s): Einstein Toolkit
Licence : BSD 2-Clause
--------------------------------------------------------------------------

1. Purpose

This thorn constructs Fishbone-Moncrief accretion
disk initial data, within a Kerr-Schild spinning
black hole spacetime.

2. Documentation

Full documentation may be found in the NRPy+
Jupyter notebook tutorial modules:
* Tutorial-FishboneMoncriefID.ipynb and
* Tutorial-ETK_thorn-FishboneMoncriefID.ipynb ,

Both of the above notebooks are located in the
doc/ directory,

The notebooks also generate clickable LaTeX'ed versions
of themselves, and compile the LaTeX into PDFs.

3. Example parameter file

An example parameter file may be found in parfile_examples/

4. Note on automatic code generation

This thorn is automatically generated by running the
Tutorial-ETK_thorn-FishboneMoncriefID.ipynb within
NRPy+, which is also BSD 2-Clause licensed:
https://github.com/zachetienne/nrpytutorial

5. Special acknowledgement

Thanks to Brendan Drachler for spotting and fixing
a bug in an earlier release, and to Steve Brandt &
Roland Haas for code review and additional suggestions.
1 change: 1 addition & 0 deletions FishboneMoncriefIDX/configuration.ccl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REQUIRES Loop
693 changes: 693 additions & 0 deletions FishboneMoncriefIDX/doc/Tutorial-ETK_thorn-FishboneMoncriefID.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 49c1714

Please sign in to comment.