Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanthimodepu committed Jul 11, 2022
2 parents c46b9a4 + 20bef93 commit 767003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/simulation/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ document.addEventListener('DOMContentLoaded', function() {
// RAW DATA USED IN THE SIMULATION

const stress = [295.4, 275.5, 253.6, 233.6, 199.4, 182.8, 177, 121, 112.8, 117.3, 102.9, 86.66, 80.17, 76.68, 57.94, 73.07, 65.65, 41.41, 49.67];
const cycles = ["133N", "176N", "200N", "280N", "350N", "380N", "444N", "876N", "907N", "1708N", "N3000", "6690", "9750N", "15990N", "43560N", "60150N", "63300N", "141300N", "166560N"];
const cycles = ["133", "176", "200", "280", "350", "380", "444", "876", "907", "1708", "3000", "6690", "9750", "15990", "43560", "60150", "63300", "141300", "166560"];
const force = [140, 130, 120, 110, 94.5, 86.6, 83.9, 76.4, 67.9, 72.4, 58.8, 46.1, 41.6, 39.4, 28.4, 37.1, 32.7, 19.8, 24];

const restartButton = document.getElementById('restart');
Expand Down

0 comments on commit 767003d

Please sign in to comment.