All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.printingin3d.physics.HeatingParam Maven / Gradle / Ivy

There is a newer version: 0.2.1.0
Show newest version
package eu.printingin3d.physics;

public class HeatingParam extends DoubleValue {
	/**
	 * 
	 * @param heatingParam in W/K
	 */
	public HeatingParam(double heatingParam) {
		super(heatingParam);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy