From 23f337f1b78d651d0a1c95f7609fdda8c41a5f83 Mon Sep 17 00:00:00 2001 From: PhasicFlow <113092888+PhasicFlow@users.noreply.github.com> Date: Sat, 24 Jun 2023 13:13:40 +0330 Subject: [PATCH] Update README.md for citation --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1bad11e2..720d4a5f 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,19 @@ PhasicFlowPlus is and extension to PhasicFlow for simulating particle-fluid syst * [Kokkos](https://github.com/kokkos/kokkos) from National Technology & Engineering Solutions of Sandia, LLC (NTESS) * [CLI11 1.8](https://github.com/CLIUtils/CLI11) from University of Cincinnati. +## How to cite PhasicFlow +If you are using PhasicFlow in your research or industrial work, cite the following [article](https://www.sciencedirect.com/science/article/pii/S0010465523001662): +``` +@article{NOROUZI2023108821, +title = {PhasicFlow: A parallel, multi-architecture open-source code for DEM simulations}, +journal = {Computer Physics Communications}, +volume = {291}, +pages = {108821}, +year = {2023}, +issn = {0010-4655}, +doi = {https://doi.org/10.1016/j.cpc.2023.108821}, +url = {https://www.sciencedirect.com/science/article/pii/S0010465523001662}, +author = {H.R. Norouzi}, +keywords = {Discrete element method, Parallel computing, CUDA, GPU, OpenMP, Granular flow} +} +```