|
Continuum Membrane 719025a62b1e384a6ff80e2f2a223ef4012153dc
|
Represents a single diffusing particle in a simulation. More...
#include <Parameters.hpp>
Public Attributes | |
| int | index |
| Index of the particle in the simulation. | |
| int | faceIndex |
| Index of the face that the particle is located on. | |
| Matrix | vwu = Matrix(3, 1) |
| Velocity vector of the particle in nm/us. | |
| Matrix | coord = Matrix(3, 1) |
| Coordinate vector of the particle in nm. | |
| double | D = 0.0 |
| Diffusion constant of the particle in nm^2/us. | |
Represents a single diffusing particle in a simulation.
A Particle object contains information about the particle's position, velocity, and diffusion constant. The position is represented by a 3x1 matrix of coordinates, while the velocity is represented by another 3x1 matrix of velocities in the x, y, and z directions.
| double Particle::D = 0.0 |
Diffusion constant of the particle in nm^2/us.
| int Particle::faceIndex |
Index of the face that the particle is located on.
| int Particle::index |
Index of the particle in the simulation.