Uses of Enum Class
neqsim.thermo.phase.PhaseElectrolyteCPAMM.DielectricMixingRule
Packages that use PhaseElectrolyteCPAMM.DielectricMixingRule
-
Uses of PhaseElectrolyteCPAMM.DielectricMixingRule in neqsim.thermo.phase
Subclasses with type arguments of type PhaseElectrolyteCPAMM.DielectricMixingRule in neqsim.thermo.phaseModifier and TypeClassDescriptionstatic enumDielectric constant mixing rule options for mixed solvents.Fields in neqsim.thermo.phase declared as PhaseElectrolyteCPAMM.DielectricMixingRuleModifier and TypeFieldDescriptionPhaseElectrolyteCPAMM.dielectricMixingRuleCurrent dielectric mixing rule.Methods in neqsim.thermo.phase that return PhaseElectrolyteCPAMM.DielectricMixingRuleModifier and TypeMethodDescriptionPhaseElectrolyteCPAMM.getDielectricMixingRule()Get the current dielectric constant mixing rule.Returns the enum constant of this class with the specified name.PhaseElectrolyteCPAMM.DielectricMixingRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.thermo.phase with parameters of type PhaseElectrolyteCPAMM.DielectricMixingRuleModifier and TypeMethodDescriptionvoidPhaseElectrolyteCPAMM.setDielectricMixingRule(PhaseElectrolyteCPAMM.DielectricMixingRule rule) Set the dielectric constant mixing rule. -
Uses of PhaseElectrolyteCPAMM.DielectricMixingRule in neqsim.thermo.system
Methods in neqsim.thermo.system with parameters of type PhaseElectrolyteCPAMM.DielectricMixingRuleModifier and TypeMethodDescriptionvoidSystemElectrolyteCPAMM.setDielectricMixingRule(PhaseElectrolyteCPAMM.DielectricMixingRule rule) Set the dielectric constant mixing rule for all phases.