Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
Flowthrough.cpp File Reference
#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"
Include dependency graph for Flowthrough.cpp:

Go to the source code of this file.

Namespaces

namespace  projects

Enumerations

enum  DensityModel {
  Maxwellian , SheetMaxwellian , Square , Triangle ,
  Sinewave
}

Variables

static DensityModel densityModel

Enumeration Type Documentation

◆ 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.

Variable Documentation

◆ densityModel

DensityModel densityModel
static

Definition at line 50 of file Flowthrough.cpp.