Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90968779
compute_kinetic_energy.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 6, 12:22
Size
454 B
Mime Type
text/x-c++
Expires
Fri, Nov 8, 12:22 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22161123
Attached To
R7571 SP4E-TB-TL-FR
compute_kinetic_energy.hh
View Options
#ifndef __COMPUTE_KINETIC_ENERGY__HH__
#define __COMPUTE_KINETIC_ENERGY__HH__
/* -------------------------------------------------------------------------- */
#include "compute_energy.hh"
//! Compute kinetic energy of system
class
ComputeKineticEnergy
:
public
ComputeEnergy
{
public
:
void
compute
(
System
&
system
)
override
;
};
/* -------------------------------------------------------------------------- */
#endif
//__COMPUTE_KINETIC_ENERGY__HH__
Event Timeline
Log In to Comment