#include <stdlib.h>#include <stdio.h>#include <math.h>#include "variables_global.h"#include "prototypes.h"Go to the source code of this file.
Functions | |
| int | velocity_field_analyser (int x, int y, int z) |
| int | pressure_on_solid_calc (int x, int y, int z) |
| int pressure_on_solid_calc | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Here the total force due to the pressure on the solid is determined.
Definition at line 124 of file data_explorer.c.
References dimension, dom, output_dir, pressure_on_solid, time_sim, x, xmax, and ymax.
Referenced by main().
| int velocity_field_analyser | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Quantities of the fluid are integrated here. Here you can start to implement you owns investigations of integrated quantities of the fluid.
Definition at line 25 of file data_explorer.c.
References dimension, dom, output_dir, rho, time_sim, vx, vy, vz, x, y, and z.
Referenced by main().
1.8.1.1