| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Official Homebrew tap for MFC (Multiphase Flow Code) – an exascale multiphase/multiphysics compressible flow solver.
brew install mflowcode/mfc/mfcRun the 1D Sod shock tube example:
mkdir -p ~/mfc_example && cd ~/mfc_example
cp $(brew --prefix mfc)/examples/1D_sodshocktube/case.py .
mfc case.py -n 2mfc <case.py> -n <processes>Use -n X to set the number of MPI processes.
Note: The Homebrew wrapper supports only running cases. For developer commands (build, test, clean, etc.), clone the repository and use ./mfc.sh.
This tap is automatically maintained by the MFC repository via GitHub Actions. The formula is synced from packaging/homebrew/mfc.rb.
For issues or contributions related to the Homebrew formula, please visit the main MFC repository.
brew uninstall mfc
brew untap mflowcode/mfcMFC is licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |