summaryrefslogtreecommitdiff
path: root/806/CH8/EX8.3
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 10:59:42 +0530
committerprashantsinalkar2018-02-03 10:59:42 +0530
commitd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch)
tree612077a22c8142c0ae754ec11882a4e7d5dc25a4 /806/CH8/EX8.3
parentf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff)
downloadScilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip
Modified the code
Diffstat (limited to '806/CH8/EX8.3')
-rw-r--r--806/CH8/EX8.3/83.sce13
-rw-r--r--806/CH8/EX8.3/83.txt22
2 files changed, 0 insertions, 35 deletions
diff --git a/806/CH8/EX8.3/83.sce b/806/CH8/EX8.3/83.sce
deleted file mode 100644
index 90666a4f9..000000000
--- a/806/CH8/EX8.3/83.sce
+++ /dev/null
@@ -1,13 +0,0 @@
-clc
-pathname=get_absolute_file_path('83.sce')
-filename=pathname+filesep()+'83.sci'
-exec(filename)
-diary('C:\users\Bhavesh\desktop\scilab\83.txt')
-disp("A source with strength 0.2m^3/s and a vortex with strength 1 m^2/s are located at the origin.Determine the equations for velocity potential and stream function.What are the velocity components at x=1 m,y=0.5 m?")
-disp("Solution:")
-r=sqrt(x^2+y^2)
-Vr=1/(10*%pi*r)
-Vt=1/(2*%pi*r)
-disp("m/s",Vr,"Vr=")
-disp("m/s",Vt,"Vt=")
-diary(0)
diff --git a/806/CH8/EX8.3/83.txt b/806/CH8/EX8.3/83.txt
deleted file mode 100644
index 44a79db57..000000000
--- a/806/CH8/EX8.3/83.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-
- A source with strength 0.2m^3/s and a v
- ortex with strength 1 m^2/s are lo
- cated at the origin.Determine the
- equations for velocity potential a
- nd stream function.What are the ve
- locity components at x=1 m,y=0.5 m
- ?
-
- Solution:
-
- Vr=
-
- 0.0284705
-
- m/s
-
- Vt=
-
- 0.1423525
-
- m/s