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

termo.cp.CpEquation 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.cp;

/**
 *
 * @author Hugo Redon Rivera
 */
public interface  CpEquation   {
    
    public double cp(double temperature);
    public double Enthalpy(double temperature,double referenceTemperature, double enthalpyReference);
    public double idealGasEntropy(double temperature, double referenceTemeprature,double pressure, double referencePressure,  double entropyReference);
    public String getMathEquation();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy