Uses of Class
neqsim.process.equipment.reactor.GibbsReactor.GibbsComponent
Packages that use GibbsReactor.GibbsComponent
-
Uses of GibbsReactor.GibbsComponent in neqsim.process.equipment.reactor
Fields in neqsim.process.equipment.reactor with type parameters of type GibbsReactor.GibbsComponentModifier and TypeFieldDescriptionprivate Map<String, GibbsReactor.GibbsComponent> GibbsReactor.componentMapprivate List<GibbsReactor.GibbsComponent> GibbsReactor.gibbsDatabaseMethod parameters in neqsim.process.equipment.reactor with type arguments of type GibbsReactor.GibbsComponentModifier and TypeMethodDescriptiondoubleGibbsReactor.calculateMixtureEnthalpy(List<String> componentNames, List<Double> n, double T, Map<String, GibbsReactor.GibbsComponent> componentMap) Calculate the total enthalpy of a mixture: sum_i n_i * enthalpy_i(T).doubleGibbsReactor.calculateMixtureEnthalpy(List<String> componentNames, List<Double> n, Map<String, GibbsReactor.GibbsComponent> componentMap, double T) Calculate the total standard enthalpy of a mixture: sum_i n_i * enthalpy_i(T).doubleGibbsReactor.calculateMixtureEnthalpyStandard(List<String> componentNames, List<Double> n, Map<String, GibbsReactor.GibbsComponent> componentMap) Calculate the total standard enthalpy of a mixture: sum_i n_i * enthalpy_i(T).doubleGibbsReactor.calculateMixtureGibbsEnergy(List<String> componentNames, List<Double> n, Map<String, GibbsReactor.GibbsComponent> componentMap, double T) Calculate the total Gibbs energy of a mixture: sum_i n_i * gibbs_i(T).