All unit operations
Kinetic reactor simulation
1 inlet -> 1 outlet (CSTR/PFR)
Governing equations
The exact equations the solver works for a kinetic reactor — the same math shown in the app's "Theory" panel, not a black box.
- reaction rate [mol/m³/s]
- pre-exponential factor
- activation energy [J/mol] — the temperature sensitivity of the reaction
- gas constant
- temperature [K]
- concentration of species j [mol/m³]
- reaction order in j
- reaction extent [mol/s]
- reactor volume [m³]
- component molar flow [mol/s]
- stoichiometric coefficient (negative for reactants)
- forward / reverse Arrhenius rate constants (reversible reaction)
- LHHW adsorption constant of species i
- adsorption-term exponent
- heat of reaction r [J/mol] (− exothermic)
- overall heat-transfer coefficient × area to the coolant [W/K]
- coolant temperature [K]
- molar heat capacity [J/mol/K]
Parameters
mode 'cstr'|'pfr', volume [m^3], k0 [Arrhenius pre-exp], Ea [J/mol], stoichiometry, key_component, optional orders {component: order}, temperature [K], heat_of_reaction [J/mol]; reversible: k0_rev/Ea_rev (+ orders_rev); LHHW: adsorption {component: K_i} + lhhw_exponent; energy balance: adiabatic=true OR ua [W/K] + coolant_temperature [K]