/gas-simulator

Gas simulator for research purposes

Primary LanguageC++MIT LicenseMIT

gas-simulator

Gas simulator for the purposes of research into gas particles velocity distribution.

Dependencies

  • GNU Make (build)
  • Clang compiler (build)
  • cxxopts: for program options parsing (build: header-only library)
  • Boost: for some container types and string formatting (build: header-only library)
  • nlohmann-json: for persistent state parsing (build: header-only library)