Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92005687
compute_potential_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
Sat, Nov 16, 13:30
Size
1 KB
Mime Type
text/x-c++
Expires
Mon, Nov 18, 13:30 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22344012
Attached To
R9316 Omid_Ashtari
compute_potential_energy.hh
View Options
#ifndef __COMPUTE_POTENTIAL_ENERGY__HH__
#define __COMPUTE_POTENTIAL_ENERGY__HH__
/* -------------------------------------------------------------------------- */
#include "compute_energy.hh"
#include "compute_interaction.hh"
/* -------------------------------------------------------------------------- */
//! Compute potential energy of system
class
ComputePotentialEnergy
:
public
ComputeEnergy
{
/* ------------------------------------------------------------------------ */
/* Constructors/Destructors */
/* ------------------------------------------------------------------------ */
public
:
ComputePotentialEnergy
(
ComputeInteraction
&
cForces
);
/* ------------------------------------------------------------------------ */
/* Methods */
/* ------------------------------------------------------------------------ */
public
:
void
compute
(
System
&
system
)
override
;
/* ------------------------------------------------------------------------ */
/* Members */
/* ------------------------------------------------------------------------ */
protected
:
ComputeInteraction
&
cForces
;
};
/* -------------------------------------------------------------------------- */
#endif
//__COMPUTE_POTENTIAL_ENERGY__HH__
Event Timeline
Log In to Comment