Files | |
file | vpbe.h |
Contains declarations for class Vpbe. | |
Data Structures | |
struct | sVpbe |
Contains public data members for Vpbe class/module. More... | |
Typedefs | |
typedef sVpbe | Vpbe |
Declaration of the Vpbe class as the Vpbe structure. | |
Functions | |
Valist * | Vpbe_getValist (Vpbe *thee) |
Get atom list. | |
Vacc * | Vpbe_getVacc (Vpbe *thee) |
Get accessibility oracle. | |
double | Vpbe_getBulkIonicStrength (Vpbe *thee) |
Get bulk ionic strength. | |
double | Vpbe_getMaxIonRadius (Vpbe *thee) |
Get maximum radius of ion species. | |
double | Vpbe_getTemperature (Vpbe *thee) |
Get temperature. | |
double | Vpbe_getSoluteDiel (Vpbe *thee) |
Get solute dielectric constant. | |
double | Vpbe_getGamma (Vpbe *thee) |
Get apolar coefficient. | |
double | Vpbe_getSoluteRadius (Vpbe *thee) |
Get sphere radius which bounds biomolecule. | |
double | Vpbe_getSoluteXlen (Vpbe *thee) |
Get length of solute in x dimension. | |
double | Vpbe_getSoluteYlen (Vpbe *thee) |
Get length of solute in y dimension. | |
double | Vpbe_getSoluteZlen (Vpbe *thee) |
Get length of solute in z dimension. | |
double * | Vpbe_getSoluteCenter (Vpbe *thee) |
Get coordinates of solute center. | |
double | Vpbe_getSoluteCharge (Vpbe *thee) |
Get total solute charge. | |
double | Vpbe_getSolventDiel (Vpbe *thee) |
Get solvent dielectric constant. | |
double | Vpbe_getSolventRadius (Vpbe *thee) |
Get solvent molecule radius. | |
double | Vpbe_getXkappa (Vpbe *thee) |
Get Debye-Huckel parameter. | |
double | Vpbe_getDeblen (Vpbe *thee) |
Get Debye-Huckel screening length. | |
double | Vpbe_getZkappa2 (Vpbe *thee) |
Get modified squared Debye-Huckel parameter. | |
double | Vpbe_getZmagic (Vpbe *thee) |
Get charge scaling factor. | |
Vpbe * | Vpbe_ctor (Valist *alist, int ionNum, double *ionConc, double *ionRadii, double *ionQ, double T, double gamma, double soluteDiel, double solventDiel, double solventRadius, int focusFlag, double sdens) |
Construct Vpbe object. | |
int | Vpbe_ctor2 (Vpbe *thee, Valist *alist, int ionNum, double *ionConc, double *ionRadii, double *ionQ, double T, double gamma, double soluteDiel, double solventDiel, double solventRadius, int focusFlag, double sdens) |
FORTRAN stub to construct Vpbe objct. | |
int | Vpbe_getIons (Vpbe *thee, int *nion, double ionConc[MAXION], double ionRadii[MAXION], double ionQ[MAXION]) |
Get information about the counterion species present. | |
void | Vpbe_dtor (Vpbe **thee) |
Object destructor. | |
void | Vpbe_dtor2 (Vpbe *thee) |
FORTRAN stub object destructor. | |
double | Vpbe_getCoulombEnergy1 (Vpbe *thee) |
Calculate coulombic energy of set of charges. | |
unsigned long int | Vpbe_memChk (Vpbe *thee) |
Return the memory used by this structure (and its contents) in bytes. |
Contains objects and parameters used in every PBE calculation, regardless of method.
|
Construct Vpbe object.
|
|
FORTRAN stub to construct Vpbe objct.
|
|
Object destructor.
|
|
FORTRAN stub object destructor.
|
|
Get bulk ionic strength.
|
|
Calculate coulombic energy of set of charges. Perform an inefficient double sum to calculate the Coulombic energy of a set of charges in a homogeneous dielectric (with permittivity equal to the protein interior) and zero ionic strength. Result is returned in units of k_B T. The sum can be restriction to charges present in simplices of specified color (pcolor); if (color == -1) no restrictions are used.
|
|
Get Debye-Huckel screening length.
|
|
Get apolar coefficient.
|
|
Get information about the counterion species present.
|
|
Get maximum radius of ion species.
|
|
Get coordinates of solute center.
|
|
Get total solute charge.
|
|
Get solute dielectric constant.
|
|
Get sphere radius which bounds biomolecule.
|
|
Get length of solute in x dimension.
|
|
Get length of solute in y dimension.
|
|
Get length of solute in z dimension.
|
|
Get solvent dielectric constant.
|
|
Get solvent molecule radius.
|
|
Get temperature.
|
|
Get accessibility oracle.
|
|
Get atom list.
|
|
Get Debye-Huckel parameter.
|
|
Get modified squared Debye-Huckel parameter.
|
|
Get charge scaling factor.
|
|
Return the memory used by this structure (and its contents) in bytes.
|