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

termo.Constants Maven / Gradle / Ivy

Go to download

Thermodynamics properties and equilibria calculations for chemical engineering.

There is a newer version: 3.5
Show newest version
package termo;

/**
 *
 * @author Hugo Redon Rivera
 */
public class Constants {
    
    //Universal Gas Constant
    public static final double R =8314.472/*[m3 kPa / K kmol]*/;//0.08206; //0.08205736; // [m3 atm / kmol K]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy