Skip to content

Struct Species_load

ClassList > Species_load

Public Attributes

Type Name
PetscScalar density
initial load density, in particles/m^-3
int method
load method, 0=uniform
PetscInt np2c
ratio of real to computed particles
PetscScalar v1drift
PetscScalar v1thermal
PetscScalar v2drift
PetscScalar v2thermal
PetscScalar v3drift
components of drift velocity
PetscScalar v3thermal
components of thermal velocity
PetscScalar x1f
X-coordinate interval to load in, in m.
PetscScalar x1s
PetscScalar x2f
Y-coordinate interval to load in, in m.
PetscScalar x2s

Public Attributes Documentation

variable density

initial load density, in particles/m^-3

PetscScalar Species_load::density;


variable method

load method, 0=uniform

int Species_load::method;


variable np2c

ratio of real to computed particles

PetscInt Species_load::np2c;


variable v1drift

PetscScalar Species_load::v1drift;

variable v1thermal

PetscScalar Species_load::v1thermal;

variable v2drift

PetscScalar Species_load::v2drift;

variable v2thermal

PetscScalar Species_load::v2thermal;

variable v3drift

components of drift velocity

PetscScalar Species_load::v3drift;


variable v3thermal

components of thermal velocity

PetscScalar Species_load::v3thermal;


variable x1f

X-coordinate interval to load in, in m.

PetscScalar Species_load::x1f;


variable x1s

PetscScalar Species_load::x1s;

variable x2f

Y-coordinate interval to load in, in m.

PetscScalar Species_load::x2f;


variable x2s

PetscScalar Species_load::x2s;