# | Line 55 | Line 55 | namespace OpenMD { | |
---|---|---|
55 | ||
56 | const RealType pressureConvert = 1.63882576e8; // converts amu*fs^-2*Ang^-1 -> atm | |
57 | ||
58 | + | //! \name chargeFieldConvert Converts electron-volts to kcal/mol |
59 | + | const RealType chargeFieldConvert = 23.0609; |
60 | + | //! \name dipoleFieldConvert Converts Debye*Volts/Angstroms to kcal/mol |
61 | + | const RealType dipoleFieldConvert = 4.8018969509; |
62 | + | |
63 | /* | |
64 | * surfaceTensionConvert | |
65 | * multiplies standard input file units of |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |