faunus
Public Member Functions | List of all members
Faunus::Energy::ContainerOverlap Class Reference

Check if particles are outside the simulation container. More...

#include <energy.h>

Inheritance diagram for Faunus::Energy::ContainerOverlap:
Inheritance graph
[legend]
Collaboration diagram for Faunus::Energy::ContainerOverlap:
Collaboration graph
[legend]

Public Member Functions

 ContainerOverlap (const Space &spc)
 
double energy (const Change &change) override
 energy due to change
 
- Public Member Functions inherited from Faunus::Energy::EnergyTerm
virtual void to_json (json &j) const
 json output
 
virtual void sync (EnergyTerm *other_energy, const Change &change)
 Sync (copy from) another energy instance. More...
 
virtual void init ()
 reset and initialize
 
virtual void updateState (const Change &change)
 Update internal state to reflect change in e.g. Space. More...
 
virtual void force (PointVector &forces)
 update forces on all particles
 

Additional Inherited Members

- Public Types inherited from Faunus::Energy::EnergyTerm
enum  MonteCarloState { ACCEPTED, TRIAL, NONE }
 
- Public Attributes inherited from Faunus::Energy::EnergyTerm
MonteCarloState state = MonteCarloState::NONE
 
std::string name
 Meaningful name.
 
std::string citation_information
 Possible reference; may be left empty.
 
TimeRelativeOfTotal< std::chrono::microseconds > timer
 Timer for measuring speed.
 

Detailed Description

Check if particles are outside the simulation container.

If any particles is ouside, infinite energy is returned; zero otherwirse. This is not needed for cuboidal geometry as particles are always wrapped using PBC.


The documentation for this class was generated from the following files: