-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (28 loc) · 1.23 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
PIC1D, the Plasma Simulator
****************************
Copyright (C) 2007 Daniel A.C. Martin.
This file is free documentation; Daniel A.C. Martin gives unlimited
permission to copy, distribute and modify it.
Introduction
============
PIC1D is a plasma simulator written by Daniel A.C. Martin. It is `free
software' meaning that you have the freedom to study, modify, and share
it as well as share your modifications. You deserve free software, don't
accept anything less.
This software may contain bugs, and should only be used for research
purposes if the user is willing to study the code and where necessary
make the modifications he/she requires.
Installation
============
Please see the INSTALL file.
Usage
=====
Please see the full documentation, either by running `info pic1d' or by
viewing the files in the doc/ directory of this package. Additionally,
the output of `plasma --help' should give you some rough guidance.
Example - The 2-stream instability
----------------------------------
To simulate the 2-stream instability call pic1d with the following arguments:
pic1d -l 6.283 -p 512 -t 0.1 -T 500 -W 1 \
--species -P 2048 -m 1 -q -1 -w 1 --v0 1 --x1 0.0001 \
--species -P 2048 -m 1 -q -1 -w 1 --v0 -1 --x1 -0.0001