Jump to content
Geochemist's Workbench Support Forum

carnotaur

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by carnotaur

  1. I've been working on a model in React, and I am trying to run the entire file from the command tab, including the initial solution, heating, precipitation, fluid pickup, then cooling. My problem arises when I try and pick up the fluid, at which point all of my data is erased. Perhaps I am inputting it incorrectly? I am still fairly new at the program. Below is my command code. 

       > # React script, saved Mon Jun  1 2020 by RTG
         > data = Simmons.Psat350C.dat verify
         > conductivity = conductivity-USGS.dat
         > temperature initial = 25 C, final = 350 C
         > H2O          = 1 free kg
         > Na+          = 5000 mg/l
         > Cl-          = 7500 mg/l
         > SiO2(aq)     = 125 mg/l
         > Mg++         = .75 mg/l
         > pH           = 9
         > balance off
         > 
    React> precip = off
    React> go
    React> precip = on
    React> pickup reactants = fluid
    React> 

    ^ Here my basis tab becomes completely empty.

×
×
  • Create New...