Sravan Balaji 8b163631ca Modify main.py
* Add new class SpecimenDimensions to hold dimensional information.
* Add stress variable to FrameData class.
* rename calc_stress function to read_file
* Add data filepath as input to read_file function
* read_file function now calculates stress from cross-sectional area
  of specimen and load from each frame.
* read_file function now returns dictionary (indexed by frame number)
  of FrameData objects that have load, displacement, and stress data.
  Also returns SpecimenDimensions object that holds width, thickness,
  gauge length, and overall length.
2019-04-15 19:40:58 -04:00
2019-03-21 14:48:42 -04:00
2019-04-15 19:40:58 -04:00
2019-03-25 16:44:00 -04:00
2019-03-20 09:50:11 -04:00

EECS 442 DIC Project

Description
No description provided
Readme MIT 710 MiB
Languages
Python 100%