O P A R - Open Architecture Particle in Cell Simulation - Version 3.0
Plasma simulations with dust particles
|
#include "task.h"
#include "numeric.h"
#include "geometry.h"
#include "density.h"
#include "species.h"
Go to the source code of this file.
Classes | |
class | ES_EField |
Task that implements an electrostatic E-field. It consists of a grid with n-dimensional entries. The field is calculated by taking the derivative of the electrostatic potential. The electric field in the environment of the dust particle(s) is calculated with the same method as in the poisson-solver using reduced grid spacings to follow the spherical dust particle surface. More... |
Macros | |
#define | ID_ES_EFIELD "ES_EField" |
This file contains all the classes that implement the calculation of the electric field on the grid.