The Poisson-Boltzmann master class. More...
Data Structures | |
struct | sVpbe |
Contains public data members for Vpbe class/module. More... | |
Files | |
file | vpbe.h |
Contains declarations for class Vpbe. | |
file | vpbe.c |
Class Vpbe methods. | |
Typedefs | |
typedef struct 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. | |
double | Vpbe_getzmem (Vpbe *thee) |
Get z position of the membrane bottom. | |
double | Vpbe_getLmem (Vpbe *thee) |
Get length of the membrane (A)aauthor Michael Grabe. | |
double | Vpbe_getmembraneDiel (Vpbe *thee) |
Get membrane dielectric constant. | |
double | Vpbe_getmemv (Vpbe *thee) |
Get membrane potential (kT). | |
Vpbe * | Vpbe_ctor (Valist *alist, int ionNum, double *ionConc, double *ionRadii, double *ionQ, double T, double soluteDiel, double solventDiel, double solventRadius, int focusFlag, double sdens, double z_mem, double L, double membraneDiel, double V) |
Construct Vpbe object. | |
int | Vpbe_ctor2 (Vpbe *thee, Valist *alist, int ionNum, double *ionConc, double *ionRadii, double *ionQ, double T, double soluteDiel, double solventDiel, double solventRadius, int focusFlag, double sdens, double z_mem, double L, double membraneDiel, double V) |
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. |
The Poisson-Boltzmann master class.
Contains objects and parameters used in every PBE calculation, regardless of method.
Vpbe* Vpbe_ctor | ( | Valist * | alist, | |
int | ionNum, | |||
double * | ionConc, | |||
double * | ionRadii, | |||
double * | ionQ, | |||
double | T, | |||
double | soluteDiel, | |||
double | solventDiel, | |||
double | solventRadius, | |||
int | focusFlag, | |||
double | sdens, | |||
double | z_mem, | |||
double | L, | |||
double | membraneDiel, | |||
double | V | |||
) |
Construct Vpbe object.
alist | Atom list | |
ionNum | Number of counterion species | |
ionConc | Array containing counterion species' concentrations (M) | |
ionRadii | Array containing counterion species' radii (A) | |
ionQ | Array containing counterion species' charges (e) | |
T | temperature (K) | |
soluteDiel | Solute dielectric constant | |
solventDiel | Solvent dielectric constant | |
solventRadius | Solvent radius | |
focusFlag | 1 if Focusing operation, 0 otherwise | |
sdens | Vacc sphere density |
Referenced by initMG().
int Vpbe_ctor2 | ( | Vpbe * | thee, | |
Valist * | alist, | |||
int | ionNum, | |||
double * | ionConc, | |||
double * | ionRadii, | |||
double * | ionQ, | |||
double | T, | |||
double | soluteDiel, | |||
double | solventDiel, | |||
double | solventRadius, | |||
int | focusFlag, | |||
double | sdens, | |||
double | z_mem, | |||
double | L, | |||
double | membraneDiel, | |||
double | V | |||
) |
FORTRAN stub to construct Vpbe objct.
thee | Pointer to memory allocated for Vpbe object | |
alist | Atom list | |
ionNum | Number of counterion species | |
ionConc | Array containing counterion species' concentrations (M) | |
ionRadii | Array containing counterion species' radii (A) | |
ionQ | Array containing counterion species' charges (e) | |
T | temperature (K) | |
soluteDiel | Solute dielectric constant | |
solventDiel | Solvent dielectric constant | |
solventRadius | Solvent radius | |
focusFlag | 1 if Focusing operation, 0 otherwise |
sdens | Vacc sphere density |
References sVpbe::acc, sVpbe::alist, sVpbe::bulkIonicStrength, sValist::center, sVpbe::clist, CLIST_AUTO_DOMAIN, sVpbe::deblen, sVpbe::ionConc, sVpbe::ionQ, sVpbe::ionRadii, sVpbe::ipkey, MAXION, sVpbe::maxIonRadius, sVpbe::numIon, sVpbe::paramFlag, sVpbe::smsize, sVpbe::smvolume, sVpbe::soluteCenter, sVpbe::soluteCharge, sVpbe::soluteDiel, sVpbe::soluteRadius, sVpbe::soluteXlen, sVpbe::soluteYlen, sVpbe::soluteZlen, sVpbe::solventDiel, sVpbe::solventRadius, sVpbe::T, Vacc_ctor(), Valist_getAtom(), Valist_getNumberAtoms(), Vatom_getCharge(), Vatom_getPosition(), Vatom_getRadius(), Vclist_ctor(), sVpbe::vmem, sVpbe::xkappa, sVpbe::zkappa2, and sVpbe::zmagic.
void Vpbe_dtor | ( | Vpbe ** | thee | ) |
Object destructor.
thee | Pointer to memory location of object to be destroyed |
References Vpbe_dtor2().
Referenced by initMG(), killFE(), and killMG().
void Vpbe_dtor2 | ( | Vpbe * | thee | ) |
FORTRAN stub object destructor.
thee | Pointer to object to be destroyed |
References sVpbe::acc, sVpbe::clist, Vacc_dtor(), Vclist_dtor(), and sVpbe::vmem.
Referenced by Vpbe_dtor().
double Vpbe_getBulkIonicStrength | ( | Vpbe * | thee | ) |
Get bulk ionic strength.
thee | Vpbe object |
Referenced by fillcoCoefMap(), fillcoCoefMolIon(), fillcoCoefSpline(), fillcoCoefSpline3(), fillcoCoefSpline4(), Vfetk_ctor2(), Vfetk_energy(), Vpmg_ctor2(), Vpmg_energy(), Vpmg_fillco(), Vpmg_ibForce(), and Vpmg_qmEnergySMPBE().
double Vpbe_getCoulombEnergy1 | ( | Vpbe * | thee | ) |
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.
thee | Vpbe object |
References Valist_getAtom(), Valist_getNumberAtoms(), Vatom_getCharge(), Vatom_getPosition(), Vpbe_getSoluteDiel(), Vpbe_getTemperature(), Vpbe_getValist(), Vunit_ec, Vunit_eps0, Vunit_kb, and Vunit_pi.
double Vpbe_getDeblen | ( | Vpbe * | thee | ) |
Get Debye-Huckel screening length.
thee | Vpbe object |
Referenced by initMG().
double Vpbe_getGamma | ( | Vpbe * | thee | ) |
Get apolar coefficient.
thee | Vpbe object |
int Vpbe_getIons | ( | Vpbe * | thee, | |
int * | nion, | |||
double | ionConc[MAXION], | |||
double | ionRadii[MAXION], | |||
double | ionQ[MAXION] | |||
) |
Get information about the counterion species present.
thee | Pointer to Vpbe object | |
nion | Set to the number of counterion species | |
ionConc | Array to store counterion species' concentrations (M) | |
ionRadii | Array to store counterion species' radii (A) | |
ionQ | Array to store counterion species' charges (e) |
References sVpbe::ionConc, sVpbe::ionQ, sVpbe::ionRadii, and sVpbe::numIon.
Referenced by Vfetk_ctor2(), Vpmg_ctor2(), Vpmg_ibForce(), and Vpmg_qmEnergySMPBE().
double Vpbe_getLmem | ( | Vpbe * | thee | ) |
Get length of the membrane (A)aauthor Michael Grabe.
thee | Vpbe object |
Referenced by bcCalc().
double Vpbe_getMaxIonRadius | ( | Vpbe * | thee | ) |
Get maximum radius of ion species.
thee | Vpbe object |
Referenced by fillcoCoefMolIon(), fillcoCoefSpline(), fillcoCoefSpline3(), fillcoCoefSpline4(), and Vpmg_ibForce().
double Vpbe_getmembraneDiel | ( | Vpbe * | thee | ) |
Get membrane dielectric constant.
thee | Vpbe object |
Referenced by bcCalc().
double Vpbe_getmemv | ( | Vpbe * | thee | ) |
double* Vpbe_getSoluteCenter | ( | Vpbe * | thee | ) |
Get coordinates of solute center.
thee | Vpbe object |
Referenced by focusFillBound().
double Vpbe_getSoluteCharge | ( | Vpbe * | thee | ) |
Get total solute charge.
thee | Vpbe object |
Referenced by focusFillBound().
double Vpbe_getSoluteDiel | ( | Vpbe * | thee | ) |
Get solute dielectric constant.
thee | Vpbe object |
Referenced by fillcoCoefMolDielNoSmooth(), fillcoCoefSpline(), fillcoCoefSpline3(), fillcoCoefSpline4(), Vpbe_getCoulombEnergy1(), Vpmg_dbForce(), Vpmg_fillArray(), Vpmg_fillco(), and Vpmg_polarizEnergy().
double Vpbe_getSoluteRadius | ( | Vpbe * | thee | ) |
Get sphere radius which bounds biomolecule.
thee | Vpbe object |
Referenced by focusFillBound().
double Vpbe_getSoluteXlen | ( | Vpbe * | thee | ) |
Get length of solute in x dimension.
thee | Vpbe object |
double Vpbe_getSoluteYlen | ( | Vpbe * | thee | ) |
Get length of solute in y dimension.
thee | Vpbe object |
double Vpbe_getSoluteZlen | ( | Vpbe * | thee | ) |
Get length of solute in z dimension.
thee | Vpbe object |
double Vpbe_getSolventDiel | ( | Vpbe * | thee | ) |
Get solvent dielectric constant.
thee | Vpbe object |
Referenced by bcCalc(), fillcoCoefMolDielNoSmooth(), fillcoCoefMolDielSmooth(), fillcoCoefSpline(), fillcoCoefSpline3(), fillcoCoefSpline4(), focusFillBound(), Vpmg_dbForce(), Vpmg_fillArray(), Vpmg_fillco(), Vpmg_polarizEnergy(), and Vpmg_solveLaplace().
double Vpbe_getSolventRadius | ( | Vpbe * | thee | ) |
Get solvent molecule radius.
thee | Vpbe object |
Referenced by fillcoCoefMolDielNoSmooth(), and Vpmg_dbForce().
double Vpbe_getTemperature | ( | Vpbe * | thee | ) |
Get temperature.
thee | Vpbe object |
Referenced by focusFillBound(), Vpbe_getCoulombEnergy1(), Vpmg_dbForce(), and Vpmg_polarizEnergy().
Get accessibility oracle.
thee | Vpbe object |
Referenced by Vpmg_fillArray().
Get atom list.
thee | Vpbe object |
Referenced by Vfetk_getAtomColor(), Vfetk_loadMesh(), and Vpbe_getCoulombEnergy1().
double Vpbe_getXkappa | ( | Vpbe * | thee | ) |
Get Debye-Huckel parameter.
thee | Vpbe object |
Referenced by bcCalc(), and focusFillBound().
double Vpbe_getZkappa2 | ( | Vpbe * | thee | ) |
Get modified squared Debye-Huckel parameter.
thee | Vpbe object |
Referenced by Vfetk_ctor2(), Vpmg_ctor2(), Vpmg_ibForce(), Vpmg_qmEnergySMPBE(), and Vpmg_solve().
double Vpbe_getZmagic | ( | Vpbe * | thee | ) |
Get charge scaling factor.
thee | Vpbe object |
Referenced by fillcoChargeMap(), fillcoChargeSpline1(), fillcoChargeSpline2(), fillcoPermanentMultipole(), Vfetk_PDE_delta(), Vfetk_PDE_Ju(), Vpmg_dbForce(), Vpmg_dielEnergy(), Vpmg_fillArray(), Vpmg_ibForce(), and Vpmg_qfEnergyVolume().
double Vpbe_getzmem | ( | Vpbe * | thee | ) |
Get z position of the membrane bottom.
thee | Vpbe object |
Referenced by bcCalc().
unsigned long int Vpbe_memChk | ( | Vpbe * | thee | ) |
Return the memory used by this structure (and its contents) in bytes.
thee | Vpbe object |
References sVpbe::acc, and Vacc_memChk().