ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
observable.hpp File Reference
#include "algorithms.hpp"
#include "properties.hpp"
+ Include dependency graph for observable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ParticleObservables::Product< Left, Right >
 Meta-Observable that returns the product of two other observables. More...
 

Namespaces

namespace  ParticleObservables
 

Typedefs

using ParticleObservables::Momentum = Product< Mass, Velocity >
 
using ParticleObservables::AverageMomentum = Average< Momentum >
 
using ParticleObservables::CenterOfMassPosition = WeightedAverage< Position, Mass >
 
using ParticleObservables::CenterOfMassVelocity = WeightedAverage< Velocity, Mass >
 
using ParticleObservables::Identities = Map< Identity >
 
using ParticleObservables::Forces = Map< Force >
 
using ParticleObservables::Positions = Map< Position >
 
using ParticleObservables::Velocities = Map< Velocity >
 
using ParticleObservables::Directors = Map< Director >
 
using ParticleObservables::DipoleFields = Map< DipoleField >
 
using ParticleObservables::BodyVelocities = Map< BodyVelocity >
 
using ParticleObservables::AngularVelocities = Map< AngularVelocity >
 
using ParticleObservables::BodyAngularVelocities = Map< BodyAngularVelocity >