OESheffieldOptions¶
Attention
This API is currently available in C++ and Python.
class OESheffieldOptions : public OESystem::OEOptions
This class orovides interface to setup options required for OESheffield calculations.
- The OESheffieldOptions class defines the following public methods:
Constructors¶
OESheffieldOptions()
OESheffieldOptions(const OESheffieldOptions&)
Default and copy constructors.
operator=¶
OESheffieldOptions &operator=(const OESheffieldOptions &)
GetSoluteDielectricConstant¶
double GetSoluteDielectricConstant() const
Gets the dielectric constant of the solute.
GetSolventDielectricConstant¶
double GetSolventDielectricConstant() const
Gets the dielectric constant of the solvent.
SetA¶
bool SetA(const double a)
Optionally changes the first Sheffield parameter to the passed value a
.
SetB¶
bool SetB(const double b)
Optionally changes the second Sheffield parameter to the passed value b
.
SetC¶
bool SetC(const double c)
Optionally changes the third Sheffield parameter to the passed value c
.
SetSoluteDielectricConstant¶
bool SetSoluteDielectricConstant(const double epsilon)
Sets the dielectric constant for the solute.
SetSolventDielectricConstant¶
bool SetSolventDielectricConstant(const double eps)
Sets the dielectric constant for the solvent.