Skip to main content
1-Visitor
March 26, 2012
Solved

Mass balance problem. I'm not seeing what's wrong here.

  • March 26, 2012
  • 3 replies
  • 3310 views

Hey. So this probably has a straightforward answer, but for some reason I can't seem to see what my problem is. I have everything in the right order for the solve block. But whenever I type in the K.a(e.a,e.b) after given, it tells me somethings up with my function.

There are a lot of annotations to this problem, its just how I like to do it. The real problem is at the bottom half.

Best answer by HarveyHensley

You have K.a and K.b defined twice, once as a function and once as a variable. Change the name of the ones with Gibbs energy and then change the names in the solve block accordingly. It works then.

3 replies

1-Visitor
March 26, 2012

if you can't tell, I'm trying to solve for e.a and e.b

24-Ruby III
March 26, 2012

Try this:

Pic_1.png

12-Amethyst
March 26, 2012

You have K.a and K.b defined twice, once as a function and once as a variable. Change the name of the ones with Gibbs energy and then change the names in the solve block accordingly. It works then.

1-Visitor
March 26, 2012

thanks!!!!