Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91095517
material_point.cc
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, 20:38
Size
458 B
Mime Type
text/x-c
Expires
Sat, Nov 9, 20:38 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22195647
Attached To
R7571 SP4E-TB-TL-FR
material_point.cc
View Options
#include "material_point.hh"
/* -------------------------------------------------------------------------- */
void MaterialPoint::printself(std::ostream& stream) const {
Particle::printself(stream);
stream << " " << temperature << " " << heat_rate;
}
/* -------------------------------------------------------------------------- */
void MaterialPoint::initself(std::istream& sstr) {
Particle::initself(sstr);
sstr >> temperature >> heat_rate;;
}
Event Timeline
Log In to Comment