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(type: int) -> OESheffieldOptions
OESheffieldOptions(arg2: OESheffieldOptions) -> OESheffieldOptions

Default and copy constructors.

GetA

GetA() -> float

Gets the first Sheffield parameter value.

GetB

GetB() -> float

Gets the second Sheffield parameter value.

GetC

GetC() -> float

Gets the third Sheffield parameter value.

GetSoluteDielectricConstant

GetSoluteDielectricConstant() -> float

Gets the dielectric constant of the solute.

GetSolventDielectricConstant

GetSolventDielectricConstant() -> float

Gets the dielectric constant of the solvent.

SetA

SetA(value: float) -> bool

Optionally changes the first Sheffield parameter to the passed value a.

SetB

SetB(value: float) -> bool

Optionally changes the second Sheffield parameter to the passed value b.

SetC

SetC(value: float) -> bool

Optionally changes the third Sheffield parameter to the passed value c.

SetSoluteDielectricConstant

SetSoluteDielectricConstant(value: float) -> bool

Sets the dielectric constant for the solute.

SetSolventDielectricConstant

SetSolventDielectricConstant(value: float) -> bool

Sets the dielectric constant for the solvent.