Interaction
SimulationBuilder > Shared > SystemTypes&Interactions
This is the base class for particle systems/interactions. It defines virtual functions that are expected to be defined in each interaction class that inherits from it:
- ComputeForce
- ComputeShiftedForce
- ComptePotential
- GetOverlapCutoffSq
- GetCutoffSq
- GetLongRangePressureCorrection
- GetLongRangePotentialCorrection
- GetMaxCutoff
- PrintLammpsEquivalent
- PrintRestartData
External Links