Modeling liquid-gas transfer with penetration theory
22 views
Skip to first unread message
james jery
unread,
Aug 19, 2025, 10:42:31 AMAug 19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cantera Users' Group
Hi, all! I want to implement a gas-liquid mass transfer model using the Penetration Theory in Cantera. The formula is like: N_{A}=\beta(2\cdotH\cdotp_{A}\cdot\sqrt{D_{A}/\pi t})
I met challenges here are: 1. p_A comes from another phase; 2. The rate depends on time
If using the ExtensibleConstPressureReactor module, how to add surface and get gas_A from the other side?
If using ExtensibleRate module, how to get time from ReactorNet?