Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91090010
compute_temperature.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
Thu, Nov 7, 19:17
Size
516 B
Mime Type
text/x-c++
Expires
Sat, Nov 9, 19:17 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22194574
Attached To
R7571 SP4E-TB-TL-FR
compute_temperature.hh
View Options
#ifndef __COMPUTE_TEMPERATURE__HH__
#define __COMPUTE_TEMPERATURE__HH__
/* -------------------------------------------------------------------------- */
#include "compute.hh"
//! Compute contact interaction between ping-pong balls
class ComputeTemperature : public Compute {
// Virtual implementation
public:
//! Penalty contact implementation
void compute(System& system) override;
};
/* -------------------------------------------------------------------------- */
#endif //__COMPUTE_TEMPERATURE__HH__
Event Timeline
Log In to Comment