Streamer fluid modeling - An overview of ARCoS
1.0
|
include file describing the structs specie_t and seed_t More...
#include "cstream.h"
Go to the source code of this file.
Classes | |
struct | species_t |
struct | seed_t |
Macros | |
#define | N_VIRTUAL_SPECIES 1 |
#define | _SPECIES_H_ |
Typedefs | |
typedef struct species_t | species_t |
typedef struct seed_t | seed_t |
Variables | |
species_t | spec_electrons |
species_t | spec_ions |
species_t * | spec_index [] |
seed_t * | seed_index [] |
int | no_seed |
int | no_reactions |
int | no_species |
int | electrons |
int | ions |
int | photo_ions |
const int | virt_eabs |
#define N_VIRTUAL_SPECIES 1 |
species_t spec_electrons |
int no_species |
These are the index of two special species (that sounds strange, uh?)
For example, electrons and ions are the species that are initialized with a gaussian seed, and photo_ions those that are affected by photo- ionization. Their values are set in the kinetic model file (usually minimal.c, but more complex models are possible).
int photo_ions |
const int virt_eabs |