Examples of weightFraction()


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

            if (comp.containsElement(element)) {
                shell = xrt.getDestination();
                corrAlg.initialize(comp, shell, props);
                q = icx.computeShell(shell, energy);
                wf = comp.weightFraction(element, false);
                yield = fy.compute(shell);
                atomicWeight = element.getAtomicWeight();
                lineWeight = xrt.getWeight(XRayTransition.NormalizeFamily);

                factor =
View Full Code Here

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.