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 c61f99c + f64fec9 commit 46971fa
Show file tree
Hide file tree
Showing 42 changed files with 3,220 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 (circular).</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 force on curved surface (circular)
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/4.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": "Find the position of centre of pressure on a curved surface 'AB' which is quadrant of a circle of radius 2.5 m. The depth(h) of centre(O) from free surface of water is 1.7 m. The width of the gate is unity. Refer figure in the simulator.", "answers": {"a": "3.15 m", "b": "3.19 m", "c": "3.21 m", "d": "3.12 m"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "d", "difficulty": "beginner"}, {"question": "Find the position of centre of pressure on a curved surface 'AB' which is quadrant of a circle of radius 2.7 m. The depth(h) of centre(O) from free surface of water is 1.5 m. The width of the gate is unity. Refer figure in the simulator.", "answers": {"a": "3.06 m", "b": "3.09 m", "c": "3.12 m", "d": "3.02 m"}, "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"}]}
5 changes: 4 additions & 1 deletion experiment/procedure.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
### 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%;'>
<img src="images/4.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>
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 46971fa

Please sign in to comment.