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

termo.activityModel.ActivityModels 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.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