com.barrybecker4.simulation.fluid.model.CellProperty Maven / Gradle / Ivy
/** Copyright by Barry G. Becker, 2000-2011. Licensed under MIT License: http://www.opensource.org/licenses/MIT */
package com.barrybecker4.simulation.fluid.model;
/**
* The fields of a cell.
* @author Barry Becker
*/
public enum CellProperty {
U, V, DENSITY
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy