Package gov.nist.microanalysis.EPQLibrary

Examples of gov.nist.microanalysis.EPQLibrary.Material.weightFraction()


            elementElement = new Element("element");

            elementElement.setAttribute("z",
                    Integer.toString(el.getAtomicNumber()));
            elementElement.setAttribute("weightFraction",
                    Double.toString(mat.weightFraction(el, false)));

            compositionElement.addContent(elementElement);
        }
        element.addContent(compositionElement);
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.