NetDEM v1.0
Loading...
Searching...
No Matches
netdem::ParticleEnergy Struct Reference

A struct used to hold energy information about a particle. More...

#include <particle_energy_evaluator.hpp>

Public Attributes

double total {0}
 
double kinetic {0}
 
double gravitational {0}
 
double translational {0}
 
double rotational {0}
 

Detailed Description

A struct used to hold energy information about a particle.

The ParticleEnergy struct contains the total, kinetic, gravitational, translational, and rotational energies for a particle.

Member Data Documentation

◆ gravitational

double netdem::ParticleEnergy::gravitational {0}

◆ kinetic

double netdem::ParticleEnergy::kinetic {0}

◆ rotational

double netdem::ParticleEnergy::rotational {0}

◆ total

double netdem::ParticleEnergy::total {0}

◆ translational

double netdem::ParticleEnergy::translational {0}

The documentation for this struct was generated from the following file: