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

termo.equilibrium.EquilibriaFunction 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.equilibrium;

/**
 *
 * @author
 * Hugo
 */
public interface EquilibriaFunction {
    public double errorFunction(double equilibriaRelation );
    public double newVariableFunction(double variable, double variable_, double e, double e_);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy