Skip to content

Commit

Permalink
Merge pull request #2 from virtual-labs/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
vaibhavkurhe27 authored Apr 28, 2022
2 parents 816fb76 + 6106397 commit ff1ed3f
Show file tree
Hide file tree
Showing 84 changed files with 17,755 additions and 58 deletions.
6 changes: 5 additions & 1 deletion experiment/aim.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
### Aim of the experiment
### To quantify the stock removal rate from basic concept of bulk boiling for metals using Lazeranko's model

### Objective
1. To estimate the effect of pulse energy and pulse width on crater depth, crater volume assuming bulk boiling using Lazeranko's model
2. To understand the phenomenon of over cut, taper and surface finish as a result of variation in pulse energy
2 changes: 1 addition & 1 deletion experiment/experiment-name.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## Experiment name
## To study erosion mechanism from Lazarenko's model
Binary file added experiment/images/img1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/images/img2.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/images/img3.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/images/img4.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 46 additions & 22 deletions experiment/posttest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,61 @@
"version": 2.0,
"questions": [
{
"question": "This is a Sample Question 1?",
"question": "In EDM process generally the erosion in most of the materials is higher",
"answers": {
"a": "answer1",
"b": "answer2",
"c": "answer3",
"d": "answer4"
"a": "with reverse polarity",
"b": "irrespective of the polarity",
"c": "with direct polarity",
"d": "none of the above"
},
"explanations": {
"a": "Explanation 1 <a href='www.google.com'>here</a>",
"b": "Explanation 2",
"c": "Explanation 2",
"d": "Explanation 2"

"correctAnswer": "c",
"difficulty": "beginner"
},
{
"question": "The breakdown of EDM fluid is due to",
"answers": {
"a": "intrinsic",
"b": "avalanche",
"c": "ionic",
"d": "all of the above"
},
"correctAnswer": "a",

"correctAnswer": "b",
"difficulty": "beginner"
},
{
"question": "This is a Sample Question 2?",
"question": "Is Lazeranko’s model",
"answers": {
"a": "answer1",
"b": "answer2",
"c": "answer3",
"d": "answer4"
"a": "Semi analytical",
"b": "Analytical",
"c": "Semi emperical",
"d": "Empirical"
},
"explanations": {
"a": "Explanation 1 <a href='www.google.com'>here</a>",
"b": "Explanation 2",
"c": "Explanation 2",
"d": "Explanation 2"

"correctAnswer": "d",
"difficulty": "beginner"
},
{
"question": "Can taper be calculated by Lazeranko’s model",
"answers": {
"a": "Yes",
"b": "No",
"c": "Not applicable"
},
"correctAnswer": "c",

"correctAnswer": "a",
"difficulty": "beginner"
},
{
"question": "Can surface finish be evaluated form Lazeranko’s model",
"answers": {
"a": "No",
"b": "Yes",
"c": "Not relevant"
},

"correctAnswer": "b",
"difficulty": "beginner"
}
]
Expand Down
68 changes: 47 additions & 21 deletions experiment/pretest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,64 @@
"version": 2.0,
"questions": [
{
"question": "This is a Sample Question 1?",
"question": "In EDM process the crater depth is",
"answers": {
"a": "answer1",
"b": "answer2",
"c": "answer3",
"d": "answer4"
"a": "Not related to crater diameter",
"b": "Less than crater diameter",
"c": "More than crater diameter",
"d": "Equal to crater diameter"
},
"explanations": {
"a": "Explanation 1 <a href='www.google.com'>here</a>",
"b": "Explanation 2",
"c": "Explanation 2",
"d": "Explanation 2"

"correctAnswer": "b",
"difficulty": "beginner"
},
{
"question": "The metal removal rate in Electrical Discharge Machining (EDM) process is more when",
"answers": {
"a": "Independent of tool material",
"b": "Tool material is a bad conductor",
"c": "The tool material is harder",
"d": "The tool material is softer"
},
"correctAnswer": "a",

"correctAnswer": "d",
"difficulty": "beginner"
},
{
"question": "This is a Sample Question 2?",
"question": "The metal removal rate is dependent on",
"answers": {
"a": "answer1",
"b": "answer2",
"c": "answer3",
"d": "answer4"
"a": "Pulse width",
"b": "Current passing",
"c": "applied voltage",
"d": "All of the above"
},
"explanations": {
"a": "Explanation 1 <a href='www.google.com'>here</a>",
"b": "Explanation 2",
"c": "Explanation 2",
"d": "Explanation 2"

"correctAnswer": "d",
"difficulty": "beginner"
},
{
"question": "In MRR estimation Lazeranko’s model considers",
"answers": {
"a": "Convection mode of heat transfer",
"b": "Radiation mode of heat transfer",
"c": "All of the above",
"d": "None of the above"
},

"correctAnswer": "c",
"difficulty": "beginner"
},
{
"question": "In EDM, the machining rate using a given tool is more",
"answers": {
"a": "For softer material",
"b": "Independent of material properties",
"c": "Non conductive materials",
"d": "For harder material"
},

"correctAnswer": "a",
"difficulty": "beginner"
}
]
}
5 changes: 4 additions & 1 deletion experiment/procedure.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
### Procedure
### Procedure
1. To gather basic knowledge of Wire cut Electrical Discharge Machining.
2. To determine heated volume in solid state, melt state and evaporation state (crater volume) using MATLAB.
3. In second stage of experiments to correlate/ compare results obtained experimentally with the theoretical ones.
26 changes: 25 additions & 1 deletion experiment/references.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
### Link your references in here
### Reference

1. Abdel Hasan-Gawad El Hofy, (2005), "Advanced Machining Processes", Mc-GrawHill, MECHNICAL ENGINEERING SERIES.
2. ASM Handbook, Volume 2, "Properties and selection: Non-ferrous Alloys and Special-Purpose Materials"
3. Bayazitoglu Y., Ozisik M., (1988), "Elements of Heat Transfer", McGraw Hill International Editions, pp.140-143.
4. Benedict G. F., (1987), "Nontraditional Manufacturing Processes", Marcel Dekker, New York.
5. Carslaw H. S., and Jaeger J. C., (1959), "Conduction of Heat in Solids", 2nd Edition, Clarendon Press, Oxford.
6. Charmilles, (20th Oct 2004), "EDM Principles: Electrical Discharge Machining", Corporate Publications, US.
7. Complete EDM handbook. Compliments of www.ReliableEDM.com.
8. E. Bud Guitrau, (1997), "The EDM Handbook", Hanser Gardener Publications.
9. EDM Today, (2007), January/February Issue.
10. Elman C. Jameson, (2007), "Electrical Discharge Machining", Society of Manufacturing Engineers Dearborn, Michigan.
11. Ghosh A., and Mallik, A, (2008), "Manufacturing Sciences" EWP New Delhi, pp. 386-390.
12. Hasiguchi K., Motoki, M., (1967), "Energy distribution at the gap in Electric discharge machining", Annals of CIRP, Vol. 14, pp. 485-489.
13. Hatchek R. L, (Mar. 1984), "EDM Update '84", American Machinist, pp. 113- 124.
14. Ho K. H., Newman S. T., (2003), "State of the art in electrical discharge machining (EDM)", International Journal of Machine Tools & Manufacture, Vol.43, pp.1287–1300.
15. Mishra P. K., (2002), "Non Conventional Machining Processes", Narosa Publication House, New Delhi.

**Further readings:**

1. Maxwell, J. C., (1867), "On the dynamical theory of gases", Philosophical Transactions of the Royal Society of London, Vol. 157, pp. 49- 88.
2. Rebelo J. C., Morao A., Kermer Dias D., Lebrun J. L., (1998) "Influence of EDM pulse energy on the surface integrity of martenstic steels" Journal of Materials Processing Technology, Vol. 84, pp.90-96.
3. Tzou D.Y., (1996), "Macro-to micro-scale heat transfer: the lagging behavior", Taylor & Francis, Washington, DC, pp. 25–29.
4. Vernotte M. P., (1961), "Some possible complications in the phenomena of thermal conduction", Comptes Rendus, Vol. 252, pp. 2190-2191, 369- 371.
5. Williams E. M. et. al., (Jan. 1952), "Theory of Electric Spark Machining", Transactions of AIEEE", Vol. 71, pp. 105-108. 6. www.unl.edu/nmrc/wire
Binary file added experiment/simulation/css/chosen-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ff1ed3f

Please sign in to comment.