BALL
1.4.79
|
#include <BALL/SOLVATION/poissonBoltzmann.h>
Static Public Attributes | |
static const int | VERBOSITY |
static const bool | PRINT_TIMING |
static const float | SPACING |
static const float | BORDER |
static const float | IONIC_STRENGTH |
static const float | TEMPERATURE |
static const float | PROBE_RADIUS |
static const float | ION_RADIUS |
static const String | BOUNDARY |
static const String | CHARGE_DISTRIBUTION |
static const String | DIELECTRIC_SMOOTHING |
static const float | SOLVENT_DC |
static const float | SOLUTE_DC |
static const float | RMS_CRITERION |
static const float | MAX_CRITERION |
static const Index | MAX_ITERATIONS |
static const Index | CHECK_AFTER_ITERATIONS |
Default values for FDPB options. These values are used by FDPB::setup methods if no options have been set.
Definition at line 501 of file poissonBoltzmann.h.
|
static |
Default distance between outmost atom and border. Default is 4.0 Angstrom.
Definition at line 525 of file poissonBoltzmann.h.
|
static |
Default boundary condition. Default is Boundary::DIPOLE
Definition at line 558 of file poissonBoltzmann.h.
|
static |
Default charge distribution method. Default is ChargeDistribution::uniform
Definition at line 565 of file poissonBoltzmann.h.
|
static |
Default for the number of iterations between two checks for convergence. Default is 10
Definition at line 613 of file poissonBoltzmann.h.
|
static |
Default method for dielectric smoothing. Default is DielectricSmoothing::HARMONIC
Definition at line 572 of file poissonBoltzmann.h.
|
static |
Default ionic exclusion radius. Default is 2.0 Angstrom
Definition at line 551 of file poissonBoltzmann.h.
|
static |
Default ionic strength of the solvent. Default is 0.0 mol/l
Definition at line 531 of file poissonBoltzmann.h.
|
static |
Default convergence criterion for maximum change in potential. Default is 1E-4
Definition at line 600 of file poissonBoltzmann.h.
|
static |
Default for maximum number of iterations. Default is 500. This value is inappropriate for very large grids.
Definition at line 607 of file poissonBoltzmann.h.
|
static |
Default timing verbosity. false - don't tell anything
Definition at line 513 of file poissonBoltzmann.h.
|
static |
Default probe radius. The probe radius used for the creation of the solvent excluded surface of the solute. It should be the solvent radius. Default is 1.5 Angstrom for water.
Definition at line 545 of file poissonBoltzmann.h.
|
static |
Default convergence criterion for RMS change. Default is 1E-5
Definition at line 592 of file poissonBoltzmann.h.
|
static |
Default solute dielectric constant. Default is 2.0 (good average derive from organic solvents).
Definition at line 584 of file poissonBoltzmann.h.
|
static |
Default solvent dielectric constant. Default is 78.0 (roughly the dielectric constant of water at 298 K)
Definition at line 578 of file poissonBoltzmann.h.
|
static |
Default grid spacing. Default grid spacing is 0.6 Angstrom.
Definition at line 519 of file poissonBoltzmann.h.
|
static |
Default temperature. Default is 298.15 K
Definition at line 537 of file poissonBoltzmann.h.
|
static |
Default verbosity level. 0 - shut up!
Definition at line 507 of file poissonBoltzmann.h.