#include <potential/coulomb.H>
Definition at line 51 of file coulomb.H.
Inheritance diagram for coulomb:
Collaboration diagram for coulomb:Public Member Functions | |
| TypeName ("coulomb") | |
| Runtime type information.
| |
| coulomb (const word &name, const dictionary &pairPotentialProperties) | |
| Construct from components.
| |
| ~coulomb () | |
| scalar | unscaledEnergy (const scalar r) const |
| bool | read (const dictionary &pairPotentialProperties) |
| Read dictionary.
| |
Static Public Attributes | |
| static scalar | oneOverFourPiEps0 |
| coulomb | ( | const word & | name, |
| const dictionary & | pairPotentialProperties | ||
| ) |
| TypeName | ( | "coulomb" | ) |
Runtime type information.
| scalar unscaledEnergy | ( | const scalar | r ) | const [virtual]
|
Implements pairPotential.
Definition at line 68 of file coulomb.C.
References coulomb::oneOverFourPiEps0.
| bool read | ( | const dictionary & | pairPotentialProperties ) | [virtual]
|
scalar oneOverFourPiEps0 [static]
|
1.0/(4.0 * mathematicalConstant::pi * 8.854187817e-12)
Definition at line 63 of file coulomb.H.
Referenced by coulomb::unscaledEnergy().