diff options
Diffstat (limited to '443/DEPENDENCIES/17_21_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/17_21_data.sci | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/17_21_data.sci b/443/DEPENDENCIES/17_21_data.sci new file mode 100644 index 000000000..8135339f3 --- /dev/null +++ b/443/DEPENDENCIES/17_21_data.sci @@ -0,0 +1,14 @@ +//Working loop mean effective pressure(in bar)
+wlep=6;
+//Pumping loop mean effective pressure(in bar)
+plep=0.4;
+//Speed of the engine(in rpm)
+N=400;
+//Working cycle per minue in no load conditioons(in rpm)
+Wc=50;
+//Mean effective pressure(in bar)
+pfm=0.6;
+//Diameter of he engine(in m)
+D=0.18;
+//Stroke of the engine(in m)
+L=0.33;
|