All Projects → ReactionMechanismGenerator → ReactionMechanismSimulator.jl

ReactionMechanismGenerator / ReactionMechanismSimulator.jl

Licence: MIT License
The amazing Reaction Mechanism Simulator for simulating large chemical kinetic mechanisms

Programming Languages

julia
2034 projects
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ReactionMechanismSimulator.jl

opem
OPEM (Open Source PEM Fuel Cell Simulation Tool)
Stars: ✭ 107 (+174.36%)
Mutual labels:  simulator, chemistry
KinBot
Automated reaction pathway search for gas-phase molecules
Stars: ✭ 20 (-48.72%)
Mutual labels:  chemistry, kinetics
pokengine
An online Pokémon battle system for the web
Stars: ✭ 45 (+15.38%)
Mutual labels:  simulator
Windows-10-SVM
Pixel-perfect replica of Windows 10, simulated in the browser with Vanilla JS.
Stars: ✭ 14 (-64.1%)
Mutual labels:  simulator
airsim ros
AirSim ROS packages: modified ros wrapper for airsim, and some vslam related tools. (Mainly focused on Car SimMode)
Stars: ✭ 28 (-28.21%)
Mutual labels:  simulator
drmips
I don't maintain this project anymore. Feel free to fork it! - Educational MIPS simulator
Stars: ✭ 41 (+5.13%)
Mutual labels:  simulator
pluto-gps-sim
PLUTO-GPS-SIM generates a GPS baseband signal IQ data stream, which is then transmitted by the software-defined radio (SDR) platform ADALM-Pluto.
Stars: ✭ 74 (+89.74%)
Mutual labels:  simulator
chemlib
🧪 A comprehensive chemistry library for Python.
Stars: ✭ 26 (-33.33%)
Mutual labels:  chemistry
periodic-table
Interactive Periodic Table which I made with React.js and CSS Grid. I was trying to memorize all the elements and thought, hey can I make this peculiar layout with my current CSS skills? I finally did
Stars: ✭ 92 (+135.9%)
Mutual labels:  chemistry
touch-bar
Launch the macOS Touch Bar simulator from the command-line
Stars: ✭ 43 (+10.26%)
Mutual labels:  simulator
AutoForce
Sparse Gaussian Process Potentials
Stars: ✭ 17 (-56.41%)
Mutual labels:  chemistry
road-simulator
🛣️ Easy-to-use road simulator for little self-driving cars
Stars: ✭ 23 (-41.03%)
Mutual labels:  simulator
AMPL
The ATOM Modeling PipeLine (AMPL) is an open-source, modular, extensible software pipeline for building and sharing models to advance in silico drug discovery.
Stars: ✭ 85 (+117.95%)
Mutual labels:  chemistry
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (+100%)
Mutual labels:  simulator
jiminy
Jiminy: a fast and portable Python/C++ simulator of poly-articulated systems with OpenAI Gym interface for reinforcement learning
Stars: ✭ 90 (+130.77%)
Mutual labels:  simulator
molml
A library to interface molecules and machine learning.
Stars: ✭ 57 (+46.15%)
Mutual labels:  chemistry
bpmn-js-token-simulation
A BPMN 2.0 specification compliant token simulator.
Stars: ✭ 130 (+233.33%)
Mutual labels:  simulator
facebook-send-api-emulator
Facebook Messenger Emulator & Facebook Send API Emulator functionality allowing you to test web hooks on developer's machine.
Stars: ✭ 24 (-38.46%)
Mutual labels:  simulator
simobility
simobility - light-weight mobility simulation framework. Best for quick prototyping
Stars: ✭ 29 (-25.64%)
Mutual labels:  simulator
antares
Digital circuit learning platform
Stars: ✭ 15 (-61.54%)
Mutual labels:  simulator

RMS - Reaction Mechanism Simulator

Build status codecov

Description

RMS is a Julia package designed for simulating and analyzing large chemical reaction mechanisms.

RMS has been used in many applications:

  • Combustion:
    • Ignition quality tester
    • Rapid compression machine
    • Shock tube
    • Flow tube
  • Pharmaceutical degradation
  • Polymer film growth
  • Gas phase catalysis
  • Electrocatalytic reduction of Nitrogen to ammonia
  • Solid electrolyte interfaces in batteries
  • Liquid oxidation
  • Pyrolysis of heavy oils

Features

  • Ideal gas, dilute liquid and ideal surface phases.
  • Wide selection of domains including but not limited to constant temperature and pressure, constant volume, parameterized volume, constant temperature and volume and constant temperature, potential and area. All of these have analytic jacobians! Easy to add more!
  • Domains can be coupled to fixed interfaces such as inlets and outlets and also to dynamic interfaces such as surface-gas reactive interfaces between surface and gas phase domains.
  • Diffusion limited rates.
  • Forward and adjoint sensitivity analysis for all reactors.
  • Flux diagrams with molecular images (if molecular information is provided).
  • Handy plotting and other solution analysis tools.
  • Easy to add new phases, domains, interfaces and other new features.

Installation

RMS can be installed with:

using Pkg
Pkg.add("ReactionMechanismSimulator")
Pkg.build("ReactionMechanismSimulator")

using ReactionMechanismSimulator

Detailed instructions and documentation are currently available in the wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].