#include <BALL/SOLVATION/reissCavFreeEnergyProcessor.h>
Static Public Attributes | |
static const int | VERBOSITY |
static const float | SOLVENT_NUMBER_DENSITY |
static const float | PRESSURE |
static const float | ABSOLUTE_TEMPERATURE |
static const float | PROBE_RADIUS |
Default values for cavitation free anergy calculations. These values represent the default settings for the calculations of the cavitation free energy.
Definition at line 91 of file reissCavFreeEnergyProcessor.h.
Default temperature. We use a standard temperature of 298 K (25 degrees Celsius).
Definition at line 115 of file reissCavFreeEnergyProcessor.h.
const float BALL::ReissCavFreeEnergyProcessor::Default::PRESSURE [static] |
Default pressure. This default value is the standard pressure (1.01325e5 Pa).
Definition at line 109 of file reissCavFreeEnergyProcessor.h.
const float BALL::ReissCavFreeEnergyProcessor::Default::PROBE_RADIUS [static] |
Default probe radius. This probe radius is the one suggested by Reiss et al. in their paper (1.385 $ A $).
Definition at line 122 of file reissCavFreeEnergyProcessor.h.
Default number density. This default value is the number density of water at 300 K and standard pressure (3.33253e-2 $ A^{-3}$).
Definition at line 103 of file reissCavFreeEnergyProcessor.h.
const int BALL::ReissCavFreeEnergyProcessor::Default::VERBOSITY [static] |
Default verbosity level.
Definition at line 96 of file reissCavFreeEnergyProcessor.h.