@@ -5,10 +5,15 @@ for multi-component, multi-phase, and bubbly flows.
55
66# Authors
77
8+ <<<<<<< HEAD
89 MFC was developed at Caltech by a group
910 of post-doctoral scientists and graduate research students
1011 under the supervision of Professor Tim Colonius. These contributors
1112 include:
13+ =======
14+ MFC was developed at Caltech by a group of post-doctoral scientists and graduate research students under the supervision of Professor Tim Colonius.
15+ These contributors include:
16+ >>>>>>> MFC_private/master
1217* Dr. Spencer Bryngelson
1318* Dr. Kevin Schmidmayer
1419* Dr. Vedran Coralic
@@ -33,6 +38,7 @@ for multi-component, multi-phase, and bubbly flows.
3338## MFC paper
3439
3540 The paper that describes the MFC's capabilities:
41+ <<<<<<< HEAD
3642* <a href =" http://dx.doi.org/https://doi.org/10.1016/j.cpc.2020.107396 " >
3743 S. H. Bryngelson, K. Schmidmayer, V. Coralic, K. Maeda, J. Meng, T. Colonius (2020) Computer Physics Communications 4655, 107396
3844 </a>
@@ -52,6 +58,12 @@ for multi-component, multi-phase, and bubbly flows.
5258}
5359```
5460
61+ =======
62+ * <a href =" https://doi.org/10.1016/j.cpc.2020.107396 " >
63+ S. H. Bryngelson, K. Schmidmayer, V. Coralic, K. Maeda, J. Meng, T. Colonius (2020) Computer Physics Communications 4655, 107396
64+ </a>
65+
66+ >>>>>>> MFC_private/master
5567## Related publications
5668
5769 Several publications have used the MFC in various stages of its
@@ -113,14 +125,22 @@ Ph.D. Disserations:
113125
114126### Main dependencies: MPI and Python
115127 If you do not have Python, it can be installed via
128+ <<<<<<< HEAD
116129 <a href =" https://brew.sh/ " >Homebrew on MacOS</a > as:
130+ =======
131+ <a href =" https://brew.sh/ " >Homebrew on OSX</a > as:
132+ >>>>>>> MFC_private/master
117133` brew install python `
118134
119135 or compiled via your favorite package manager on Unix systems.
120136
121137 An MPI fortran compiler is required for all systems.
122138 If you do not have one, Homebrew can take care of this
139+ <<<<<<< HEAD
123140 on MacOS:
141+ =======
142+ on OSX:
143+ >>>>>>> MFC_private/master
124144` brew install open-mpi `
125145
126146 or compiled via another package manager on Unix systems.
@@ -144,7 +164,11 @@ If you do not have FFTW compiler, the library and
144164 but can indeed be handled with the MFC. For this, HDF5
145165 and Silo must be installed
146166
167+ <<<<<<< HEAD
147168 On MacOS, a custom Homebrew tap for Silo is included in the installers
169+ =======
170+ On OSX, a custom Homebrew tap for Silo is included in the installers
171+ >>>>>>> MFC_private/master
148172 directory. You can use it via
149173` cd installers `
150174` brew install silo.rb `
@@ -203,16 +227,28 @@ Their contents, and a guide to filling them out, are documented
203227in the user manual. A commented, tutorial script
204228can also be found in ` example_cases/3d_sphbubcollapse ` .
205229MFC can be executed as
230+ <<<<<<< HEAD
206231` python input.py pre_process `
207232
208233which will generate the restart and grid files that will be read
209234by the simulation code. Then
210235` python input.py simulation `
236+ =======
237+ ` python pre_process `
238+
239+ which will generate the restart and grid files that will be read
240+ by the simulation code. Then
241+ ` python simulation `
242+ >>>>>>> MFC_private/master
211243
212244will execute the flow solver. The last (optional) step
213245is to post treat the data files and output HDF5 databases
214246for the flow variables via
247+ <<<<<<< HEAD
215248` python input.py post_process `
249+ =======
250+ ` python post_process `
251+ >>>>>>> MFC_private/master
216252
217253Note that the post-processing step
218254requires installation of Silo and HDF5.
0 commit comments