termo.activityModel.ActivityModels 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.activityModel;
public class ActivityModels {
public NRTLActivityModel nrtl(){
return new NRTLActivityModel();
}
public WilsonActivityModel wilson(){
return new WilsonActivityModel();
}
public UNIQUACActivityModel uniquac(){
return new UNIQUACActivityModel();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy