You are on page 1of 10

Javier Romero

Yeferson Aroca Tovar


Stefany Delgado Contreras
Maria Alejandra Sarmiento
laura valentina Villamil

ASPIRADORA

Out[ ]=

FUNCIÓN DE CORRIENTE (POLARES)


In[1]:= m= -0.5
Out[1]= -0.5

In[2]:= ψ1=m*θ1
ψ2=m*θ2
ψtotal=ψ1+ψ2

Out[2]= -0.5θ1

Out[3]= -0.5θ2

Out[4]= -0.5θ1-0.5θ2

Printed by Wolfram Mathematica Student Edition


2 TALLER ASPIRADORA1.pdf

FUNCIÓN DE CORRIENTE (GLOBALES)


In[5]:= b=2.2
a=0
Out[5]= 2.2

Out[6]= 0

In[7]:= θ1= ArcTan[x-a, y-b]


arco tangente

Out[7]= ArcTan[x,-2.2+y]

In[8]:= θ2= ArcTan[x, y+b]


arco tangente

Out[8]= ArcTan[x, 2.2+y]

In[9]:= ψtotal

Out[9]= -0.5 ArcTan[x,-2.2+y] -0.5 ArcTan[x, 2.2+y]

GRÁFICA FUNCIÓN DE CORRIENTE


In[10]:= ContourPlot[0.5 ArcTan[x,-2.2+y] +0.5 ArcTan[x, 2.2+y],
representación de ⋯ arco tangente arco tangente
{x,-8, 8},{y,-8, Contours50]
8}, contornos

0
Out[10]=

-5 0 5

Printed by Wolfram Mathematica Student Edition


TALLER ASPIRADORA1.pdf 3

COMPONENTES DE VELOCIDAD
In[11]:= u=
D[ψtotal, y]
deriva

Out[11]= -

0.5 x 0.5 x
-
x + (-2.2+y)
2
x2 + (2.2+y) 2
2

In[12]:= v= - D[ψtotal, x]
deriva
0.5 × (2.2-y) 0.5 × (-2.2-y)
Out[12]= +
x2 + (-2.2+y) x2 + (2.2+y) 2
2

In[13]:= Plot3D[v,{x,-4, 4},{y,-4, 4}]


representación gráfica 3D

Out[13]=

In[14]:= v
0.5 × (2.2-y) 0.5 × (-2.2-y)
Out[14]=
+
x2 + (-2.2+y) x2 + (2.2+y) 2
2

Printed by Wolfram Mathematica Student Edition


4 TALLER ASPIRADORA1.pdf

0.5 × (2.2- 0.5 × (-2.2-


In[15]:= ContourPlot- y) y) ,{x,-3, 3},{y,-3, 3}
-
2
representación de cxo nt+or(no-s2.2+y) 2 x2 + (2.2+y) 2

0
Out[15]=

3
-3 -2 -1 0 1 2 3

In[16]:= u

0.5 x 0.5 x
Out[16]= - -
x2 + (-2.2+y) x2 + (2.2+y) 2

Printed by Wolfram Mathematica Student Edition


TALLER ASPIRADORA1.pdf 5

In[17]:=

0.5 x 0.5 x
ContourPlot + ,{x,-3, 3},{y,-3, 3}
2
representación dexc o+nt(or-n2os.2+y) 2 x2 + (2.2+y) 2

0
Out[17]=

3
-3 -2 -1 0 1 2 3

In[18]:=

In[19]:= Vel= {u, v}


0.5 x 0.5 x 0.5 × (2.2-y) 0.5 × (-2.2-y)
Out[19]= - - + 
x2 + (-2.2+y) , x2 + (-2.2+y) x2 + (2.2+y)
2
x2 + (2.2+y) 2 2 2

Printed by Wolfram Mathematica Student Edition


6 TALLER ASPIRADORA1.pdf

In[20]:= StreamPlot[Vel,{x,-5, 5},{y,-5, 5}]


representación de flujo

0
Out[20]=

-4 -2 0 2 4

MAGNITUD DE LA VELOCIDAD
In[21]:= v= Sqrt[u ^ 2+v^ 2]
raíz cuadrada

2 2
0.5 x 0.5 x 0.5 × (2.2-y)0.5 × (-2.2-y)
Out[21]= - - + +
x2 + (-2.2+y) 2x2 + (2.2+y) 2 x2 + (-2.2+y) 2x2 + (2.2+y) 2

Printed by Wolfram Mathematica Student Edition


TALLER ASPIRADORA1.pdf 7

In[22]:=

ContourPlot[v,{x,-8, 8},{y,-8, 8}]


representación de contornos

0
Out[22]=

-5 0 5

DISTRIBUCIÓN DE PRESIONES (BERNOUILLI)


In[23]:= P=Po+ (ρ/2) * (Uo-v ^ 2)
1 2
Out[23]= Po+ 0.5 x 0.5 x
2
0.5 × (2.2-y) 0.5 × (-2.2-y)
2 Uo- - - x2 + (2.2+y) 2 - x2 + (-2.2+y) 2 + x2 + (2.2+y) 2 ρ
x2 + (-2.2+y) 2

PARAMETROS DE REFERENCIA
In[24]:= ρ=1; Po=0; Uo=1;

In[25]:= P
2
1 0.5 x 0.5 x
2
0.5 × (2.2-y) 0.5 × (-2.2-y)
Out[25]= × 1- - - x2 + (2.2+y) 2 - x2 + (-2.2+y) 2 + x2 + (2.2+y) 2
2 x2 + (-2.2+y) 2

Printed by Wolfram Mathematica Student Edition


8 TALLER ASPIRADORA1.pdf

In[27]:= ContourPlot
representación de contornos

1 2
× 1- - 0.5 x 0.5 x
2
0.5 × (2.2-y) 0.5 × (-2.2-y)
2 - x2 + (2.2+y) 2 - x2 + (-2.2+y) 2 + x2 + (2.2+y) 2 ,
x2 + (-2.2+y) 2

{x,-7, 7},{y,-7, 7}

0
Out[27]=

-6 -4 -2 0 2 4 6

COEFICIENTE DE PRESIÓN
In[28]:= Cp= (P-Po) / ((1/2) *ρ*Uo)
2
0.5 x 0.5 x
2
0.5 × (2.2-y) 0.5 × (-2.2-y)
Out[28]= 1- - - x2 + (2.2+y) 2 - x2 + (-2.2+y) 2 + x2 + (2.2+y) 2
x2 + (-2.2+y) 2

Printed by Wolfram Mathematica Student Edition


TALLER ASPIRADORA1.pdf 9

In[31]:=

ContourPlot[Cp,{x,-5, 5},{y,-5, 5}]


representación de contornos

0
Out[31]=

-4 -2 0 2 4

PUNTOS DE ESTANCAMIENTO U=0, V=0 (y=0)

In[32]:= u

Out[32]= -

0.5 x 0.5 x
-
x2 + (-2.2+y) x2 + (2.2+y) 2
2

In[34]:= up=u/. y0


1. x
Out[34]= -
4.84+x 2

Printed by Wolfram Mathematica Student Edition


10 TALLER ASPIRADORA1.pdf

In[35]:= Plot[up,{x,-11.0484, 11.0484}]


representación gráfica

0.2

0.1

Out[35]=
-10 -5 5 10

-0.1

-0.2

In[37]:= Maximize[up, x]
maximiza

Out[37]= {0.227273,{x-2.2}}

Printed by Wolfram Mathematica Student Edition

You might also like