#include <stdio.h>
#include <math.h>
#include <string.h>
#include <glib.h>
#include <utils/utils.h>
#include <sed/sed_sedflux.h>
#include "muds.h"
Go to the source code of this file.
Defines | |
#define | ERODE_DEPTH_IN_YEARS (200.) |
#define | sign(a) ( (a)>0?1:((a)==0?0:-1) ) |
#define | EROSION_IS_ON ( TRUE ) |
Functions | |
double | get_orbital_velocity (double d, double H, double T, double L) |
int | test_in_suspension (double *in_suspension, double thickness, int n_grains) |
int | muddy (Sed_cube prof, Sed_cell *in_suspension_cell, double *wave, double duration) |
double get_orbital_velocity | ( | double | d, | |
double | H, | |||
double | T, | |||
double | L | |||
) |
int muddy | ( | Sed_cube | prof, | |
Sed_cell * | in_suspension_cell, | |||
double * | wave, | |||
double | duration | |||
) |
Definition at line 110 of file muds.c.
References eh_free, eh_new, eh_new0, ERODE_DEPTH_IN_YEARS, EROSION_IS_ON, get_orbital_velocity(), M_PI, sed_cell_destroy(), sed_cell_fraction(), sed_cell_new(), sed_cell_size(), sed_column_add_vec(), sed_column_depth_age(), sed_column_extract_top(), sed_cube_age(), sed_cube_col(), sed_cube_n_y(), sed_cube_river_mouth_1d(), sed_cube_slope(), sed_cube_water_depth(), sed_cube_y_res(), sed_gravity(), sed_sediment_env_n_types(), sed_sediment_property(), and sed_type_diff_coef().
Referenced by main().
int test_in_suspension | ( | double * | in_suspension, | |
double | thickness, | |||
int | n_grains | |||
) |