Un paquete para resolver el campo electrostático 2D con el Método de Diferencias Finitas.
Project description
Proyecto: Campo Electrostático 2D con MDF
Este proyecto resuelve la ecuación de Laplace en 2D utilizando el Método de Diferencias Finitas (MDF) para calcular el potencial electrostático y el campo eléctrico en una región rectangular.
Características
- Backend: Módulo en Python (
campo_estatico_mdf) que implementa la solución numérica. - Frontend: Interfaz interactiva con Streamlit (
app.py) para visualizar los resultados. - Pruebas: Pruebas unitarias con
pytest. - Documentación: Documentación técnica generada con
Sphinx.
Estructura del Proyecto
├── campo_estatico_mdf/
│ ├── __init__.py
│ └── solver.py
├── tests/
│ └── test_solver.py
├── docs/
│ └── ...
├── app.py
└── README.md
Autores
- Sebastian Rodriguez
- Camilo Huertas
- Julian Avila
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file campo_estatico_mdf_ds-0.1.0.tar.gz.
File metadata
- Download URL: campo_estatico_mdf_ds-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caae016ca3dbe33191b430d7c717eec96dac6c96eb830880e04a15b16e982567
|
|
| MD5 |
755842e3f732270b61f90cb97aa1184f
|
|
| BLAKE2b-256 |
f2212e241393347f56e18409cf5724de860d4298d6b40e5526106c6591e9c544
|
File details
Details for the file campo_estatico_mdf_ds-0.1.0-py3-none-any.whl.
File metadata
- Download URL: campo_estatico_mdf_ds-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fd8cb60ce39dc3514d23feaeb64d74d1d2e4ff4761d935ab036f5e6f6b07633
|
|
| MD5 |
8238fb686aa83a886c7ae25d03015c55
|
|
| BLAKE2b-256 |
1948dcf8b7f34e8f002bca779690072c8f609cae7943b876dd9b658ce71ca688
|