prajwalsouza / Poisson-Equation

A web app solving Poisson's equation in electrostatics using finite difference methods for discretization, followed by gauss-seidel methods for solving the equations. Dirichlet conditions and charge density can be set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solving Poisson's Equation

A web app solving Poisson's equation in electrostatics using finite difference methods for discretization, followed by gauss-seidel methods for solving the equations. Dirichlet conditions and charge density can be set.

The demo can be found here. The work is based on the notes found here.

Configurations

One can set various configurations such as voltage (dirichlet conditions), charge density configurations. Here are some of them.

  • Parallel Plate Capacitor

parallel plate capacitor solution

  • Simple dipole

dipole solution

Various other configurations can be set using the editor in the app.

About

A web app solving Poisson's equation in electrostatics using finite difference methods for discretization, followed by gauss-seidel methods for solving the equations. Dirichlet conditions and charge density can be set.


Languages

Language:HTML 100.0%