diff options
Diffstat (limited to '443/DEPENDENCIES/19_1_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/19_1_data.sci | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/19_1_data.sci b/443/DEPENDENCIES/19_1_data.sci new file mode 100644 index 000000000..441d7514a --- /dev/null +++ b/443/DEPENDENCIES/19_1_data.sci @@ -0,0 +1,16 @@ +//speed of the engine(in rpm)
+s=3600;
+//Volumetric efficiency
+nv=0.82
+//Atmospheric pressure ( in bar )
+a=1
+//Pressure ratio
+pr=1.6
+//Ambient temperature (in kelvin)
+t=300
+//Isentrophic efficiency of compressor
+nc=0.7
+//Free air inducted per minute
+fia=12
+//Specific heat of gas at constant pressure
+Cp=1.005
\ No newline at end of file |