Package org.cmj.flowy.simulation.smothingkernel

Examples of org.cmj.flowy.simulation.smothingkernel.SKViscosity


        theCellSpacing = cellSpace;
        theViscosity = viscosity;
        theGrid = new IndexGrid(cellSpace, domain);
        theSKGeneral = new SKPoly6(cellSpace);
        theSKPressure = new SKSpiky(cellSpace);
        theSKViscosity = new SKViscosity(cellSpace);

        // Set the bounds
        theMaxWidth = domain.x + domain.width;
        theMinWidth = domain.x;
View Full Code Here

TOP

Related Classes of org.cmj.flowy.simulation.smothingkernel.SKViscosity

Copyright © 2018 www.massapicom. 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.