Uses of Enum Class
neqsim.thermo.phase.PhaseModifiedFurstElectrolyteEos.DielectricMixingRule
Packages that use PhaseModifiedFurstElectrolyteEos.DielectricMixingRule
-
Uses of PhaseModifiedFurstElectrolyteEos.DielectricMixingRule in neqsim.thermo.phase
Subclasses with type arguments of type PhaseModifiedFurstElectrolyteEos.DielectricMixingRule in neqsim.thermo.phaseModifier and TypeClassDescriptionstatic enumEnum for selecting dielectric constant mixing rules for mixed solvents.Fields in neqsim.thermo.phase declared as PhaseModifiedFurstElectrolyteEos.DielectricMixingRuleModifier and TypeFieldDescriptionPhaseModifiedFurstElectrolyteEos.dielectricMixingRuleThe dielectric constant mixing rule to use for mixed solvents.Methods in neqsim.thermo.phase that return PhaseModifiedFurstElectrolyteEos.DielectricMixingRuleModifier and TypeMethodDescriptionPhaseModifiedFurstElectrolyteEos.getDielectricMixingRule()Get the current dielectric constant mixing rule.Returns the enum constant of this class with the specified name.PhaseModifiedFurstElectrolyteEos.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 PhaseModifiedFurstElectrolyteEos.DielectricMixingRuleModifier and TypeMethodDescriptionvoidPhaseModifiedFurstElectrolyteEos.setDielectricMixingRule(PhaseModifiedFurstElectrolyteEos.DielectricMixingRule rule) Set the dielectric constant mixing rule for mixed solvents.