#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 | read_ic (int x, int y, int z) |
| int | read_dom (int x, int y, int z) |
| int | read_soundemitter (int x, int y, int z) |
| int | read_marker_file (int x, int y, int z) |
| int | read_wind_file (int x, int y, int z) |
| int read_dom | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Definition at line 129 of file read_ic.c.
References dom, obst_ic, x, y, and z.
Referenced by main().
| int read_ic | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
If you want to read in initial conditions from an native TYCHO file.
Definition at line 17 of file read_ic.c.
References counter, counter_restart, dens_ic, dom, gasconstant, intial_velocity_file, obst_ic, pre, rho, temp_ic, time_sim, vel_ic, vx, vy, vz, with_obstacles, x, y, and z.
Referenced by main().
| int read_marker_file | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Definition at line 186 of file read_ic.c.
References marker, marker_ic, x, y, and z.
Referenced by main().
| int read_soundemitter | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Definition at line 158 of file read_ic.c.
References sound_ic, soundemitter, x, y, and z.
Referenced by main().
| int read_wind_file | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Definition at line 215 of file read_ic.c.
References wind_ic, wind_marker, x, y, and z.
Referenced by main().
1.8.1.1