termo.equilibrium.EquilibriaFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of materia Show documentation
Show all versions of materia Show documentation
Thermodynamics properties and
equilibria calculations for
chemical engineering.
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