Uses of Enum Class
ffx.potential.nonbonded.GeneralizedKirkwood.NonPolarModel
Packages that use GeneralizedKirkwood.NonPolarModel
Package
Description
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
The implicit package implements implicit solvent models and related terms,
including Generalized Kirkwood (GK) electrostatics, surface area terms,
dispersion/cavitation contributions, and supporting parallel regions for
Born radii and field evaluation.
-
Uses of GeneralizedKirkwood.NonPolarModel in ffx.potential.nonbonded
Methods in ffx.potential.nonbonded that return GeneralizedKirkwood.NonPolarModelModifier and TypeMethodDescriptionGeneralizedKirkwood.getNonPolarModel()
getNonPolarModel.GeneralizedKirkwood.getNonPolarModel
(String nonpolarModel) getNonPolarModel.Returns the enum constant of this class with the specified name.static GeneralizedKirkwood.NonPolarModel[]
GeneralizedKirkwood.NonPolarModel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GeneralizedKirkwood.NonPolarModel in ffx.potential.nonbonded.implicit
Fields in ffx.potential.nonbonded.implicit declared as GeneralizedKirkwood.NonPolarModelModifier and TypeFieldDescriptionprotected final GeneralizedKirkwood.NonPolarModel
GKEnergyRegion.nonPolarModel
Constructors in ffx.potential.nonbonded.implicit with parameters of type GeneralizedKirkwood.NonPolarModelModifierConstructorDescriptionGKEnergyRegion
(int nt, Polarization polarization, GeneralizedKirkwood.NonPolarModel nonPolarModel, double surfaceTension, double probe, double electric, double soluteDieletric, double solventDieletric, double gkc, boolean gkQI)