FEM to solve for 2D Laplace's Equation

FEM solution to a steady-state PDE (example: Laplace's) applied to an electric potential
517 descargas
Actualizado 26 abr 2019

Ver licencia

%% Laplace's Equation: nabla^2 u = 0 (version 2: acquire matrix results)
% 2 space dimensions: uxx + uyy = 0, where u = V (electric potential)
% by Prof. Roche C. de Guzman
clear; clc; close('all');

%% Given
% source geometry (circle)
r = 0.5; % radius [m]
C = [0 0]; % center (h,k)
% domain geometry (rectangle)
f = 1.5; % factor relative to the circle
% electric potential
Vg = 0; % ground
Vs = 110; % source [V]

Citar como

Roche de Guzman (2024). FEM to solve for 2D Laplace's Equation (https://www.mathworks.com/matlabcentral/fileexchange/71357-fem-to-solve-for-2d-laplace-s-equation), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2019a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0