[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
CAPE-OPEN • View topic - Reactor Simulation
Page 2 of 3

Re: Reactor Simulation

PostPosted: 14 February 2013, 21:47
by ermorgan
The way I approached this was to use the Vanden Bussche/Froment paper (1996) called "A Steady-State Kinetic Model for Methanol Synthesis and the Water Gas Shift Reaction on a Commercial Cu/ZnO/Al2O3 Catalyst". Just put the rate equations into the plug flow reactor. Don't use activation energies, etc. The process is tedious, but not terrible.

Eric

Re: Reactor Simulation

PostPosted: 19 February 2013, 05:49
by arvind.prasad

Re: Reactor Simulation

PostPosted: 19 February 2013, 18:31
by ermorgan
Hello,

I did code the equations from the Vanden Bussche/Froment paper in CORN. You have to be careful of the units, as the paper uses bar and CORN uses Pa. Thus you need to convert to bar in CORN. Once I coded those equations, I was able to reproduce the graphs in Figure 5(a) and (b). This includes the temperature profile. I urge you to read the Vanden Bussche/Froment paper, as all other modern papers refer back to it, including the ones you included in your post.

Good luck.

e

Re: Reactor Simulation

PostPosted: 19 February 2013, 19:43
by jasper
I'd be happy to post (validated) flowsheets on the COCO example page. If you are interested in doing so, please fill in the Author fields, etc, of the fsd file and contact me by e-mail.

Re: Reactor Simulation

PostPosted: 19 February 2013, 21:10
by ermorgan
Jasper,

I'll put some finishing touches on the flowsheet and send it out when I'm done.

e

Re: Reactor Simulation

PostPosted: 22 February 2013, 06:49
by arvind.prasad

Re: Reactor Simulation

PostPosted: 22 February 2013, 09:04
by jasper
Glad to hear it works. Thank you.

Re: Reactor Simulation

PostPosted: 24 February 2013, 16:10
by gunley
Hi
I'm trying to simulate the PFR for the methane steam reforming. For kinetic expressions I'm using Xu kinetics, but I have a problem. When I'm typing the expression for the reaction rate I'm using activity of the components as their partial pressure. After solving the flowsheet I got an error, which says that activity cannot be calculated. After checking with flowsheet configuration I see that program has right, because there is no equation choosed for activity in the vapor phase, and any can't be choosed. And hence my qustion - can fugacity be used instead of activity in the formula syntax ?

Re: Reactor Simulation

PostPosted: 25 February 2013, 20:06
by jasper
You can now, if you update your CORN using COCO UPdate (CUP). The syntax is f("compound name").

Re: Reactor Simulation

PostPosted: 03 March 2013, 22:16
by gunley
Thanks for an answer
And thanks for this awesome process simulator. Where you thinking about adding some reaction data to the CORN ?