eu.printingin3d.physics.HeatingParam Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simplephysics Show documentation
Show all versions of simplephysics Show documentation
Simple Java Objects for SI units like frequency or current.
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