energy
Class FDPoissonBoltzmann_Parameters

java.lang.Object
  extended byenergy.FDPoissonBoltzmann_Parameters

public class FDPoissonBoltzmann_Parameters
extends java.lang.Object

Author:
mika TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
(package private)  double boltz
          Boltzmann's constant @f$k_B @f$.
 boolean center
           
 java.lang.String centermode
           
 double epssolute
           
 double epssolvent
           
 int GPX
           
 int GPY
           
 int GPZ
           
 double gridcenterX
           
 double gridcenterY
           
 double gridcenterZ
           
 double gridspacing
           
 double ionicstrength
           
 double proberadius
           
(package private)  double temperature
           
 
Constructor Summary
FDPoissonBoltzmann_Parameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gridcenterX

public double gridcenterX

gridcenterY

public double gridcenterY

gridcenterZ

public double gridcenterZ

GPX

public int GPX

GPY

public int GPY

GPZ

public int GPZ

gridspacing

public double gridspacing

epssolute

public double epssolute

epssolvent

public double epssolvent

ionicstrength

public double ionicstrength

boltz

double boltz
Boltzmann's constant @f$k_B @f$.


temperature

double temperature

proberadius

public double proberadius

center

public boolean center

centermode

public java.lang.String centermode
Constructor Detail

FDPoissonBoltzmann_Parameters

public FDPoissonBoltzmann_Parameters()