termo.eos.EOSNames 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.eos;
/**
*
* @author Hugo Redon Rivera
*/
public class EOSNames {
public static String PengRobinson = "Peng-Robinson";
public static String RedlichKwongSoave = "Redlich-Kwong-Soave";
public static String VanDerWaals = "Van Der Waals";
public static String TwuSimTassone = "Twu-Sim-Tassone";
public static String PengRobinsonStryjekVera = "Pengo-Robinson-Stryjek-Vera";
public static String RedlichKwongSoaveMathias = "Redlich-Kwong-Soave-Mathias";
public static String PengRobinson_Twu = "PengRobinson_Twu";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy