| 56 |
|
#include "nonbonded/Cutoffs.hpp" |
| 57 |
|
#include "nonbonded/SwitchingFunction.hpp" |
| 58 |
|
#include "nonbonded/InteractionManager.hpp" |
| 59 |
+ |
#include "perturbations/Perturbation.hpp" |
| 60 |
|
#include "parallel/ForceDecomposition.hpp" |
| 61 |
|
|
| 62 |
|
#define PREPAIR_LOOP 0 |
| 84 |
|
protected: |
| 85 |
|
bool initialized_; |
| 86 |
|
bool doParticlePot_; |
| 87 |
+ |
bool doElectricField_; |
| 88 |
|
bool doHeatFlux_; |
| 89 |
|
|
| 90 |
|
virtual void setupCutoffs(); |
| 114 |
|
vector<RealType> electrostaticScale_; |
| 115 |
|
|
| 116 |
|
Mat3x3d stressTensor; |
| 117 |
+ |
|
| 118 |
+ |
vector<Perturbation*> perturbations_; |
| 119 |
|
}; |
| 120 |
|
} |
| 121 |
|
#endif //BRAINS_FORCEMANAGER_HPP |