Tensiones alrededor de un agujero en una placa a tracción.

Códigos del artículo «Tensiones alrededor de un agujero en una placa a tracción»: SimulacionPlacaAgujero.m clear % % 1 = radial (Tr), 2 = tangencial (Tt), 3 = cortante (Trt) %var = 2; p = .01: .02: 1.01; colorminimo = [-.1, -1, -0.7]; [x, y] = crearmallaplacaagujero(10, 1, 12); T = cell(length(p), 1); for i = […]

Posted at 2:49 pm on febrero 14, 2010 | 1 comentario | Filed Under: matlab | Seguir leyendo

placaplana.m

function [Dphi, S, N, M, x, y] = placaplana(t, Dphi) % Sets initial conditions and bound conditions defining the % fluid dynamical problem of a fluid around a finite plate. if nargin > 1 % Condiciones de contorno durante la simulacion Dphi(26, 21:30, 2:3) = 0; Dphi(:, 1, :) = 0; elseif nargin == 0 […]

Posted at 9:40 pm on diciembre 9, 2009 | 1 comentario | Filed Under: matlab | Seguir leyendo

Páginas

Categorías