Uses of Interface
neqsim.thermo.phase.PhaseInterface
Packages that use PhaseInterface
Package
Description
-
Uses of PhaseInterface in neqsim.blackoil
Methods in neqsim.blackoil that return PhaseInterfaceModifier and TypeMethodDescriptionprivate static PhaseInterfaceBlackOilConverter.findGasPhase(SystemInterface s) private static PhaseInterfaceBlackOilConverter.findOilPhase(SystemInterface s) private static PhaseInterfaceBlackOilConverter.findWaterPhase(SystemInterface s) Methods in neqsim.blackoil with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionprivate static doubleBlackOilConverter.hydrocarbonFraction(PhaseInterface p) private static booleanBlackOilConverter.isMostlyWater(PhaseInterface p) private static SystemInterfaceBlackOilConverter.phaseAsStandaloneSystem(SystemInterface base, PhaseInterface phase, double T, double P) private static doubleBlackOilConverter.phaseVolume(PhaseInterface p) private static StringBlackOilConverter.safeTypeName(PhaseInterface p) -
Uses of PhaseInterface in neqsim.chemicalreactions
Methods in neqsim.chemicalreactions with parameters of type PhaseInterfaceModifier and TypeMethodDescriptiondoubleChemicalReactionOperations.solveKinetics(int phaseNum, PhaseInterface interPhase, int component) solveKinetics. -
Uses of PhaseInterface in neqsim.chemicalreactions.chemicalreaction
Methods in neqsim.chemicalreactions.chemicalreaction with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionvoidChemicalReactionList.calcReacMatrix(PhaseInterface phase) calcReacMatrix.Jama.MatrixChemicalReactionList.calcReacRates(PhaseInterface phase, ComponentInterface[] components) calcReacRates.voidChemicalReactionList.checkReactions(PhaseInterface phase) checkReactions.double[][]ChemicalReactionList.createReactionMatrix(PhaseInterface phase, ComponentInterface[] components) createReactionMatrix.doubleChemicalReaction.getK(PhaseInterface phase) getK.doubleChemicalReaction.getRateFactor(PhaseInterface phase) Getter for the fieldrateFactor.doubleChemicalReaction.getReactionHeat(PhaseInterface phase) Getter for property reactionHeat.voidChemicalReaction.init(PhaseInterface phase) init.voidChemicalReaction.initMoleNumbers(PhaseInterface phase, ComponentInterface[] components, double[][] Amatrix, double[] chemRefPot) Generaters initial estimates for the molenumbers.voidChemicalReactionList.initMoleNumbers(PhaseInterface phase, ComponentInterface[] components, double[][] Amatrix, double[] chemRefPot) initMoleNumbers.doubleChemicalReactionList.reacHeat(PhaseInterface phase, String comp) reacHeat.double[]ChemicalReactionList.updateReferencePotentials(PhaseInterface phase, ComponentInterface[] components) updateReferencePotentials. -
Uses of PhaseInterface in neqsim.chemicalreactions.kinetics
Methods in neqsim.chemicalreactions.kinetics with parameters of type PhaseInterfaceModifier and TypeMethodDescriptiondoubleKinetics.calcReacMatrix(PhaseInterface phase, PhaseInterface interPhase, int comp) calcReacMatrix.doubleKinetics.getPseudoFirstOrderCoef(PhaseInterface phase, PhaseInterface interPhase, int comp) getPseudoFirstOrderCoef. -
Uses of PhaseInterface in neqsim.mathlib.nonlinearsolver
Methods in neqsim.mathlib.nonlinearsolver with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionstatic doubleNumericalDerivative.fugcoefDiffPres(ComponentInterface component, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) fugcoefDiffPres.static doubleNumericalDerivative.fugcoefDiffTemp(ComponentInterface component, PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) fugcoefDiffTemp. -
Uses of PhaseInterface in neqsim.physicalproperties
Methods in neqsim.physicalproperties with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionPhysicalPropertyHandler.getPhysicalProperties(PhaseInterface phase) Get PhysicalProperties for a specific phase type.voidPhysicalPropertyHandler.setPhysicalProperties(PhaseInterface phase, PhysicalPropertyModel ppm) setPhysicalProperties. -
Uses of PhaseInterface in neqsim.physicalproperties.methods.liquidphysicalproperties.diffusivity
Methods in neqsim.physicalproperties.methods.liquidphysicalproperties.diffusivity with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionstatic StringDiffusivityModelSelector.getModelSelectionReason(PhaseInterface phase) Get a description of why a particular model was selected.private static booleanDiffusivityModelSelector.hasAmineComponents(PhaseInterface phase) Check if the phase contains amine components.private static booleanDiffusivityModelSelector.hasComponent(PhaseInterface phase, String componentName) Check if the phase contains a specific component.private static booleanDiffusivityModelSelector.isAqueousPhase(PhaseInterface phase) Check if the phase is predominantly aqueous.DiffusivityModelSelector.selectOptimalModel(PhaseInterface phase) Select the optimal diffusivity model based on phase composition and conditions. -
Uses of PhaseInterface in neqsim.physicalproperties.mixingrule
Methods in neqsim.physicalproperties.mixingrule with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionvoidPhysicalPropertyMixingRule.initMixingRules(PhaseInterface phase) initMixingRules.voidPhysicalPropertyMixingRuleInterface.initMixingRules(PhaseInterface phase) initMixingRules. -
Uses of PhaseInterface in neqsim.physicalproperties.system
Fields in neqsim.physicalproperties.system declared as PhaseInterfaceMethods in neqsim.physicalproperties.system that return PhaseInterfaceMethods in neqsim.physicalproperties.system with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionvoidPhysicalProperties.init(PhaseInterface phase) Initialize / calculate all physical properties of phase.voidPhysicalProperties.init(PhaseInterface phase, String name) Initialize / calculate a specific physical property of phase.voidPhysicalProperties.init(PhaseInterface phase, PhysicalPropertyType ppt) Initialize / calculate a specific physical property of phase.voidPhysicalProperties.setPhase(PhaseInterface phase) Setter for propertyphase.Constructors in neqsim.physicalproperties.system with parameters of type PhaseInterfaceModifierConstructorDescriptionPhysicalProperties(PhaseInterface phase) Constructor for PhysicalProperties.PhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for PhysicalProperties. -
Uses of PhaseInterface in neqsim.physicalproperties.system.commonphasephysicalproperties
Constructors in neqsim.physicalproperties.system.commonphasephysicalproperties with parameters of type PhaseInterfaceModifierConstructorDescriptionDefaultPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for DefaultPhysicalProperties. -
Uses of PhaseInterface in neqsim.physicalproperties.system.gasphysicalproperties
Constructors in neqsim.physicalproperties.system.gasphysicalproperties with parameters of type PhaseInterfaceModifierConstructorDescriptionAirPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for AirPhysicalProperties.GasPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for GasPhysicalProperties.NaturalGasPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for NaturalGasPhysicalProperties. -
Uses of PhaseInterface in neqsim.physicalproperties.system.liquidphysicalproperties
Constructors in neqsim.physicalproperties.system.liquidphysicalproperties with parameters of type PhaseInterfaceModifierConstructorDescriptionAminePhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for AminePhysicalProperties.CO2waterPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for CO2waterPhysicalProperties.GlycolPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for GlycolPhysicalProperties.LiquidPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for LiquidPhysicalProperties.SaltWaterPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for WaterPhysicalProperties.WaterPhysicalProperties(PhaseInterface phase, int binaryDiffusionCoefficientMethod, int multicomponentDiffusionMethod) Constructor for WaterPhysicalProperties. -
Uses of PhaseInterface in neqsim.physicalproperties.system.solidphysicalproperties
Constructors in neqsim.physicalproperties.system.solidphysicalproperties with parameters of type PhaseInterfaceModifierConstructorDescriptionConstructor for SolidPhysicalProperties. -
Uses of PhaseInterface in neqsim.thermo.component
Fields in neqsim.thermo.component declared as PhaseInterfaceModifier and TypeFieldDescription(package private) PhaseInterfaceComponentHydrate.refPhaseReference phase containing only this single component, i.e., mixing rules are not relevant.(package private) PhaseInterfaceComponentSolid.refPhaseReference phase containing only this single component, i.e., mixing rules are not relevant.Methods in neqsim.thermo.component with parameters of type PhaseInterfaceModifier and TypeMethodDescriptiondoubleComponentElectrolyteCPA.calc_lngi(PhaseInterface phase) calc_lngi.doubleComponentElectrolyteCPAOld.calc_lngi(PhaseInterface phase) calc_lngi.doubleComponentElectrolyteCPAstatoil.calc_lngi(PhaseInterface phase) calc_lngi.doubleComponentPCSAFTa.calc_lngi(PhaseInterface phase) calc_lngi.doubleComponentPrCPA.calc_lngi(PhaseInterface phase) calc_lngi.doubleComponentSrkCPA.calc_lngi(PhaseInterface phase) calc_lngi.doubleComponentSrkCPAs.calc_lngi(PhaseInterface phase) calc_lngi.doubleComponentUMRCPA.calc_lngi(PhaseInterface phase) calc_lngi.doubleComponentPrCPA.calc_lngi2(PhaseInterface phase) calc_lngi2.doubleComponentElectrolyteCPA.calc_lngidV(PhaseInterface phase) calc_lngidV.doubleComponentElectrolyteCPAOld.calc_lngidV(PhaseInterface phase) calc_lngidV.doubleComponentElectrolyteCPAstatoil.calc_lngidV(PhaseInterface phase) calc_lngidV.doubleComponentPCSAFTa.calc_lngidV(PhaseInterface phase) calc_lngidV.doubleComponentSrkCPA.calc_lngidV(PhaseInterface phase) calc_lngidV.doubleComponentSrkCPAs.calc_lngidV(PhaseInterface phase) calc_lngidV.doubleComponentUMRCPA.calc_lngidV(PhaseInterface phase) calc_lngidV.doubleComponentElectrolyteCPA.calc_lngij(int j, PhaseInterface phase) calc_lngij.doubleComponentElectrolyteCPAstatoil.calc_lngij(int j, PhaseInterface phase) calc_lngij.doubleComponentSrkCPA.calc_lngij(int j, PhaseInterface phase) calc_lngij.doubleComponentSrkCPAs.calc_lngij(int j, PhaseInterface phase) calc_lngij.doubleComponentUMRCPA.calc_lngij(int j, PhaseInterface phase) calc_lngij.doubleComponentGEUnifacPSRK.calcaij(PhaseInterface phase, int i, int j) calcaij.doubleComponentGEUnifacUMRPRU.calcaij(PhaseInterface phase, int i, int j) calcaij.doubleComponentGEUnifacPSRK.calcaijdT(PhaseInterface phase, int i, int j) calcaijdT.doubleComponentGEUnifacUMRPRU.calcaijdT(PhaseInterface phase, int i, int j) calcaijdT.doubleComponentGEUnifacUMRPRU.calcaijdTdT(PhaseInterface phase, int i, int j) calcaijdTdT.doubleComponentHydrate.calcChemPotEmpty(PhaseInterface phase, int numberOfComps, double temp, double pres, int hydrateStruct) calcChemPotEmpty.doubleComponentHydrate.calcChemPotIdealWater(PhaseInterface phase, int numberOfComps, double temp, double pres, int hydrateStruct) calcChemPotIdealWater.doubleComponentHydrate.calcCKI(int stucture, int cavityType, PhaseInterface phase) calcCKI.doubleComponentHydrateBallard.calcCKI(int stucture, int cavityType, PhaseInterface phase) calcCKI.doubleComponentHydrateGF.calcCKI(int stucture, int cavityType, PhaseInterface phase) calcCKI.doubleComponentHydrateKluda.calcCKI(int stucture, int cavityType, PhaseInterface phase) calcCKI.doubleComponentHydratePVTsim.calcCKI(int stucture, int cavityType, PhaseInterface phase) calcCKI.doubleComponentHydrateStatoil.calcCKI(int stucture, int cavityType, PhaseInterface phase) calcCKI.doubleComponentPCSAFT.calcdahsSAFTdi(PhaseInterface phase, int nuberOfComponents, double temp, double pres) calcdahsSAFTdi.doubleComponentHydratePVTsim.calcDeltaChemPot(PhaseInterface phase, int numberOfComps, double temp, double pres, int hydrateStruct) calcDeltaChemPot.doubleComponentPCSAFT.calcdghsSAFTdi(PhaseInterface phase, int nuberOfComponents, double temp, double pres) calcdghsSAFTdi.doubleComponentModifiedFurstElectrolyteEos.calcdiElectricdn(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcdiElectricdn.doubleComponentModifiedFurstElectrolyteEosMod2004.calcdiElectricdn(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcdiElectricdn.doubleComponentModifiedFurstElectrolyteEos.calcdiElectricdndn(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcdiElectricdndn.doubleComponentModifiedFurstElectrolyteEosMod2004.calcdiElectricdndn(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcdiElectricdndn.doubleComponentModifiedFurstElectrolyteEos.calcdiElectricdndT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcdiElectricdndT.doubleComponentModifiedFurstElectrolyteEosMod2004.calcdiElectricdndT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcdiElectricdndT.doubleComponentModifiedFurstElectrolyteEos.calcdiElectricdndV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcdiElectricdndV.doubleComponentModifiedFurstElectrolyteEosMod2004.calcdiElectricdndV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcdiElectricdndV.doubleComponentPCSAFT.calcdmSAFTdi(PhaseInterface phase, int nuberOfComponents, double temp, double pres) calcdmSAFTdi.doubleComponentPCSAFT.calcdnSAFTdi(PhaseInterface phase, int nuberOfComponents, double temp, double pres) calcdnSAFTdi.doubleComponentPCSAFT.calcF1dispSumTermdn(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcF1dispSumTermdn.doubleComponentPCSAFT.calcF2dispSumTermdn(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcF2dispSumTermdn.doubleComponentModifiedFurstElectrolyteEos.calcGammaLRdn(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcGammaLRdn.doubleComponentModifiedFurstElectrolyteEosMod2004.calcGammaLRdn(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcGammaLRdn.voidComponentGEUnifacUMRPRU.calcGammaNumericalDerivatives(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) calcGammaNumericalDerivatives.voidComponentGEUnifac.calclnGammak(int k, PhaseInterface phase) calclnGammak.voidComponentGEUnifacPSRK.calclnGammak(int k, PhaseInterface phase) calclnGammak.voidComponentGEUnifacUMRPRU.calclnGammak(int k, PhaseInterface phase) calclnGammak.voidComponentGEUnifacUMRPRU.calclnGammakdn(int k, PhaseInterface phase, int derCompNumb) calclnGammakdn.voidComponentGEUnifacPSRK.calclnGammakdT(int k, PhaseInterface phase) calclnGammakdT.voidComponentGEUnifacUMRPRU.calclnGammakdTdT(int k, PhaseInterface phase) calclnGammakdTdT.doubleComponentModifiedFurstElectrolyteEos.calcSolventdiElectricdn(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcSolventdiElectricdn.doubleComponentModifiedFurstElectrolyteEosMod2004.calcSolventdiElectricdn(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcSolventdiElectricdn.doubleComponentModifiedFurstElectrolyteEos.calcSolventdiElectricdndn(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcSolventdiElectricdndn.doubleComponentModifiedFurstElectrolyteEosMod2004.calcSolventdiElectricdndn(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcSolventdiElectricdndn.doubleComponentModifiedFurstElectrolyteEos.calcSolventdiElectricdndT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcSolventdiElectricdndT.doubleComponentModifiedFurstElectrolyteEosMod2004.calcSolventdiElectricdndT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcSolventdiElectricdndT.voidComponentGEUnifacUMRPRU.calcSum2CompdTdT(PhaseInterface phase) calcSum2CompdTdT.voidComponentGEUnifacUMRPRU.calcTempExpaij(PhaseInterface phase) calcTempExpaij.voidComponentGEUnifacUMRPRU.calcUnifacGroupParams(PhaseInterface phase) calcUnifacGroupParams.voidComponentGEUnifacUMRPRU.calcUnifacGroupParamsdT(PhaseInterface phase) calcUnifacGroupParamsdT.doubleComponentModifiedFurstElectrolyteEos.calcXLRdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcXLRdN.doubleComponentModifiedFurstElectrolyteEosMod2004.calcXLRdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) calcXLRdN.doubleComponentHydrate.calcYKI(int stucture, int cavityType, PhaseInterface phase) calcYKI.doubleComponentHydrateBallard.calcYKI(int stucture, int cavityType, PhaseInterface phase) calcYKI.doubleComponentHydrateGF.calcYKI(int stucture, int cavityType, PhaseInterface phase) calcYKI.doubleComponentHydrateKluda.calcYKI(int stucture, int cavityType, PhaseInterface phase) calcYKI.doubleComponentHydratePVTsim.calcYKI(int stucture, int cavityType, PhaseInterface phase) calcYKI.doubleComponentHydrateStatoil.calcYKI(int stucture, int cavityType, PhaseInterface phase) calcYKI.doubleComponentModifiedFurstElectrolyteEos.dAlphaLRdndn(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dAlphaLRdndn.doubleComponentModifiedFurstElectrolyteEosMod2004.dAlphaLRdndn(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dAlphaLRdndn.doubleComponentHydrateKluda.delt(int intnumb, double n, double radius, int struccture, int cavityType, PhaseInterface phase) delt.doubleComponentModifiedFurstElectrolyteEos.dEpsdNi(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dEpsdNi.doubleComponentModifiedFurstElectrolyteEosMod2004.dEpsdNi(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dEpsdNi.doubleComponentModifiedFurstElectrolyteEos.dEpsdNidV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dEpsdNidV.doubleComponentModifiedFurstElectrolyteEosMod2004.dEpsdNidV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dEpsdNidV.doubleComponentModifiedFurstElectrolyteEos.dEpsIonicdNi(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dEpsIonicdNi.doubleComponentModifiedFurstElectrolyteEosMod2004.dEpsIonicdNi(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dEpsIonicdNi.doubleComponentModifiedFurstElectrolyteEos.dEpsIonicdNidV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dEpsIonicdNidV.doubleComponentModifiedFurstElectrolyteEosMod2004.dEpsIonicdNidV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dEpsIonicdNidV.doubleComponentPCSAFT.dF_DISP1_SAFTdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dF_DISP1_SAFTdN.doubleComponentPCSAFT.dF_DISP2_SAFTdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dF_DISP2_SAFTdN.doubleComponentPCSAFT.dF_HC_SAFTdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dF_HC_SAFTdN.doubleComponentModifiedFurstElectrolyteEos.dFBorndN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFBorndN.doubleComponentModifiedFurstElectrolyteEosMod2004.dFBorndN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFBorndN.doubleComponentSrkCPAMM.dFBorndN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Born contribution to dF/dN_i.doubleComponentModifiedFurstElectrolyteEos.dFBorndNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFBorndNdN.doubleComponentModifiedFurstElectrolyteEosMod2004.dFBorndNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFBorndNdN.doubleComponentSrkCPAMM.dFBorndNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Composition derivative of Born contribution to dF/dN_i.doubleComponentModifiedFurstElectrolyteEos.dFBorndNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFBorndNdT.doubleComponentModifiedFurstElectrolyteEosMod2004.dFBorndNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFBorndNdT.doubleComponentSrkCPAMM.dFBorndNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Temperature derivative of Born contribution to dF/dN_i.doubleComponentSrkCPAMM.dFBorndNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Volume derivative of Born contribution to dF/dN_i.doubleComponentElectrolyteCPA.dFCPAdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdN.doubleComponentElectrolyteCPAOld.dFCPAdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdN.doubleComponentPCSAFTa.dFCPAdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdN.doubleComponentPrCPA.dFCPAdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdN.doubleComponentSrkCPA.dFCPAdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdN.doubleComponentUMRCPA.dFCPAdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdN.doubleComponentElectrolyteCPA.dFCPAdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdN.doubleComponentSrkCPA.dFCPAdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdN.doubleComponentUMRCPA.dFCPAdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdN.doubleComponentElectrolyteCPA.dFCPAdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdT.doubleComponentElectrolyteCPAOld.dFCPAdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdT.doubleComponentSrkCPA.dFCPAdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdT.doubleComponentUMRCPA.dFCPAdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdT.doubleComponentElectrolyteCPA.dFCPAdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdV.doubleComponentElectrolyteCPAOld.dFCPAdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdV.doubleComponentPCSAFTa.dFCPAdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdV.doubleComponentSrkCPA.dFCPAdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdV.doubleComponentUMRCPA.dFCPAdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFCPAdNdV.doubleComponentCPAInterface.dFCPAdNdXi(int site, PhaseInterface phase) dFCPAdNdXi.doubleComponentElectrolyteCPA.dFCPAdNdXi(int site, PhaseInterface phase) dFCPAdNdXi.doubleComponentElectrolyteCPAOld.dFCPAdNdXi(int site, PhaseInterface phase) dFCPAdNdXi.doubleComponentPCSAFTa.dFCPAdNdXi(int site, PhaseInterface phase) dFCPAdNdXi.doubleComponentSrkCPA.dFCPAdNdXi(int site, PhaseInterface phase) dFCPAdNdXi.doubleComponentUMRCPA.dFCPAdNdXi(int site, PhaseInterface phase) dFCPAdNdXi.doubleComponentElectrolyteCPA.dFCPAdNdXidXdV(PhaseInterface phase) dFCPAdNdXidXdV.doubleComponentElectrolyteCPAOld.dFCPAdNdXidXdV(PhaseInterface phase) dFCPAdNdXidXdV.doubleComponentPCSAFTa.dFCPAdNdXidXdV(PhaseInterface phase) dFCPAdNdXidXdV.doubleComponentSrkCPA.dFCPAdNdXidXdV(PhaseInterface phase) dFCPAdNdXidXdV.doubleComponentUMRCPA.dFCPAdNdXidXdV(PhaseInterface phase) dFCPAdNdXidXdV.doubleComponentCPAInterface.dFCPAdVdXi(int site, PhaseInterface phase) dFCPAdVdXi.doubleComponentElectrolyteCPA.dFCPAdVdXi(int site, PhaseInterface phase) dFCPAdVdXi.doubleComponentElectrolyteCPAOld.dFCPAdVdXi(int site, PhaseInterface phase) dFCPAdVdXi.doubleComponentPCSAFTa.dFCPAdVdXi(int site, PhaseInterface phase) dFCPAdVdXi.doubleComponentSrkCPA.dFCPAdVdXi(int site, PhaseInterface phase) dFCPAdVdXi.doubleComponentUMRCPA.dFCPAdVdXi(int site, PhaseInterface phase) dFCPAdVdXi.doubleComponentCPAInterface.dFCPAdXi(int site, PhaseInterface phase) dFCPAdXi.doubleComponentElectrolyteCPA.dFCPAdXi(int site, PhaseInterface phase) dFCPAdXi.doubleComponentElectrolyteCPAOld.dFCPAdXi(int site, PhaseInterface phase) dFCPAdXi.doubleComponentPCSAFTa.dFCPAdXi(int site, PhaseInterface phase) dFCPAdXi.doubleComponentSrkCPA.dFCPAdXi(int site, PhaseInterface phase) dFCPAdXi.doubleComponentUMRCPA.dFCPAdXi(int site, PhaseInterface phase) dFCPAdXi.doubleComponentElectrolyteCPA.dFCPAdXidni(int site, PhaseInterface phase) dFCPAdXidni.doubleComponentSrkCPA.dFCPAdXidni(int site, PhaseInterface phase) dFCPAdXidni.doubleComponentUMRCPA.dFCPAdXidni(int site, PhaseInterface phase) dFCPAdXidni.doubleComponentCPAInterface.dFCPAdXidXj(int sitei, int sitej, int compj, PhaseInterface phase) dFCPAdXidXj.doubleComponentElectrolyteCPA.dFCPAdXidXj(int sitei, int sitej, int compj, PhaseInterface phase) dFCPAdXidXj.doubleComponentElectrolyteCPAOld.dFCPAdXidXj(int sitei, int sitej, int compj, PhaseInterface phase) dFCPAdXidXj.doubleComponentPCSAFTa.dFCPAdXidXj(int sitei, int sitej, int compj, PhaseInterface phase) dFCPAdXidXj.doubleComponentSrkCPA.dFCPAdXidXj(int sitei, int sitej, int compj, PhaseInterface phase) dFCPAdXidXj.doubleComponentUMRCPA.dFCPAdXidXj(int sitei, int sitej, int compj, PhaseInterface phase) dFCPAdXidXj.doubleComponentSrkCPAMM.dFDebyeHuckeldN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Debye-Hückel contribution to dF/dN_i.doubleComponentSrkCPAMM.dFDebyeHuckeldNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Composition derivative of Debye-Hückel contribution to dF/dN_i.doubleComponentSrkCPAMM.dFDebyeHuckeldNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Temperature derivative of Debye-Hückel contribution to dF/dN_i.doubleComponentSrkCPAMM.dFDebyeHuckeldNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Volume derivative of Debye-Hückel contribution to dF/dN_i.doubleComponentAmmoniaEos.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentBWRS.dFdN(PhaseInterface phase, int numberOfComponentphases, double temperature, double pressure) dFdN.doubleComponentCSPsrk.dFdN(PhaseInterface phase, int numberOfComponentphases, double temperature, double pressure) dFdN.doubleComponentElectrolyteCPA.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentElectrolyteCPAOld.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentEos.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentEosInterface.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentGERG2008Eos.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentLeachmanEos.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentModifiedFurstElectrolyteEos.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentModifiedFurstElectrolyteEosMod2004.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentPCSAFT.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentPCSAFTa.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentPrCPA.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentPRvolcor.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentSpanWagnerEos.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentSrkCPA.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentSrkCPAMM.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentSrkvolcor.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentUMRCPA.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentVegaEos.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentWater.dFdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdN.doubleComponentAmmoniaEos.dFdNdN(int i, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentElectrolyteCPA.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentElectrolyteCPAOld.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentEos.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentEosInterface.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentGERG2008Eos.dFdNdN(int i, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentLeachmanEos.dFdNdN(int i, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentModifiedFurstElectrolyteEos.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentModifiedFurstElectrolyteEosMod2004.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentPCSAFTa.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentPrCPA.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentPRvolcor.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentSpanWagnerEos.dFdNdN(int i, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentSrkCPA.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentSrkCPAMM.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentSrkvolcor.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentUMRCPA.dFdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentVegaEos.dFdNdN(int i, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentWater.dFdNdN(int i, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdN.doubleComponentAmmoniaEos.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentElectrolyteCPA.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentElectrolyteCPAOld.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentEos.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentEosInterface.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentGERG2008Eos.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentLeachmanEos.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentModifiedFurstElectrolyteEos.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentModifiedFurstElectrolyteEosMod2004.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentPCSAFT.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentPCSAFTa.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentPrCPA.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentPRvolcor.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentSpanWagnerEos.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentSrkCPA.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentSrkCPAMM.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentSrkvolcor.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentUMRCPA.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentVegaEos.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentWater.dFdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdT.doubleComponentAmmoniaEos.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentElectrolyteCPA.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentElectrolyteCPAOld.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentEos.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentEosInterface.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentGERG2008Eos.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentLeachmanEos.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentModifiedFurstElectrolyteEos.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentModifiedFurstElectrolyteEosMod2004.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentPCSAFTa.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentPrCPA.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentPRvolcor.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentSpanWagnerEos.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentSrkCPA.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentSrkCPAMM.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentSrkvolcor.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentUMRCPA.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentVegaEos.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentWater.dFdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFdNdV.doubleComponentModifiedFurstElectrolyteEos.dFLRdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFLRdN.doubleComponentModifiedFurstElectrolyteEosMod2004.dFLRdN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFLRdN.doubleComponentModifiedFurstElectrolyteEos.dFLRdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFLRdNdN.doubleComponentModifiedFurstElectrolyteEosMod2004.dFLRdNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFLRdNdN.doubleComponentModifiedFurstElectrolyteEos.dFLRdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFLRdNdT.doubleComponentModifiedFurstElectrolyteEosMod2004.dFLRdNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFLRdNdT.doubleComponentModifiedFurstElectrolyteEos.dFLRdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFLRdNdV.doubleComponentModifiedFurstElectrolyteEosMod2004.dFLRdNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFLRdNdV.doubleComponentSrkCPAMM.dFShortRangedN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Short-range ion-solvent contribution to dF/dN_i.doubleComponentSrkCPAMM.dFShortRangedNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Composition derivative of short-range contribution to dF/dN_i using wij mixing rule.doubleComponentSrkCPAMM.dFShortRangedNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Temperature derivative of short-range contribution to dF/dN_i using wij mixing rule.doubleComponentSrkCPAMM.dFShortRangedNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) Volume derivative of short-range contribution to dF/dN_i using wij mixing rule.doubleComponentModifiedFurstElectrolyteEos.dFSR2dN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFSR2dN.doubleComponentModifiedFurstElectrolyteEosMod2004.dFSR2dN(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFSR2dN.doubleComponentModifiedFurstElectrolyteEos.dFSR2dNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFSR2dNdN.doubleComponentModifiedFurstElectrolyteEosMod2004.dFSR2dNdN(int j, PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFSR2dNdN.doubleComponentModifiedFurstElectrolyteEos.dFSR2dNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFSR2dNdT.doubleComponentModifiedFurstElectrolyteEosMod2004.dFSR2dNdT(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFSR2dNdT.doubleComponentModifiedFurstElectrolyteEos.dFSR2dNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFSR2dNdV.doubleComponentModifiedFurstElectrolyteEosMod2004.dFSR2dNdV(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) dFSR2dNdV.doubleComponentHydrateKluda.dfugdt(PhaseInterface phase, int numberOfComps, double temp, double pres) dfugdt.voidComponent.Finit(PhaseInterface phase, double temp, double pres, double totMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentAmmoniaEos.Finit(PhaseInterface phase, double T, double p, double totalNumberOfMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentEos.Finit(PhaseInterface phase, double temp, double pres, double totMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentGERG2008Eos.Finit(PhaseInterface phase, double T, double p, double totalNumberOfMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentInterface.Finit(PhaseInterface phase, double temperature, double pressure, double totalNumberOfMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentLeachmanEos.Finit(PhaseInterface phase, double T, double p, double totalNumberOfMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentModifiedFurstElectrolyteEos.Finit(PhaseInterface phase, double temp, double pres, double totMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentModifiedFurstElectrolyteEosMod2004.Finit(PhaseInterface phase, double temp, double pres, double totMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentPCSAFT.Finit(PhaseInterface phase, double temp, double pres, double totMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentPRvolcor.Finit(PhaseInterface phase, double temp, double pres, double totMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentSpanWagnerEos.Finit(PhaseInterface phase, double T, double p, double totalNumberOfMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentSrkvolcor.Finit(PhaseInterface phase, double temp, double pres, double totMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentVegaEos.Finit(PhaseInterface phase, double T, double p, double totalNumberOfMoles, double beta, int numberOfComponents, int initType) Finit.voidComponentWater.Finit(PhaseInterface phase, double T, double p, double totalNumberOfMoles, double beta, int numberOfComponents, int initType) Finit.doubleComponent.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentAmmoniaEos.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentDesmukhMather.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentEos.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentGE.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentGeDuanSun.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentGePitzer.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentGERG2004.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentGERG2008Eos.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentGEUnifac.fugcoef(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) Calculate, set and return fugacity coefficient.doubleComponentGEUniquac.fugcoef(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) Calculate, set and return fugacity coefficient.doubleComponentGEWilson.fugcoef(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) Calculate, set and return fugacity coefficient.doubleComponentHydrate.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentHydrate.fugcoef(PhaseInterface phase, int numberOfComps, double temp, double pres) Calculate, set and return fugacity coefficient.doubleComponentHydrateBallard.fugcoef(PhaseInterface phase, int numberOfComps, double temp, double pres) Calculate, set and return fugacity coefficient.doubleComponentHydrateGF.fugcoef(PhaseInterface phase, int numberOfComps, double temp, double pres) Calculate, set and return fugacity coefficient.doubleComponentHydrateKluda.fugcoef(PhaseInterface phase, int numberOfComps, double temp, double pres) Calculate, set and return fugacity coefficient.doubleComponentHydratePVTsim.fugcoef(PhaseInterface phase, int numberOfComps, double temp, double pres) Calculate, set and return fugacity coefficient.doubleComponentHydrateStatoil.fugcoef(PhaseInterface phase, int numberOfComps, double temp, double pres) Calculate, set and return fugacity coefficient.doubleComponentIdealGas.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentInterface.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentKentEisenberg.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentLeachmanEos.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentSolid.fugcoef(PhaseInterface phase1) Calculate, set and return fugacity coefficient.doubleComponentSpanWagnerEos.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentVegaEos.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentWater.fugcoef(PhaseInterface phase) Calculate, set and return fugacity coefficient.doubleComponentWax.fugcoef(PhaseInterface phase1) Calculate, set and return fugacity coefficient.doubleComponentWaxWilson.fugcoef(PhaseInterface phase1) Calculate, set and return fugacity coefficient.doubleComponentWonWax.fugcoef(PhaseInterface phase1) Calculate, set and return fugacity coefficient.doubleComponentHydrateGF.fugcoef2(PhaseInterface phase, int numberOfComps, double temp, double pres) fugcoef2.doubleComponentSolid.fugcoef2(PhaseInterface phase1) Calculate, set and return fugacity coefficient.doubleComponentWax.fugcoef2(PhaseInterface phase1) Calculate, set and return fugacity coefficient.doubleComponentWaxWilson.fugcoef2(PhaseInterface phase1) Calculate, set and return fugacity coefficient.doubleComponentWonWax.fugcoef2(PhaseInterface phase1) Calculate, set and return fugacity coefficient.doubleComponentGE.fugcoefDiffPres(PhaseInterface phase) fugcoefDiffPres.doubleComponentGEUnifac.fugcoefDiffPres(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) fugcoefDiffPres.doubleComponentGEUniquac.fugcoefDiffPres(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) fugcoefDiffPres.doubleComponent.fugcoefDiffPresNumeric(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) fugcoefDiffPresNumeric.doubleComponentInterface.fugcoefDiffPresNumeric(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) fugcoefDiffPresNumeric.doubleComponentGE.fugcoefDiffTemp(PhaseInterface phase) fugcoefDiffTemp.doubleComponentGEUnifac.fugcoefDiffTemp(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) fugcoefDiffTemp.doubleComponentGEUniquac.fugcoefDiffTemp(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) fugcoefDiffTemp.doubleComponent.fugcoefDiffTempNumeric(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) fugcoefDiffTempNumeric.doubleComponentInterface.fugcoefDiffTempNumeric(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) fugcoefDiffTempNumeric.doubleComponentEos.getAresnTV(PhaseInterface phase) getAresnTV.doubleComponentGEWilson.getCharEnergyParamter(PhaseInterface phase1, int comp1, int comp2) getCharEnergyParamter.doubleComponentWaxWilson.getCharEnergyParamter(PhaseInterface phase1, int comp1, int comp2) getCharEnergyParamter.doubleComponent.getChemicalPotential(PhaseInterface phase) getChemicalPotential.doubleComponentEos.getChemicalPotential(PhaseInterface phase) getChemicalPotential.doubleComponentInterface.getChemicalPotential(PhaseInterface phase) getChemicalPotential.final doubleComponent.getChemicalPotentialdN(int i, PhaseInterface phase) getChemicalPotentialdN.doubleComponentInterface.getChemicalPotentialdN(int i, PhaseInterface phase) getChemicalPotentialdN.final doubleComponent.getChemicalPotentialdNTV(int i, PhaseInterface phase) getChemicalPotentialdNTV.doubleComponentInterface.getChemicalPotentialdNTV(int i, PhaseInterface phase) getChemicalPotentialdNTV.final doubleComponent.getChemicalPotentialdP(int i, PhaseInterface phase) getChemicalPotentialdP.final doubleComponent.getChemicalPotentialdT(PhaseInterface phase) getChemicalPotentialdT.doubleComponentInterface.getChemicalPotentialdT(PhaseInterface phase) getChemicalPotentialdT.final doubleComponent.getChemicalPotentialdV(PhaseInterface phase) getChemicalPotentialdV.doubleComponentInterface.getChemicalPotentialdV(PhaseInterface phase) getChemicalPotentialdV.final doubleComponent.getChemicalPotentialIdealReference(PhaseInterface phase) getChemicalPotentialIdealReference.doubleComponentInterface.getChemicalPotentialIdealReference(PhaseInterface phase) getChemicalPotentialIdealReference.doubleComponentBWRS.getdRhodn(PhaseInterface phase, int numberOfComponentphases, double temperature, double pressure) getdRhodn.doubleComponentEos.getdUdndnSV(PhaseInterface phase, int compNumb1, int compNumb2) getdUdndnSV.doubleComponentEos.getdUdnSV(PhaseInterface phase) getdUdnSV.doubleComponentEos.getdUdSdnV(PhaseInterface phase) getdUdSdnV.doubleComponentEos.getdUdVdnS(PhaseInterface phase) getdUdVdnS.doubleComponentBWRS.getELdn(PhaseInterface phase, int numberOfComponentphases, double temperature, double pressure) getELdn.doubleComponentPRvolcor.getFC(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) getFC.doubleComponentSrkvolcor.getFC(PhaseInterface phase, int numberOfComponents, double temperature, double pressure) getFC.doubleComponentBWRS.getFexpdn(PhaseInterface phase, int numberOfComponentphases, double temperature, double pressure) getFexpdn.doubleComponentBWRS.getFpoldn(PhaseInterface phase, int numberOfComponentphases, double temperature, double pressure) getFpoldn.final doubleComponent.getFugacitydN(int i, PhaseInterface phase) getFugacitydN.doubleComponentDesmukhMather.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getGamma.doubleComponentDesmukhMather.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGeDuanSun.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij) getGamma.doubleComponentGeDuanSun.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGEInterface.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGeNRTL.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGENRTLmodifiedHV.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] HVgijT, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGENRTLmodifiedHV.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGENRTLmodifiedWS.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] WSalpha, double[][] WSgij, double[][] WSgijT, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGENRTLmodifiedWS.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] WSalpha, double[][] WSgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGePitzer.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) Calculate activity coefficient using the Pitzer model.doubleComponentGePitzer.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGEUnifac.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getGamma.doubleComponentGEUnifacPSRK.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getGamma.doubleComponentGEUnifacUMRPRU.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getGamma.doubleComponentGEUniquac.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getGamma.doubleComponentGEUniquac.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGEUniquacmodifiedHV.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getGamma.doubleComponentGEWilson.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getGamma.doubleComponentGEWilson.getGamma(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij, double[][] intparam, String[][] mixRule) getGamma.doubleComponentGeDuanSun.getGammaNRTL(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double[][] HValpha, double[][] HVgij) getGammaNRTL.doubleComponentGeDuanSun.getGammaPitzer(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt, double salinity) getGammaPitzer.private PhaseElectrolyteCPAMMComponentSrkCPAMM.getMMPhase(PhaseInterface phase) Check if phase is an electrolyte MM phase.doubleComponent.getMolality(PhaseInterface phase) getMolality.doubleComponentDesmukhMather.getMolality(PhaseInterface phase) getMolality.doubleComponentGePitzer.getMolality(PhaseInterface phase) getMolality.doubleComponentInterface.getMolality(PhaseInterface phase) getMolality.doubleComponent.getMolarity(PhaseInterface phase) getMolarity.doubleComponentInterface.getMolarity(PhaseInterface phase) getMolarity.doubleComponentHydrate.getPot(double radius, int struccture, int cavityType, PhaseInterface phase) getPot.doubleComponentHydrateBallard.getPot(double radius, int struccture, int cavityType, PhaseInterface phase) getPot.doubleComponentHydrateKluda.getPot(int intnumb, double radius, int struccture, int cavityType, PhaseInterface phase) getPot.doubleComponentHydrateStatoil.getPot(double radius, int struccture, int cavityType, PhaseInterface phase) getPot.doubleComponentGEWilson.getWilsonActivityCoefficient(PhaseInterface phase1) getWilsonActivityCoefficient.doubleComponentWaxWilson.getWilsonActivityCoefficient(PhaseInterface phase1) getWilsonActivityCoefficient.doubleComponentGEWilson.getWilsonInteractionEnergy(PhaseInterface phase1) getWilsonInteractionEnergy.doubleComponentWaxWilson.getWilsonInteractionEnergy(PhaseInterface phase1) getWilsonInteractionEnergy.doubleComponentWonWax.getWonActivityCoefficient(PhaseInterface phase1) getWonActivityCoefficient.doubleComponentWonWax.getWonParam(PhaseInterface phase1) getWonParam.doubleComponentWonWax.getWonVolume(PhaseInterface phase1) getWonVolume.double[]Component.logfugcoefdN(PhaseInterface phase) logfugcoefdN.double[]ComponentAmmoniaEos.logfugcoefdN(PhaseInterface phase) logfugcoefdN.double[]ComponentEos.logfugcoefdN(PhaseInterface phase) logfugcoefdN.double[]ComponentGERG2008Eos.logfugcoefdN(PhaseInterface phase) logfugcoefdN.double[]ComponentIdealGas.logfugcoefdN(PhaseInterface phase) logfugcoefdN.double[]ComponentInterface.logfugcoefdN(PhaseInterface phase) logfugcoefdN.doubleComponent.logfugcoefdNi(PhaseInterface phase, int k) logfugcoefdNi.doubleComponentEos.logfugcoefdNi(PhaseInterface phase, int k) logfugcoefdNi.doubleComponentGERG2008Eos.logfugcoefdNi(PhaseInterface phase, int k) logfugcoefdNi.doubleComponentIdealGas.logfugcoefdNi(PhaseInterface phase, int k) logfugcoefdNi.doubleComponentInterface.logfugcoefdNi(PhaseInterface phase, int k) logfugcoefdNi.doubleComponent.logfugcoefdP(PhaseInterface phase) logfugcoefdP.doubleComponentAmmoniaEos.logfugcoefdP(PhaseInterface phase) logfugcoefdP.doubleComponentEos.logfugcoefdP(PhaseInterface phase) logfugcoefdP.doubleComponentGERG2008Eos.logfugcoefdP(PhaseInterface phase) logfugcoefdP.doubleComponentIdealGas.logfugcoefdP(PhaseInterface phase) logfugcoefdP.doubleComponentInterface.logfugcoefdP(PhaseInterface phase) logfugcoefdP.doubleComponent.logfugcoefdT(PhaseInterface phase) logfugcoefdT.doubleComponentAmmoniaEos.logfugcoefdT(PhaseInterface phase) logfugcoefdT.doubleComponentEos.logfugcoefdT(PhaseInterface phase) logfugcoefdT.doubleComponentGERG2008Eos.logfugcoefdT(PhaseInterface phase) logfugcoefdT.doubleComponentIdealGas.logfugcoefdT(PhaseInterface phase) logfugcoefdT.doubleComponentInterface.logfugcoefdT(PhaseInterface phase) logfugcoefdT.doubleComponentHydrate.potIntegral(int stucture, int cavityType, PhaseInterface phase) potIntegral.doubleComponentHydrateBallard.potIntegral(int stucture, int cavityType, PhaseInterface phase) potIntegral.doubleComponentHydrateKluda.potIntegral(int intnumb, int stucture, int cavityType, PhaseInterface phase) potIntegral.doubleComponentHydrateStatoil.potIntegral(int stucture, int cavityType, PhaseInterface phase) potIntegral.voidComponentHydrate.setSolidRefFluidPhase(PhaseInterface phase) setSolidRefFluidPhase.voidComponentSolid.setSolidRefFluidPhase(PhaseInterface phase) setSolidRefFluidPhase.Constructors in neqsim.thermo.component with parameters of type PhaseInterfaceModifierConstructorDescriptionComponentSrkCPA(int number, double TC, double PC, double M, double a, double moles, PhaseInterface phase) Constructor for ComponentSrkCPA.ComponentSrkCPA(String name, double moles, double molesInPhase, int compIndex, PhaseInterface phase) Constructor for ComponentSrkCPA.ComponentSrkCPAMM(String name, double moles, double molesInPhase, int compIndex, PhaseInterface phase) Constructor for ComponentSrkCPAMM.ComponentSrkCPAs(int number, double TC, double PC, double M, double a, double moles, PhaseInterface phase) Constructor for ComponentSrkCPAs.ComponentSrkCPAs(String name, double moles, double molesInPhase, int compIndex, PhaseInterface phase) Constructor for ComponentSrkCPAs. -
Uses of PhaseInterface in neqsim.thermo.mixingrule
Fields in neqsim.thermo.mixingrule declared as PhaseInterfaceModifier and TypeFieldDescription(package private) PhaseInterfaceEosMixingRuleHandler.SRKHuronVidal.orgPhase(package private) PhaseInterfaceEosMixingRuleHandler.SRKHuronVidal2.orgPhaseMethods in neqsim.thermo.mixingrule that return PhaseInterfaceModifier and TypeMethodDescriptionEosMixingRuleHandler.ClassicVdW.getGEPhase()getGEPhase.EosMixingRuleHandler.SRKHuronVidal2.getGEPhase()getGEPhase.EosMixingRulesInterface.getGEPhase()getGEPhase.Methods in neqsim.thermo.mixingrule with parameters of type PhaseInterfaceModifier and TypeMethodDescriptiondoubleEosMixingRuleHandler.ClassicSRK.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doubleEosMixingRuleHandler.ClassicSRKT2x.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doubleEosMixingRuleHandler.ClassicVdW.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doubleEosMixingRuleHandler.SRKHuronVidal.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doubleEosMixingRuleHandler.SRKHuronVidal2.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doubleEosMixingRuleHandler.WhitsonSoreideMixingRule.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doubleEosMixingRuleHandler.WongSandlerMixingRule.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doubleEosMixingRulesInterface.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doubleEosMixingRuleHandler.ClassicSRK.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.ClassicSRKT2x.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doubleEosMixingRuleHandler.ClassicVdW.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doubleEosMixingRuleHandler.SRKHuronVidal.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doubleEosMixingRuleHandler.SRKHuronVidal2.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doubleEosMixingRuleHandler.WhitsonSoreideMixingRule.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.WongSandlerMixingRule.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doubleEosMixingRulesInterface.calcAi(int compnumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doubleEosMixingRuleHandler.ClassicSRK.calcAij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doubleEosMixingRuleHandler.ClassicSRKT2x.calcAij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doubleEosMixingRuleHandler.ClassicVdW.calcAij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doubleEosMixingRuleHandler.SRKHuronVidal.calcAij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doubleEosMixingRuleHandler.SRKHuronVidal2.calcAij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doubleEosMixingRuleHandler.WhitsonSoreideMixingRule.calcAij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doubleEosMixingRuleHandler.WongSandlerMixingRule.calcAij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doubleEosMixingRulesInterface.calcAij(int compnumb, int j, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doubleEosMixingRuleHandler.ClassicSRK.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doubleEosMixingRuleHandler.ClassicSRKT.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doubleEosMixingRuleHandler.ClassicSRKT2x.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doubleEosMixingRuleHandler.ClassicVdW.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doubleEosMixingRuleHandler.SRKHuronVidal.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doubleEosMixingRuleHandler.SRKHuronVidal2.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doubleEosMixingRuleHandler.WhitsonSoreideMixingRule.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.WongSandlerMixingRule.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doubleEosMixingRulesInterface.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doubleEosMixingRuleHandler.ClassicSRKT.calcAiTT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.ClassicSRK.calcAT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doubleEosMixingRuleHandler.ClassicVdW.calcAT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doubleEosMixingRuleHandler.SRKHuronVidal.calcAT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doubleEosMixingRuleHandler.SRKHuronVidal2.calcAT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doubleEosMixingRuleHandler.WhitsonSoreideMixingRule.calcAT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doubleEosMixingRuleHandler.WongSandlerMixingRule.calcAT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doubleEosMixingRulesInterface.calcAT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doubleEosMixingRuleHandler.ClassicSRK.calcATT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcATT.doubleEosMixingRuleHandler.ClassicSRKT.calcATT(PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.ClassicVdW.calcATT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcATT.doubleEosMixingRuleHandler.SRKHuronVidal2.calcATT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcATT.doubleEosMixingRuleHandler.WhitsonSoreideMixingRule.calcATT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcATT.doubleEosMixingRuleHandler.WongSandlerMixingRule.calcATT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcATT.doubleEosMixingRulesInterface.calcATT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcATT.doubleEosMixingRuleHandler.ClassicVdW.calcB(PhaseInterface phase, double T, double P, int n) calcB.doubleEosMixingRuleHandler.WongSandlerMixingRule.calcB(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcB.doubleEosMixingRulesInterface.calcB(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcB.doubleEosMixingRuleHandler.ClassicVdW.calcBFull(PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.ClassicVdW.calcBi(int i, PhaseInterface phase, double T, double P, int n) calcBi.doubleEosMixingRuleHandler.WongSandlerMixingRule.calcBi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBi.doubleEosMixingRulesInterface.calcBi(int compnumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBi.doubleEosMixingRuleHandler.ClassicVdW.calcBi2(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.ClassicVdW.calcBiFull(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.ClassicVdW.calcBij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBij.doubleEosMixingRuleHandler.WongSandlerMixingRule.calcBij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBij.doubleEosMixingRulesInterface.calcBij(int compnumb, int j, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBij.doubleEosMixingRuleHandler.WongSandlerMixingRule.calcBiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.WongSandlerMixingRule.calcBT(PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleEosMixingRuleHandler.WongSandlerMixingRule.calcBTT(PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleCPAMixingRuleHandler.CPA_Radoch_base.calcDelta(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDelta.doubleCPAMixingRuleHandler.CPA_Radoch.calcDelta(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDelta.doubleCPAMixingRuleHandler.CPA_Radoch.calcDelta(int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleCPAMixingRuleHandler.PCSAFTa_Radoch.calcDelta(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDelta.doubleCPAMixingRulesInterface.calcDelta(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDelta.doubleCPAMixingRuleHandler.CPA_Radoch_base.calcDeltadN(int derivativeComp, int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadN.doubleCPAMixingRuleHandler.CPA_Radoch.calcDeltadN(int derivativeComp, int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadN.doubleCPAMixingRulesInterface.calcDeltadN(int derivativeComp, int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadN.doubleCPAMixingRuleHandler.CPA_Radoch_base.calcDeltadT(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadT.doubleCPAMixingRuleHandler.CPA_Radoch.calcDeltadT(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadT.doubleCPAMixingRulesInterface.calcDeltadT(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadT.doubleCPAMixingRuleHandler.CPA_Radoch_base.calcDeltadTdT(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadTdT.doubleCPAMixingRuleHandler.CPA_Radoch.calcDeltadTdT(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadTdT.doubleCPAMixingRulesInterface.calcDeltadTdT(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadTdT.doubleCPAMixingRuleHandler.CPA_Radoch_base.calcDeltadTdV(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadTdV.doubleCPAMixingRuleHandler.CPA_Radoch.calcDeltadTdV(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadTdV.doubleCPAMixingRulesInterface.calcDeltadTdV(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadTdV.doubleCPAMixingRuleHandler.CPA_Radoch_base.calcDeltadV(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadV.doubleCPAMixingRuleHandler.CPA_Radoch.calcDeltadV(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadV.doubleCPAMixingRulesInterface.calcDeltadV(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltadV.doubleCPAMixingRuleHandler.CPA_Radoch_base.calcDeltaNog(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltaNog.doubleCPAMixingRuleHandler.CPA_Radoch.calcDeltaNog(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltaNog.doubleCPAMixingRulesInterface.calcDeltaNog(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcDeltaNog.doubleElectrolyteMixingRulesInterface.calcW(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcW.doubleEosMixingRuleHandler.ElectrolyteMixRule.calcW(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcW.doubleElectrolyteMixingRulesInterface.calcWi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWi.doubleEosMixingRuleHandler.ElectrolyteMixRule.calcWi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWi.doubleElectrolyteMixingRulesInterface.calcWij(int compNumbi, int compNumj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWij.voidElectrolyteMixingRulesInterface.calcWij(PhaseInterface phase) calcWij.doubleEosMixingRuleHandler.ElectrolyteMixRule.calcWij(int compNumbi, int compNumj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWij.voidEosMixingRuleHandler.ElectrolyteMixRule.calcWij(PhaseInterface phase) calcWij.doubleElectrolyteMixingRulesInterface.calcWiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWiT.doubleEosMixingRuleHandler.ElectrolyteMixRule.calcWiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWiT.doubleElectrolyteMixingRulesInterface.calcWT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWT.doubleEosMixingRuleHandler.ElectrolyteMixRule.calcWT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWT.doubleElectrolyteMixingRulesInterface.calcWTT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWTT.doubleEosMixingRuleHandler.ElectrolyteMixRule.calcWTT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWTT.doubleCPAMixingRuleHandler.CPA_Radoch_base.calcXi(int[][][] assosScheme, int[][][][] assosScheme2, int siteNumber, int compnumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcXi.doubleCPAMixingRuleHandler.CPA_Radoch_base.calcXi(int siteNumber, int compnumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleCPAMixingRulesInterface.calcXi(int[][][] assosScheme, int[][][][] assosScheme2, int siteNumber, int compnumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcXi.voidEosMixingRuleHandler.displayInteractionCoefficients(String intType, PhaseInterface phase) displayInteractionCoefficients.doubleCPAMixingRuleHandler.CPA_Radoch.getCrossAssociationEnergy(int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleCPAMixingRuleHandler.PCSAFTa_Radoch.getCrossAssociationEnergy(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleCPAMixingRuleHandler.CPA_Radoch.getCrossAssociationVolume(int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) doubleCPAMixingRuleHandler.PCSAFTa_Radoch.getCrossAssociationVolume(int siteNumber1, int siteNumber2, int compnumb1, int compnumb2, PhaseInterface phase, double temperature, double pressure, int numbcomp) EosMixingRuleHandler.getElectrolyteMixingRule(PhaseInterface phase) getElectrolyteMixingRule.doubleEosMixingRuleHandler.ClassicSRKT2x.getkij(PhaseInterface phase, double temperature, int i, int j) doubleEosMixingRuleHandler.ClassicSRKT2x.getkijdn(int k, PhaseInterface phase, double temperature, int i, int j) doubleEosMixingRuleHandler.ClassicSRKT2x.getkijdndn(int k, int l, PhaseInterface phase, double temperature, int i, int j) CPAMixingRuleHandler.getMixingRule(int mr, PhaseInterface phase) getMixingRule.EosMixingRuleHandler.getMixingRule(int mr, PhaseInterface phase) getMixingRule.voidEosMixingRuleHandler.SRKHuronVidal2.init(PhaseInterface phase, double temperature, double pressure, int numbcomp) init.voidEosMixingRuleHandler.WongSandlerMixingRule.init(PhaseInterface phase, double temperature, double pressure, int numbcomp) init.CPAMixingRuleHandler.resetMixingRule(int i, PhaseInterface phase) resetMixingRule.EosMixingRuleHandler.resetMixingRule(int i, PhaseInterface phase) resetMixingRule.int[][]CPAMixingRuleHandler.setAssociationScheme(int compnumb, PhaseInterface phase) setAssociationScheme.int[][]CPAMixingRuleHandler.setCrossAssociationScheme(int compnumb, int compnumb2, PhaseInterface phase) setCrossAssociationScheme.Constructors in neqsim.thermo.mixingrule with parameters of type PhaseInterfaceModifierConstructorDescriptionElectrolyteMixRule(PhaseInterface phase) SRKHuronVidal(PhaseInterface phase, double[][] HValpha, double[][] HVDij, double[][] HVDijT, String[][] mixRule) SRKHuronVidal(PhaseInterface phase, double[][] HValpha, double[][] HVDij, String[][] mixRule) SRKHuronVidal2(PhaseInterface phase, double[][] HValpha, double[][] HVDij, double[][] HVDijT, String[][] mixRule) SRKHuronVidal2(PhaseInterface phase, double[][] HValpha, double[][] HVDij, String[][] mixRule) Constructor for SRKHuronVidal2.WongSandlerMixingRule(PhaseInterface phase, double[][] WSalpha, double[][] WSDij, double[][] WSDijT, String[][] mixRule) WongSandlerMixingRule(PhaseInterface phase, double[][] WSalpha, double[][] WSDij, String[][] mixRule) -
Uses of PhaseInterface in neqsim.thermo.phase
Subinterfaces of PhaseInterface in neqsim.thermo.phaseModifier and TypeInterfaceDescriptioninterfacePhaseCPAInterface interface.interfacePhaseEosInterface interface.Classes in neqsim.thermo.phase that implement PhaseInterfaceModifier and TypeClassDescriptionclassAbstract Phase class.classPhase implementation for the Ammonia2023 reference equation of state based on a multiparameter Helmholtz energy formulation.classPhase implementation using the Burgoyne–Nielsen–Stanko PR correlation.classPhaseBWRSEos class.classPhaseCSPsrkEos class.classPhaseDefault class.classPhaseDesmukhMather class.classPhaseDuanSun class.classPhaseElectrolyteCPA class.classElectrolyte CPA (e-CPA) phase class implementing the Maribo-Mogensen model.classPhaseElectrolyteCPAOld class.classPhaseElectrolyteCPAstatoil class.classAbstract class PhaseEos.classPhase implementation using the EOS-CG mixture model.classAbstract class PhaseGE.classPhaseGENRTL class.classPhaseGENRTLmodifiedHV class.classPhaseGENRTLmodifiedWS class.classPhaseGERG2004Eos class.classPhaseGERG2008Eos class.classPhaseGEUnifac class.classPhaseGEUnifacPSRK class.classPhaseGEUnifacUMRPRU class.classPhaseGEUniquac class.classPhaseGEUniquacmodifiedHV class.classPhaseGEWilson class.classPhaseHydrate class.classPhase model for an ideal gas.classPhaseKentEisenberg class.classPhaseLeachmanEos class.classPhaseModifiedFurstElectrolyteEos class.classPhaseModifiedFurstElectrolyteEosMod2004 class.classPhasePCSAFT class.classPhasePCSAFTa class.classPhasePCSAFTRahmat class.classPhase implementation for the Pitzer activity coefficient model.classPhasePrCPA class.classPhasePrEos class.classPhasePrEosvolcor class.classPhasePureComponentSolid class.classPhaseRK class.classAbstract PhaseSolid class.classPhaseSolidComplex class.classPhaseSoreideWhitson implements the Søreide-Whitson Peng-Robinson EoS with modified alpha and mixing rule.classPhase implementation using the Span-Wagner reference equation for CO2.classPhaseSrkCPA class.classPhaseSrkCPAs class.classPhaseSrkEos class.classPhasePrEosvolcor class.classPhaseSrkPenelouxEos class.classPhaseTSTEos class.classPhaseSrkCPA class.classPhaseVegaEos class.classPhase implementation using the IAPWS-IF97 reference equations for pure water.classPhaseWax class.Fields in neqsim.thermo.phase declared as PhaseInterfaceModifier and TypeFieldDescriptionprotected PhaseInterface[]Phase.refPhaseReference phase per component.Methods in neqsim.thermo.phase that return PhaseInterfaceModifier and TypeMethodDescriptionPhaseInterface.clone()clone.Phase.getPhase()getPhase.PhaseInterface.getPhase()getPhase.Phase.getRefPhase()Getter for property refPhase.Phase.getRefPhase(int index) Indexed getter for property refPhase.PhaseInterface.getRefPhase()Getter for property refPhase.PhaseInterface.getRefPhase(int index) Indexed getter for property refPhase.Methods in neqsim.thermo.phase with parameters of type PhaseInterfaceModifier and TypeMethodDescriptiondoublePhase.calcA(int comp, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doublePhase.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doublePhaseEos.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doublePhaseInterface.calcA(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcA.doublePhase.calcAi(int comp, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doublePhaseEos.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doublePhaseInterface.calcAi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAi.doublePhase.calcAij(int compNumb, int j, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doublePhaseEos.calcAij(int compNumb, int j, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doublePhaseInterface.calcAij(int compNumb, int j, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAij.doublePhase.calcAiT(int comp, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doublePhaseEos.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doublePhaseInterface.calcAiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAiT.doublePhase.calcAT(int comp, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doublePhaseEos.calcAT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doublePhaseInterface.calcAT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcAT.doublePhaseEos.calcATT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcATT.doublePhase.calcB(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcB.doublePhaseEos.calcB(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcB.doublePhaseInterface.calcB(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcB.doublePhase.calcBi(int comp, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBi.doublePhaseEos.calcBi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBi.doublePhaseInterface.calcBi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBi.doublePhase.calcBij(int compNumb, int j, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBij.doublePhaseEos.calcBij(int compNumb, int j, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBij.doublePhaseInterface.calcBij(int compNumb, int j, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcBij.doublePhasePrEosvolcor.calcC(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcC.doublePhaseSrkEosvolcor.calcC(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcC.doublePhasePrEosvolcor.calcCi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcCi.doublePhaseSrkEosvolcor.calcCi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcCi.doublePhasePrEosvolcor.calcCij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcCij.doublePhaseSrkEosvolcor.calcCij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcCij.doublePhasePrEosvolcor.calcCiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcCiT.doublePhaseSrkEosvolcor.calcCiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcCiT.voidPhaseGEUnifacUMRPRU.calcCommontemp(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) Calculate common temp.doublePhasePrEosvolcor.calcCT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcCT.doublePhaseSrkEosvolcor.calcCT(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcCT.doublePhaseModifiedFurstElectrolyteEos.calcW(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcW.doublePhaseModifiedFurstElectrolyteEosMod2004.calcW(PhaseInterface phase, double temperature, double pressure, int numbcomp) calcW.doublePhaseModifiedFurstElectrolyteEos.calcWi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWi.doublePhaseModifiedFurstElectrolyteEosMod2004.calcWi(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWi.doublePhaseModifiedFurstElectrolyteEos.calcWij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWij.doublePhaseModifiedFurstElectrolyteEosMod2004.calcWij(int compNumb, int compNumbj, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWij.doublePhaseModifiedFurstElectrolyteEos.calcWiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWiT.doublePhaseModifiedFurstElectrolyteEosMod2004.calcWiT(int compNumb, PhaseInterface phase, double temperature, double pressure, int numbcomp) calcWiT.doublePhase.geta(PhaseInterface phase, double temperature, double pressure, int numbcomp) geta.doublePhaseEos.geta(PhaseInterface phase, double temperature, double pressure, int numbcomp) geta.doublePhaseInterface.geta(PhaseInterface phase, double temperature, double pressure, int numbcomp) geta.doublePhase.getb(PhaseInterface phase, double temperature, double pressure, int numbcomp) getb.doublePhaseEos.getb(PhaseInterface phase, double temperature, double pressure, int numbcomp) getb.doublePhaseInterface.getb(PhaseInterface phase, double temperature, double pressure, int numbcomp) getb.doublePhaseEos.getdUdSdVn(PhaseInterface phase) getdUdSdVn.doublePhaseEos.getdUdVdVSn(PhaseInterface phase) getdUdVdVSn.doublePhaseDesmukhMather.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseDuanSun.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGEInterface.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGENRTL.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGENRTLmodifiedHV.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGENRTLmodifiedWS.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGEUnifac.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGEUnifacPSRK.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGEUnifacUMRPRU.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGEUniquac.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGEUniquacmodifiedHV.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhaseGEWilson.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.doublePhasePitzer.getExcessGibbsEnergy(PhaseInterface phase, int numberOfComponents, double temperature, double pressure, PhaseType pt) getExcessGibbsEnergy.voidPhase.setParams(PhaseInterface phase, double[][] alpha, double[][] Dij, double[][] DijT, String[][] mixRule, double[][] intparam) setParams.voidPhaseGENRTLmodifiedHV.setParams(PhaseInterface phase, double[][] alpha, double[][] Dij, double[][] DijT, String[][] mixRule, double[][] intparam) setParams.voidPhaseInterface.setParams(PhaseInterface phase, double[][] alpha, double[][] Dij, double[][] DijT, String[][] mixRule, double[][] intparam) setParams.voidPhase.setProperties(PhaseInterface phase) setProperties.voidPhaseInterface.setProperties(PhaseInterface phase) setProperties.voidPhase.setRefPhase(int index, PhaseInterface refPhase) Indexed setter for property refPhase.voidPhase.setRefPhase(PhaseInterface[] refPhase) Setter for property refPhase.voidPhaseInterface.setRefPhase(int index, PhaseInterface refPhase) Indexed setter for property refPhase.voidPhaseInterface.setRefPhase(PhaseInterface[] refPhase) Setter for property refPhase.voidPhaseHydrate.setSolidRefFluidPhase(PhaseInterface refPhase) setSolidRefFluidPhase.voidPhaseSolid.setSolidRefFluidPhase(PhaseInterface refPhase) setSolidRefFluidPhase.Constructors in neqsim.thermo.phase with parameters of type PhaseInterfaceModifierConstructorDescriptionPhaseGENRTL(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam) Constructor for PhaseGENRTL.PhaseGENRTLmodifiedHV(PhaseInterface phase, double[][] alpha, double[][] Dij, double[][] DijT, String[][] mixRule, double[][] intparam) Constructor for PhaseGENRTLmodifiedHV.PhaseGENRTLmodifiedHV(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam) Constructor for PhaseGENRTLmodifiedHV.PhaseGENRTLmodifiedWS(PhaseInterface phase, double[][] alpha, double[][] Dij, double[][] DijT, String[][] mixRule, double[][] intparam) Constructor for PhaseGENRTLmodifiedWS.PhaseGENRTLmodifiedWS(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam) Constructor for PhaseGENRTLmodifiedWS.PhaseGEUnifac(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam) Constructor for PhaseGEUnifac.PhaseGEUnifacPSRK(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam) Constructor for PhaseGEUnifacPSRK.PhaseGEUnifacUMRPRU(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam) Constructor for PhaseGEUnifacUMRPRU.PhaseGEUniquac(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam) Constructor for PhaseGEUniquac.PhaseGEWilson(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam) Constructor for PhaseGEWilson. -
Uses of PhaseInterface in neqsim.thermo.system
Fields in neqsim.thermo.system declared as PhaseInterfaceModifier and TypeFieldDescriptionprotected PhaseInterface[]SystemThermo.phaseArrayArray containing all phases of System.Methods in neqsim.thermo.system that return PhaseInterfaceModifier and TypeMethodDescriptionSystemInterface.getGasPhase()getGasPhase.final PhaseInterfaceSystemThermo.getGasPhase()getGasPhase.default PhaseInterfaceSystemInterface.getHydratePhase()Get the hydrate phase if it exists.SystemInterface.getLiquidPhase()getLiquidPhase.final PhaseInterfaceSystemThermo.getLiquidPhase()getLiquidPhase.SystemInterface.getLowestGibbsEnergyPhase()getLowestGibbsEnergyPhase.SystemThermo.getLowestGibbsEnergyPhase()getLowestGibbsEnergyPhase.SystemInterface.getPhase(int i) Get phase number i from SystemInterface object.getPhase.getPhase.final PhaseInterfaceSystemThermo.getPhase(int i) Get phase number i from SystemInterface object.getPhase.getPhase.SystemInterface.getPhaseOfType(String phaseTypeName) return the phase of to specified type if the phase does not exist, the method will return null.SystemThermo.getPhaseOfType(String phaseTypeName) return the phase of to specified type if the phase does not exist, the method will return null.SystemInterface.getPhases()getPhases.final PhaseInterface[]SystemThermo.getPhases()getPhases.Methods in neqsim.thermo.system with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionintSystemInterface.getPhaseIndex(PhaseInterface phase) Get property phaseIndex corresponding to a phase.intSystemThermo.getPhaseIndex(PhaseInterface phase) Get property phaseIndex corresponding to a phase.SystemInterface.phaseToSystem(PhaseInterface newPhase) phaseToSystem.SystemThermo.phaseToSystem(PhaseInterface newPhase) phaseToSystem.voidSystemInterface.replacePhase(int repPhase, PhaseInterface newPhase) replacePhase.voidSystemThermo.replacePhase(int repPhase, PhaseInterface newPhase) replacePhase.voidSystemInterface.setPhase(PhaseInterface phase, int index) SetphaseArray[phaseIndex] = phase.voidSystemThermo.setPhase(PhaseInterface phase, int index) SetphaseArray[phaseIndex] = phase. -
Uses of PhaseInterface in neqsim.thermo.util.gerg
Fields in neqsim.thermo.util.gerg declared as PhaseInterfaceModifier and TypeFieldDescription(package private) PhaseInterfaceNeqSimAGA8Detail.phase(package private) PhaseInterfaceNeqSimEOSCG.phase(package private) PhaseInterfaceNeqSimGERG2008.phaseMethods in neqsim.thermo.util.gerg with parameters of type PhaseInterfaceModifier and TypeMethodDescriptiondoubleNeqSimAGA8Detail.getDensity(PhaseInterface phase) getDensity.doubleNeqSimEOSCG.getDensity(PhaseInterface phase) doubleNeqSimGERG2008.getDensity(PhaseInterface phase) getDensity.doubleNeqSimAGA8Detail.getMolarDensity(PhaseInterface phase) getMolarDensity.doubleNeqSimEOSCG.getMolarDensity(PhaseInterface phase) doubleNeqSimGERG2008.getMolarDensity(PhaseInterface phase) getMolarDensity.double[]NeqSimAGA8Detail.getProperties(PhaseInterface phase, String[] properties) getProperties.double[]NeqSimEOSCG.getProperties(PhaseInterface phase, String[] properties) double[]NeqSimGERG2008.getProperties(PhaseInterface phase, String[] properties) getProperties.double[]NeqSimAGA8Detail.propertiesDetail(PhaseInterface phase) propertiesDetail.double[]NeqSimGERG2008.propertiesGERG(PhaseInterface phase) propertiesGERG.voidNeqSimAGA8Detail.setPhase(PhaseInterface phase) Setter for the fieldphase.voidNeqSimEOSCG.setPhase(PhaseInterface phase) voidNeqSimGERG2008.setPhase(PhaseInterface phase) Setter for the fieldphase.Constructors in neqsim.thermo.util.gerg with parameters of type PhaseInterfaceModifierConstructorDescriptionNeqSimAGA8Detail(PhaseInterface phase) Constructor for NeqSimAGA8Detail.NeqSimEOSCG(PhaseInterface phase) NeqSimGERG2008(PhaseInterface phase) Constructor for NeqSimGERG2008.NeqSimGERG2008(PhaseInterface phase, GERG2008Type modelType) Constructor for NeqSimGERG2008 with specified model type. -
Uses of PhaseInterface in neqsim.thermo.util.leachman
Fields in neqsim.thermo.util.leachman declared as PhaseInterfaceMethods in neqsim.thermo.util.leachman with parameters of type PhaseInterfaceModifier and TypeMethodDescriptiondoubleNeqSimLeachman.getDensity(PhaseInterface phase) Get the density of the specified phase.doubleNeqSimLeachman.getMolarDensity(PhaseInterface phase) Get the molar density of the specified phase.double[]NeqSimLeachman.getProperties(PhaseInterface phase, String[] properties) Get specific thermodynamic properties of the specified phase.double[]NeqSimLeachman.propertiesLeachman(PhaseInterface phase) Get various thermodynamic properties of the specified phase.voidNeqSimLeachman.setPhase(PhaseInterface phase) Setter for the fieldphase.Constructors in neqsim.thermo.util.leachman with parameters of type PhaseInterfaceModifierConstructorDescriptionNeqSimLeachman(PhaseInterface phase, String hydrogenType) Constructor for NeqSimLeachman. -
Uses of PhaseInterface in neqsim.thermo.util.referenceequations
Fields in neqsim.thermo.util.referenceequations declared as PhaseInterfaceMethods in neqsim.thermo.util.referenceequations with parameters of type PhaseInterfaceModifier and TypeMethodDescriptionvoidAmmonia2023.setPhase(PhaseInterface phase) Setter for the fieldphase.Constructors in neqsim.thermo.util.referenceequations with parameters of type PhaseInterface -
Uses of PhaseInterface in neqsim.thermo.util.Vega
Fields in neqsim.thermo.util.Vega declared as PhaseInterfaceMethods in neqsim.thermo.util.Vega with parameters of type PhaseInterfaceModifier and TypeMethodDescriptiondoubleNeqSimVega.getDensity(PhaseInterface phase) getDensity.doubleNeqSimVega.getMolarDensity(PhaseInterface phase) getMolarDensity.double[]NeqSimVega.getProperties(PhaseInterface phase, String[] properties) getProperties.double[]NeqSimVega.propertiesVega(PhaseInterface phase) propertiesGERG.voidNeqSimVega.setPhase(PhaseInterface phase) Setter for the fieldphase.Constructors in neqsim.thermo.util.Vega with parameters of type PhaseInterface