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

com.barrybecker4.simulation.common.PhysicsConstants Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
/** Copyright by Barry G. Becker, 2000-2011. Licensed under MIT License: http://www.opensource.org/licenses/MIT  */
package com.barrybecker4.simulation.common;

/**
 * @author Barry Becker
 */
public class PhysicsConstants {

    /** gravity in m/s^2  */
    public static final double GRAVITY = 9.80;

    /** atmospheric pressure = 1e5 N/m^2 or .1 g /(mm s^2) */
    public static final double ATMOSPHERIC_PRESSURE = 0.90;


    private PhysicsConstants() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy