O P A R - Open Architecture Particle in Cell Simulation - Version 3.0
Plasma simulations with dust particles
 All Classes Files Functions Variables Friends Macros Groups Pages
Classes | Macros
density.h File Reference
#include "task.h"
#include "numeric.h"
#include "movement.h"
#include "species.h"
#include <vector>

Go to the source code of this file.

Classes

class  Density
 Calculates and stores the charge density on the grid points in the simulation box. The calculation is done by requesting from all the Species to calculate their particle density and then adding up the results. More...

Macros

#define ID_DENSITY   "Density"

Detailed Description

This file contains all the classes that implement the calculation of the charge density on the grid.