Examples of species()


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

   
    mixture.show("Mixture");
   
    DblMatrix concMatrix = new DblMatrix(this.BVector.getN());
    HashMap spec_conc = null;
    spec_conc = (HashMap)mixture.species(this.pH);
   
   
    //Get the predicted ionic strength too!
    HashMap ionicStr = null;
    ionicStr = mixture.ionicStr(this.pH);
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.