Examples of ionicStr()


Examples of com.mockturtlesolutions.jpHtools.database.BufferSolution.ionicStr()

    spec_conc = (HashMap)mixture.species(this.pH);
   
   
    //Get the predicted ionic strength too!
    HashMap ionicStr = null;
    ionicStr = mixture.ionicStr(this.pH);
   
    DblMatrix iStrength = (DblMatrix)ionicStr.get("total");
   
   
    Set buffers = spec_conc.keySet();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.