elg0086 Posted April 10, 2019 Share Posted April 10, 2019 Hi, I am attempting to retrieve results in ChemPlugin using the command my_result = (cp[nx - 1].Report1("concentration elements fluid", "moles")) Is there a way to point to a specific element (scaler value) using a variation of this command line? i.e. my_result = (cp[nx - 1].Report1("concentration elements fluid Cu", "moles")) Thanks. Regards, Erik Quote Link to comment Share on other sites More sharing options...
Guest Melika Sharifi Posted April 11, 2019 Share Posted April 11, 2019 Hi Erik, You'll have to type: my_result = (cp[nx - 1].Report("concentration elements fluid Cupper", "moles")). Bests, Melika Sharifi Aqueous Solutions LLC Quote Link to comment Share on other sites More sharing options...
elg0086 Posted April 11, 2019 Author Share Posted April 11, 2019 Melika, Looking at the output text now, it makes sense to spell out the element since it is printed as such. Most of the literature provides examples of aqueous solutions (H+, Fe++) and I was just using Cu and Fe as the element name. Thank you for clarifying the syntax. -Erik Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.