-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Spencer Bryngelson <[email protected]>
- Loading branch information
1 parent
ccc5054
commit fefed37
Showing
2 changed files
with
56 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Papers | ||
|
||
MFC: An open-source high-order multi-component, multi-phase, and multi-scale compressible flow solver. [S. H. Bryngelson, K. Schmidmayer, V. Coralic, K. Maeda, J. Meng, T. Colonius (2021) Computer Physics Communications **266**, 107396](https://doi.org/10.1016/j.cpc.2020.107396) | ||
|
||
```bibtex | ||
@article{Bryngelson_2021, | ||
title = {{MFC: A}n open-source high-order multi-component, multi-phase, and multi-scale compressible flow solver}, | ||
author = {Spencer H. Bryngelson and Kevin Schmidmayer and Vedran Coralic and Jomela C. Meng and Kazuki Maeda and Tim Colonius}, | ||
journal = {Computer Physics Communications}, | ||
doi = {10.1016/j.cpc.2020.107396}, | ||
year = {2021}, | ||
pages = {107396}, | ||
} | ||
``` | ||
|
||
<br/> | ||
|
||
Method for scalable and performant GPU-accelerated simulation of multiphase compressible flow. [A. Radhakrishnan, H. Le Berre, B. Wilfong, J.-S. Spratt, M. Rodriguez Jr., T. Colonius, S. H. Bryngelson (2024) Computer Physics Communications **302**, 109238](https://doi.org/10.1016/j.cpc.2024.109238) | ||
|
||
```bibtex | ||
@article{Radhakrishnan_2024, | ||
title = {Method for portable, scalable, and performant {GPU}-accelerated simulation of multiphase compressible flow}, | ||
author = {A. Radhakrishnan and H. {Le Berre} and B. Wilfong and J.-S. Spratt and M. {Rodriguez Jr.} and T. Colonius and S. H. Bryngelson}, | ||
journal = {Computer Physics Communications}, | ||
year = {2024}, | ||
volume = {302}, | ||
pages = {109238}, | ||
doi = {10.1016/j.cpc.2024.109238} | ||
} | ||
``` | ||
|
||
<br/> | ||
|
||
Supercomputing 22 (SC'22): Scalable GPU Accelerated Simulation of Multiphase Compressible Flow (A. Radhakrishnan, H. Le Berre, and S. H. Bryngelson). [Archive](https://sc22.supercomputing.org/proceedings/tech_poster/tech_poster_pages/rpost122.html) and [PDF](https://sc22.supercomputing.org/proceedings/tech_poster/poster_files/rpost122s3-file2.pdf). | ||
```bibtex | ||
@inproceedings{radhakrishnan22, | ||
title = {Scalable {GPU} accelerated simulation of multiphase compressible flow}, | ||
author = {A. Radhakrishnan and H. {Le Berre} and S. H. Bryngelson}, | ||
year = {2022}, | ||
booktitle = {The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC)}, | ||
address = {Dallas, TX, USA}, | ||
pages = {1--3} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters