|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <cstdlib>#include <iostream>#include <cmath>#include "../../common.h"#include "../../readparameters.h"#include "../../backgroundfield/backgroundfield.h"#include "../../backgroundfield/constantfield.hpp"#include "../../object_wrapper.h"#include "Flowthrough.h"
Go to the source code of this file.
Namespaces | |
| namespace | projects |
Enumerations | |
| enum | DensityModel { Maxwellian , SheetMaxwellian , Square , Triangle , Sinewave } |
Variables | |
| static DensityModel | densityModel |
| enum DensityModel |
Enumerates spatial density models Flowthrough project supports. In most cases you want to use 'Maxwellian'. However, test package uses 'SheetMaxwellian'.
| Enumerator | |
|---|---|
| Maxwellian | |
| SheetMaxwellian | |
| Square | |
| Triangle | |
| Sinewave | |
Definition at line 42 of file Flowthrough.cpp.
|
static |
Definition at line 50 of file Flowthrough.cpp.