Skip to content

Commit

Permalink
Adding files
Browse files Browse the repository at this point in the history
adding sims and lab manuals
  • Loading branch information
pushpdeep authored Nov 25, 2024
2 parents cf907e3 + 0874a4e commit 1fe6512
Show file tree
Hide file tree
Showing 51 changed files with 3,065 additions and 94 deletions.
2 changes: 1 addition & 1 deletion experiment/aim.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### Aim of the experiment
<h3>AIM: To find Hydrostatic force on curved surface (parabola).</h3>
6 changes: 2 additions & 4 deletions experiment/contributors.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
EMPTY
<!-- Remove all lines above this line before making changes to the file -->
### Subject Matter Experts
| SNo. | Name | Email | Institute | ID |
| :---: | :---: | :---: | :---: | :---: |
| 1 | name | email | institute | id |
| 1 | Prof. Santosh B Noronha | [email protected] | IIT Bombay | id |

### Developers
| SNo. | Name | Email | Institute | ID |
| :---: | :---: | :---: | :---: | :---: |
| 1 | name | email | institute | id |
| 1 | | email | | id |
2 changes: 1 addition & 1 deletion experiment/experiment-name.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## Experiment name
## Hydrostatic Forces on Surface: Hydrostatic Force on Curved Surface (Parabola)
Binary file added experiment/images/1.png
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/2.png
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/3.png
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/theory_img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 1 addition & 39 deletions experiment/posttest.json
Original file line number Diff line number Diff line change
@@ -1,39 +1 @@
{
"version": 2.0,
"questions": [
{
"question": "This is a Sample Question 1?",
"answers": {
"a": "answer1",
"b": "answer2",
"c": "answer3",
"d": "answer4"
},
"explanations": {
"a": "Explanation 1 <a href='www.google.com'>here</a>",
"b": "Explanation 2",
"c": "Explanation 2",
"d": "Explanation 2"
},
"correctAnswer": "a",
"difficulty": "beginner"
},
{
"question": "This is a Sample Question 2?",
"answers": {
"a": "answer1",
"b": "answer2",
"c": "answer3",
"d": "answer4"
},
"explanations": {
"a": "Explanation 1 <a href='www.google.com'>here</a>",
"b": "Explanation 2",
"c": "Explanation 2",
"d": "Explanation 2"
},
"correctAnswer": "c",
"difficulty": "beginner"
}
]
}
{"version": 2.0, "questions": [{"question": "The curved surface of dam having equation y = x<sup>2</sup>/10. The height 'h' of the dam is 14 m and width is 1 m. Calculate inclination with horizontal.", "answers": {"a": "49.12", "b": "48.41", "c": "48.52", "d": "48.89"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "b", "difficulty": "beginner"}, {"question": "The curved surface of dam having equation y = x<sup>2</sup>/10. The height 'h' of the dam is 11 m and width is 1 m. Calculate inclination with horizontal.", "answers": {"a": "51.81", "b": "51.23", "c": "52.98", "d": "50.89"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}]}
40 changes: 1 addition & 39 deletions experiment/pretest.json
Original file line number Diff line number Diff line change
@@ -1,39 +1 @@
{
"version": 2.0,
"questions": [
{
"question": "This is a Sample Question 1?",
"answers": {
"a": "answer1",
"b": "answer2",
"c": "answer3",
"d": "answer4"
},
"explanations": {
"a": "Explanation 1 <a href='www.google.com'>here</a>",
"b": "Explanation 2",
"c": "Explanation 2",
"d": "Explanation 2"
},
"correctAnswer": "a",
"difficulty": "beginner"
},
{
"question": "This is a Sample Question 2?",
"answers": {
"a": "answer1",
"b": "answer2",
"c": "answer3",
"d": "answer4"
},
"explanations": {
"a": "Explanation 1 <a href='www.google.com'>here</a>",
"b": "Explanation 2",
"c": "Explanation 2",
"d": "Explanation 2"
},
"correctAnswer": "c",
"difficulty": "beginner"
}
]
}
{"version": 2.0, "questions": [{"question": "The pressure force on a surface is given by", "answers": {"a": "$$ \\rho* g * A * \\bar{h} $$", "b": "$$ \\rho * g * \\bar{h} $$", "c": "$$ P * A $$", "d": "$$ \\rho * g * A * h^* $$"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}, {"question": "Centre of pressure is given by", "answers": {"a": "$$ \\frac{I_G*\\bar{h}}{(A*\\bar{h}+\\bar{h})} $$", "b": "$$ \\frac{I_G}{A*\\bar{h}}+\\bar{h}^2 $$", "c": "$$ \\frac{I_G}{A*\\bar{h}}+\\bar{h} $$", "d": "$$ \\frac{I_G}{\\bar{h}}+\\bar{h} $$"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "c", "difficulty": "beginner"}]}
4 changes: 3 additions & 1 deletion experiment/procedure.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
### Procedure
<img src="images/1.png" style='width: 100%;'>
<img src="images/2.png" style='width: 100%;'>
<img src="images/3.png" style='width: 100%;'>
5 changes: 4 additions & 1 deletion experiment/references.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
### Link your references in here
<p>1. Fluid Mechanics By R. K. Bansal</p>
<p>2. Fluid Mechanics: Fundamentals and Applications by John. M. Cimbala Yunus A. Cengel</p>
<p>3. Fluid Mechanics: Fundamentals and Applications by Yunus Cengel</p>
<p>4. Fluid Mechanics by Frank M. White</p>
Binary file added experiment/simulation/.DS_Store
Binary file not shown.
109 changes: 109 additions & 0 deletions experiment/simulation/common_libraries/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
.center-text {
text-align: center;
}

.fs-08vw {
font-size: 0.8vw;
}

.fs-1vw {
font-size: 1vw;
}

.fs-15vw {
font-size: 1.6vw;
}

.fs-2vw {
font-size: 2vw;
}


.fs-25vw {
font-size: 2.5vw;
}

.fs-3vw {
font-size: 3vw;
}

.fs-14px {
font-size: 14px;
}

.fs-15px {
font-size: 15px;
}

.fs-16px {
font-size: 16px;
}

.fs-17px {
font-size: 17px;
}

.fs-18px {
font-size: 18px;
}

.fs-20px {
font-size: 20px;
}

.fs-22px {
font-size: 22px;
}

.fs-24px {
font-size: 24px;
}


.fs-28px {
font-size: 28px;
}


.fs-32px {
font-size: 32px;
}

.std-btn {
width: 20vw;
font-size: 16px;
color: white;
}

.fb-500 {
font-weight: 500;
}

.fb-600 {
font-weight: 600;
}

.fb-700 {
font-weight: 700;
}


.fb-800 {
font-weight: 800;
}


.divide {
width: 90%;
margin: auto;
background-color: rgb(213, 224, 242);
box-shadow: 0 3px 10px 3px grey;
margin-top: 2vw;
padding-bottom: 10px;
border-radius: 5px;
padding: 2vw;
}

.d-inline-flex {
margin-left: 5% !important;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1fe6512

Please sign in to comment.