All Projects → acuoci → Matlab4CRE

acuoci / Matlab4CRE

Licence: GPL-3.0 License
Collection of Matlab codes to solve typical CRE (Chemical Reaction Engineering) problems

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Matlab4CRE

paramak
Create parametric 3D fusion reactor CAD and neutronics models
Stars: ✭ 40 (+25%)
Mutual labels:  reactor
Reaktor
👾 A Framework for reactive and unidirectional Kotlin application archtitecture with RxJava2.
Stars: ✭ 16 (-50%)
Mutual labels:  reactor
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+218.75%)
Mutual labels:  reactor
reactive-commons-java
Common abstractions for reactive microservices
Stars: ✭ 18 (-43.75%)
Mutual labels:  reactor
sample-spring-reactive
sample reactive microservices using spring 5, spring boot, spring webflux and project reactor
Stars: ✭ 26 (-18.75%)
Mutual labels:  reactor
authority-manage-system
使用SpringBoot/WebFlux+Shiro+JPA+Java/Scala,实现的基于数据库细粒度动态权限管理系统
Stars: ✭ 66 (+106.25%)
Mutual labels:  reactor
spring-webflux-research
spring webflux research
Stars: ✭ 42 (+31.25%)
Mutual labels:  reactor
ReactionMechanismSimulator.jl
The amazing Reaction Mechanism Simulator for simulating large chemical kinetic mechanisms
Stars: ✭ 39 (+21.88%)
Mutual labels:  reactor
hacking-with-spring-boot-reactive-code
Code for Hacking with Spring Boot 2.3: Reactive Edition
Stars: ✭ 35 (+9.38%)
Mutual labels:  reactor
KotlinReactiveMS
An educational project to learn reactive programming with Spring 5 and Kotlin
Stars: ✭ 33 (+3.13%)
Mutual labels:  reactor
WebServer
High-performance multi-threaded tcp network server in c++11
Stars: ✭ 58 (+81.25%)
Mutual labels:  reactor
kotlin-kafka-and-kafka-streams-examples
Kafka with KafkaReactor and Kafka Streams Examples in Kotlin
Stars: ✭ 33 (+3.13%)
Mutual labels:  reactor
sample-spring-webflux
testing webclient reactive communication with spring boot reactive application built on top of spring webflux
Stars: ✭ 21 (-34.37%)
Mutual labels:  reactor
ever
Callback-less event reactor for Ruby
Stars: ✭ 79 (+146.88%)
Mutual labels:  reactor
lce
linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能
Stars: ✭ 61 (+90.63%)
Mutual labels:  reactor
asyncio
A C++ implementation of an industrial-grade high-performance asynchronous network library, based on asio, similar to Python's asyncio, designed for stateful services, and can be used to quickly build a variety of online game servers, microservices and pressure testing tools
Stars: ✭ 48 (+50%)
Mutual labels:  reactor
WebServer
C++高性能网络服务器
Stars: ✭ 53 (+65.63%)
Mutual labels:  reactor
reactor-go
A golang implementation for reactive-streams.
Stars: ✭ 48 (+50%)
Mutual labels:  reactor
im-bass
基础IM通信
Stars: ✭ 56 (+75%)
Mutual labels:  reactor
mmqtt
An Open-Source, Distributed MQTT Broker for IoT.
Stars: ✭ 58 (+81.25%)
Mutual labels:  reactor

Matlab4CRE

Collection of Matlab codes to solve typical CRE (Chemical Reaction Engineering) problems

Usage

Before running the codes (described in the following), remember to add the kinetics folder to MATLAB search path using the command addpath. As an example:

addpath('C:\Teaching\Chemical Reaction Engineering\Matlab4CRE\kinetics')

Description

The MATLAB codes are organized in the following folders:

  1. kinetics: classes to manage kinetic mechanism (together with thermoynamic data and transport properties)

  2. simulation: codes for simulating tubular reactors and transient, perfectly stirred reactors

  3. regressions: examples of regression analysis to evaluate kinetic parameters in batch reactors

  4. design: codes to size ideal reactors in isothermal conditions

  5. exercises: excercises from Fogler (Elements of Chemical Reaction Engineering, 4th Edition) and Levenspiel (Chemical Reaction Engineering, 3rd Edition)

  6. reactive_distillation: example of reactive ditillation coupled to semi-batch reactor

  7. practicals: exercises proposed in the practical sessions of Chemical Reaction Engineering course at Politecnico di Milano

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].