Jump to content
Geochemist's Workbench Support Forum

Delli Babu

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Delli Babu's Achievements

Rookie

Rookie (2/14)

  • One Month Later Rare
  • First Post Rare
  • Week One Done Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. We are only interested in mineral saturation result hence not interested any other results. Were you able to run a speciation calculation using the GWBplugin in published mode at all => When we publish in debug mode it is working. Visual studio version used - VS2019 Error number #2 is resolved by us, If you can help on release mode publish issue.
  2. Not executable the commands for below species in SpecE8. Please provide the commands for above species, not able to find out in given GWBCommands pdf document. It's an emergency for us to implement with these species.
  3. Not giving the results when I published it in release mode but gives the results when published in debug mode. Developers machine with Visual studio is installed, the GWB is working and returning results. But on QA machine where GWB is installed but none of developer IDEs Visual studio are installed - it is throwing error: We are using the GwbPlugin to get the mineral saturations. Does Gwb internally calls ChemPlugIn ? Is it possible to connect with anyone of your through teams/skype call as we have to discuss few things in details.
  4. We are using the GwbPlugin to get the mineral saturations. Does Gwb internally calls ChemPlugIn ? Is it possible to connect with anyone of your through teams/skype call as we have to discuss few things in details.
  5. I am passing command for some of the species like below Temperature 66 C Pressure 1 bar 8 pH 314 mg/l Fe++ 292 mg/l Cl- 85 mg/l Ca++ 85 mg/l Al+++ 285 mg/l Li+ 500 mg/l Sio2(aq) 335 mg/l Mg++ 371 mg/l Na+ 314 mg/l K+ 556 mg/l SO4-- 314 mg/l (as P) HPO4-- 55 mg/l (as NH3) NH4+ 22 mg/l (as As) As(OH)4- 314 mg/l Ba++ 28 mg/l F- 74 mg/l Pb++ 49 mg/l Mn++ 314 mg/l NO2- 56 mg/l Rb+ 378 mg/l Sr++ 85 mg/l Zn++ 178 mg/l (as B(OH)3 1 mg/l (as H2S(aq)) HCO3- 10 mg/l (as CO2(aq)) HS- Is it correct format for those species for units as converted into some other species. Example: 178 mg/l (as B(OH)3 1 mg/l (as H2S(aq)) HCO3- 10 mg/l (as CO2(aq)) HS-
  6. Developers machine with Visual studio is installed, the GWB is working and returning results. But on QA machine where GWB is installed but none of developer IDEs Visual studio are installed - it is throwing error: What can be done to resolve this error? The dlls are added correctly and present in the installed location.
  7. Not returning the exact values of spece8 results in Q/K units for species calculated results. But in log Q/K returns exact values.
  8. Hi Team, We have purchased the GWB essential license to calculate the chemical species saturation values by using SpecE8 plugin, which is included in GWB Essentials. I have implemented a wrapper CLR DLL project in C++ which is linking the Gwbplugin.lib & referred in C# dot net project. When I am debugging C# dot net project which calls chemplugin code mention below the C# application is getting crashed. var plugin = new ChemPlugin(); var input = new List<string> { "decouple Fe+++", "9.500000 pH", "temperature 250.000000 C", "1.000000 free kg H2O" }; plugin.Execute(input); var result = plugin.GetSaturationResults(); Could you please assist how to proceed further to continue to debug our C# application by getting saturation result from SpecE8, Chemplugin with some examples. ChemPluginSpecE8Issue.docx
×
×
  • Create New...