|
Streamer fluid modeling - An overview of ARCoS
1.0
|
Code regarding input of parameters + starting of the code. More...
#include <stdlib.h>#include <time.h>#include <stdio.h>#include <string.h>#include <errno.h>#include <math.h>#include "cdr.h"#include "cstream.h"#include "grid.h"#include "parameters.h"#include "proto.h"#include "species.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| The main program. | |
| void | start_process (cdr_grid_t *cdr) |
| Starts a given run on a given cdr tree. | |
| void | output_tree (cdr_grid_t *cdr, int step, double t) |
| Outputs the tree contained in cdr. | |
| void | check_params () |
| Checks for some errors in the parameters that will produce nonsense output. | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void start_process | ( | cdr_grid_t * | cdr | ) |
| void output_tree | ( | cdr_grid_t * | cdr, |
| int | step, | ||
| double | t | ||
| ) |
1.8.2