The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
Mutation++ is an open-source library originally developed at the von Karman Institute for Fluid Dynamics, designed to couple with conventional computational fluid dynamics codes to provide thermodynamic, transport, chemistry, and energy transfer properties associated with subsonic to hypersonic flows.
Mutation++ is an open-source library originally developed at the von Karman Institute for Fluid Dynamics, designed to couple with conventional computational fluid dynamics codes to provide thermodynamic, transport, chemistry, and energy transfer properties associated with subsonic to hypersonic flows.
To install mutationpp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mutationpp
To see what files were installed by mutationpp, run:
port contents mutationpp
To later upgrade mutationpp, run:
sudo port selfupdate && sudo port upgrade mutationpp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.