BALL::FDPB::DielectricSmoothing Struct Reference

#include <BALL/SOLVATION/poissonBoltzmann.h>

List of all members.

Static Public Attributes

static const String NONE
static const String UNIFORM
static const String HARMONIC

Detailed Description

Constants to define the dielectric smoothing methods. To increase the accuracy of a FDPB calculation it prooved advantageous to smooth the discrete values for the dielectric constant on the grid. We recommend the use of harmonic smoothing (which happens to be the default Default::dielectric_smoothing).

Definition at line 472 of file poissonBoltzmann.h.


Member Data Documentation

Harmonic smoothing. This method assigns the harmonic average of the point's value and its 26 next grid neighbours to the grid point:

\[ \varepsilon_0 = \frac{1}{\sum_{i=1}^{26} \frac{1}{\varepsilon_i} + \frac{1}{\varepsilon_0}} \]

Definition at line 494 of file poissonBoltzmann.h.

Do not perform any smoothing

Definition at line 476 of file poissonBoltzmann.h.

Uniform smoothing. This method assigns the arithmetic average of the point's value and its 26 next grid neighbours to the grid point:

\[ \varepsilon_0 = \frac{1}{27} \left( \sum_{i=1}^{26} \varepsilon_i + \varepsilon_0 \right) \]

Definition at line 485 of file poissonBoltzmann.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Generated by  doxygen 1.6.3