BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Attributes | List of all members
BALL::PCMCavFreeEnergyProcessor::Option Struct Reference

#include <BALL/SOLVATION/PCMCavFreeEnergyProcessor.h>

Static Public Attributes

static const char * VERBOSITY
 
static const char * SOLVENT_NUMBER_DENSITY
 
static const char * ABSOLUTE_TEMPERATURE
 
static const char * PROBE_RADIUS
 

Detailed Description

Symbolic names for option keys. This struct contains a symbolic name for each recognized key in PCMCavFreeEnergyProcessor::options.

Definition at line 42 of file PCMCavFreeEnergyProcessor.h.

Member Data Documentation

const char* BALL::PCMCavFreeEnergyProcessor::Option::ABSOLUTE_TEMPERATURE
static

The temperature. This option defines the absolute temperature at which the solvation takes place. Use float values of unit K with this option.

See Also
Default::ABSOLUTE_TEMPERATURE
Parameters
absolute_temperaturefloat;

Definition at line 65 of file PCMCavFreeEnergyProcessor.h.

const char* BALL::PCMCavFreeEnergyProcessor::Option::PROBE_RADIUS
static

The probe radius. This option defines the hard sphere solvent radius needed for the calculation of the cavitation free energy according to the scaled particle theory. Use float values of unit $ A $ with this option.

See Also
Default::PROBE_RADIUS
Parameters
probe_radiusfloat;

Definition at line 74 of file PCMCavFreeEnergyProcessor.h.

const char* BALL::PCMCavFreeEnergyProcessor::Option::SOLVENT_NUMBER_DENSITY
static

The number density of the solvent. This option defines the number density of the surrounding solvent. Use float values of unit $ A^{-3} $ with this option.

See Also
Default::SOLVENT_NUMBER_DENSITY
Parameters
solvent_number_densityfloat

Definition at line 57 of file PCMCavFreeEnergyProcessor.h.

const char* BALL::PCMCavFreeEnergyProcessor::Option::VERBOSITY
static

The verbosity level. Use integer values with this option.

See Also
Default::VERBOSITY
Parameters
verbosityinteger

Definition at line 49 of file PCMCavFreeEnergyProcessor.h.