#include <stdio.h>#include <stdlib.h>#include <math.h>#include "variables_global.h"#include "prototypes.h"Go to the source code of this file.
Functions | |
| int | boundary_velo_corrector (int x, int y, int z) |
| int boundary_velo_corrector | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
example function to suppress boundary streams; !!highly dangerous, only for testing!!
Definition at line 18 of file boundary_velo_corrector.c.
References small, vx, wind_direction, x, and y.
1.8.1.1