Você está na página 1de 98

Introdução à Análise de Processos

AULA 09 – EQUAÇÕES DIFERENCIAIS


PARCIAIS
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
DIFERENÇAS FINITAS: EQUAÇÕES ELÍPTICAS

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
MÉTODO DE LIEBMANN

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 1
Use o método de Liebmann para estimar a
temperatura dos pontos da figura em
sequência. Use a super relaxação com valor de
de peso 1,5 e erro de iteração máximo de 1%.

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
iy
Jx
(y , x)
iy
Jx
(y , x)
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 2

Use os resultados do exercício anterior para


determinar a distribuição de fluxo de calor em
cada ponto da superfície. Assuma que a
superfície tem 40 X 40 cm e é feita de alumínio
(k’ = 0,49 cal / s.cm.°C)

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 3

Repita o exemplo anterior, mas considere que a


lateral inferior está isolada.
iy
Jx
(y , x)

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 3

Repita o exemplo anterior, mas considere que a


lateral inferior está isolada.
iy
Jx
(y , x)

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 4

Repita o exercício anterior utilizando ‘fsolve’ ou


‘fminsearch’ para resolver o sistema de
equações.
g

2
( )

g=sum(sum(t))
EXEMPLO 5

Repita o exemplo 3, porém utilize o método das


diferenças finitas para frente para discretizar
os pontos da lateral inferior isolada.
FRONTEIRAS IRREGULARES
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 6
Repita o exemplo 1, mas com a fronteira inferior
na temperatura de 75°C e com formato
apresentado da figura em sequência.
Considere:

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
DIFERENÇAS FINITAS: EQUAÇÕES PARABÓLICAS

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 7

Use o método explícito para resolver a seguinte


equação, com a haste de comprimento de 10
cm, e para os seguintes valores: t = 0, T = 0.

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 8

Repita o exercício anterior, utilizando o método


implícito simples de diferenças finitas.

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 9

Repita o exemplo anterior com o método de


Crank-Nicolson.

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 10

Compare a solução analítica do problema dos


exercícios anteriores com a solução numérica
obtida pelos métodos explícito, implícito
simples e o método implícito de Crank-
Nicolson.

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EQUAÇÃO PARABÓLICA BIDIMENSIONAL
Método da Direção Implícita Alternada

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
EXEMPLO 11

Use o método da direção implícita alternada para


resolver o exemplo 2, considerando regime
transiente. Em t = 0, assuma que a
temperatura do prato é zero e que as
temperaturas nas bordas da superfície se
mantém constantes nos valores das condições
de contorno apresentadas pelo exemplo 2. Use
um tamanho de tempo de intervalo de 10 s.

CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill
CHAPRA, Steven C.; CANALE, Raymond P. Numerical methods for engineers. 7th ed.
Boston, MA: McGraw-Hill

Você também pode gostar