Skip to content

Commit e6721b7

Browse files
committed
update readme
1 parent fd304a1 commit e6721b7

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ for multi-component, multi-phase, and bubbly flows.
55

66
# Authors
77

8-
MFC was developed at Caltech by a group
9-
of post-doctoral scientists and graduate research students
10-
under the supervision of Professor Tim Colonius. These contributors
11-
include:
8+
MFC was developed at Caltech by a group of post-doctoral scientists and graduate research students under the supervision of Professor Tim Colonius.
9+
These contributors include:
1210
* Dr. Spencer Bryngelson
1311
* Dr. Kevin Schmidmayer
1412
* Dr. Vedran Coralic
@@ -32,18 +30,22 @@ for multi-component, multi-phase, and bubbly flows.
3230

3331
## MFC paper
3432

35-
The paper that describes the MFC's capabilities is located
36-
<a href="https://github.com/ComputationalFlowPhysics/MFC-Caltech/raw/master/doc/MFC_paper.pdf">here.</a>
37-
33+
The paper that describes the MFC's capabilities:
34+
* <a href="https://doi.org/10.1016/j.cpc.2020.107396">
35+
S. H. Bryngelson, K. Schmidmayer, V. Coralic, K. Maeda, J. Meng, T. Colonius (2020) Computer Physics Communications 4655, 107396
36+
</a>
3837

3938
## Related publications
4039

4140
Several publications have used the MFC in various stages of its
4241
development. A partial list is included here.
4342

4443
Refereed journal publications:
45-
* <a href="https://arxiv.org/pdf/1903.08242.pdf">
46-
K. Schmidmayer, S. H. Bryngelson, T. Colonius (2019) under review, arXiv: 1903.08242
44+
* <a href="https://asa.scitation.org/doi/full/10.1121/10.0000746">
45+
S. H. Bryngelson and T. Colonius (2020) Journal of the Acoustical Society of America, Vol. 147, pp. 1126-1135
46+
</a>
47+
* <a href="https://www.sciencedirect.com/science/article/pii/S0021999119307855">
48+
K. Schmidmayer, S. H. Bryngelson, T. Colonius (2020) Journal of Computational Physics, Vol. 402, 109080
4749
</a>
4850
* <a href="http://colonius.caltech.edu/pdfs/BryngelsonSchmidmayerColonius2019.pdf">
4951
S. H. Bryngelson, K. Schmidmayer, T. Colonius (2019) International Journal of Multiphase Flow, Vol. 115, pp. 137-143
@@ -146,7 +148,7 @@ If you do not have FFTW compiler, the library and
146148
then
147149
`tar -zxf [your Silo archive]`
148150
`cd [your Silo archive]`
149-
`./configure --prefix=[target installation directory] --enable-pythonmodule --enable-optimization --disable-hzip --disable-fpzip --enableportable-binary FC=mpif90 F77=mpif77 -with-hdf5=[your hdf5 directory]/include,/[your hdf5 directory]/lib --disable-silex`
151+
`./configure --prefix=[target installation directory] --enable-pythonmodule --enable-optimization --disable-hzip --disable-fpzip FC=mpif90 F77=mpif77 -with-hdf5=[your hdf5 directory]/include,/[your hdf5 directory]/lib --disable-silex`
150152
`make`
151153
`make install`
152154

0 commit comments

Comments
 (0)