Go to the source code of this file.
Data Structures | |
struct | boundary |
Enumerations | |
enum | dom_state { DOM_FLUID = 0, DOM_SOLID } |
enum dom_state |
Definition at line 13 of file variables_global.h.
int advection |
Definition at line 149 of file variables_global.h.
Referenced by callocate_arrays_global(), main(), ppm_step(), read_restart(), start_file_reader(), sweep_x(), sweep_y(), sweep_z(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
boundary bound |
Definition at line 102 of file variables_global.h.
Referenced by main(), make_ic(), set_boundary(), start_file_reader(), sweep_x(), sweep_y(), and sweep_z().
double C1_visc |
Definition at line 117 of file variables_global.h.
Referenced by dynamic_viscosity(), kinematic_viscosity(), and main().
double cell_volume |
Definition at line 44 of file variables_global.h.
Referenced by main().
int counter |
Definition at line 34 of file variables_global.h.
Referenced by main(), noise_generator(), read_ic(), read_restart(), write_ic_tyc(), and write_restart_tyc().
int counter_restart |
Definition at line 34 of file variables_global.h.
Referenced by main(), read_ic(), read_restart(), write_ic_tyc(), and write_restart_tyc().
double courant |
Definition at line 56 of file variables_global.h.
Referenced by dt_calc(), dt_calc_first(), and start_file_reader().
double *** dB_map |
Definition at line 80 of file variables_global.h.
Referenced by callocate_arrays_global(), prepare_the_dB_map(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_tyc(), and write_vtk().
int dB_Map_ready |
Definition at line 166 of file variables_global.h.
Referenced by main(), prepare_the_dB_map(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_tyc(), and write_vtk().
char dens_ic[200] |
Definition at line 104 of file variables_global.h.
Referenced by read_ic(), and start_file_reader().
int dimension |
Definition at line 25 of file variables_global.h.
Referenced by diffusion(), dt_calc(), dt_calc_first(), hydro_sweeps(), main(), make_kh_instabilities(), make_sod_ic(), noise_generator(), pressure_on_solid_calc(), start_file_reader(), sweep_x(), sweep_y(), sweep_z(), and velocity_field_analyser().
int*** dom |
Definition at line 71 of file variables_global.h.
Referenced by callocate_arrays_global(), diffusion(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), insert_pressure(), noise_generator(), pressure_on_solid_calc(), read_dom(), read_ic(), read_restart(), sweep_x(), sweep_y(), sweep_z(), velocity_field_analyser(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double dt |
Definition at line 47 of file variables_global.h.
Referenced by advect(), diffusion(), dt_calc(), dt_calc_first(), evolve(), main(), noise_generator(), states(), and viscosity().
double dt_integrated |
Definition at line 50 of file variables_global.h.
Referenced by main(), and prepare_the_dB_map().
double dt_no_shock |
Definition at line 47 of file variables_global.h.
double dt_shock |
Definition at line 47 of file variables_global.h.
double *** e_in |
Definition at line 59 of file variables_global.h.
Referenced by callocate_arrays_global().
double endtime_sim |
Definition at line 48 of file variables_global.h.
Referenced by main(), and start_file_reader().
double *** eng |
Definition at line 59 of file variables_global.h.
Referenced by callocate_arrays_global().
int filetype |
Definition at line 126 of file variables_global.h.
Referenced by main(), and start_file_reader().
double Gamma |
Definition at line 36 of file variables_global.h.
Referenced by evolve(), left_boundary_inflow(), left_boundary_outflow(), main(), remap(), right_boundary_inflow(), right_boundary_outflow(), sweep_x(), sweep_y(), and sweep_z().
double Gamma1 |
Definition at line 36 of file variables_global.h.
Referenced by dt_calc(), dt_calc_first(), main(), riemann(), start_file_reader(), and states().
double gasconstant |
Definition at line 133 of file variables_global.h.
Referenced by calculate_pressure(), diffusion(), dt_calc(), dt_calc_first(), insert_pressure(), left_boundary_inflow(), make_ic(), read_ic(), read_restart(), right_boundary_inflow(), right_boundary_zero_gradient(), start_file_reader(), viscosity(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double grav_acc |
Definition at line 10 of file variables_global.h.
Referenced by evolve(), main(), make_ic(), right_boundary_zero_gradient(), and states().
int gravity_on_off |
Definition at line 113 of file variables_global.h.
Referenced by evolve(), main(), start_file_reader(), and states().
double inflow_density |
Definition at line 129 of file variables_global.h.
Referenced by left_boundary_inflow(), right_boundary_inflow(), start_file_reader(), sweep_x(), sweep_y(), and sweep_z().
double inflow_temperature |
Definition at line 130 of file variables_global.h.
Referenced by left_boundary_inflow(), right_boundary_inflow(), and start_file_reader().
double inflow_velocity |
Definition at line 128 of file variables_global.h.
Referenced by left_boundary_inflow(), make_ic(), right_boundary_inflow(), start_file_reader(), sweep_x(), sweep_y(), and sweep_z().
double intial_soundspeed |
Definition at line 164 of file variables_global.h.
Referenced by dt_calc_first(), and main().
int intial_velocity_file |
Definition at line 108 of file variables_global.h.
Referenced by read_ic(), and start_file_reader().
int make_ics |
Definition at line 124 of file variables_global.h.
Referenced by main(), and start_file_reader().
double*** marker |
Definition at line 65 of file variables_global.h.
Referenced by callocate_arrays_global(), initiate_domain_marker(), read_marker_file(), read_restart(), sweep_x(), sweep_y(), sweep_z(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double marker_density |
Definition at line 151 of file variables_global.h.
Referenced by initiate_domain_marker(), and start_file_reader().
char marker_ic[200] |
Definition at line 105 of file variables_global.h.
Referenced by read_marker_file(), and start_file_reader().
int max_array_length |
Definition at line 27 of file variables_global.h.
Referenced by init_diffusion(), init_ppm(), init_viscosity(), main(), ppm_free(), and viscosity().
double mean_pressure |
Definition at line 161 of file variables_global.h.
Referenced by noise_generator().
double minute_in_sec |
Definition at line 49 of file variables_global.h.
Referenced by main(), start_file_reader(), write_ic_vtk(), and write_vtk().
int nmaxx |
Definition at line 30 of file variables_global.h.
Referenced by main().
int nmaxy |
Definition at line 31 of file variables_global.h.
Referenced by main().
int nmaxz |
Definition at line 32 of file variables_global.h.
Referenced by main().
int nminx |
Definition at line 30 of file variables_global.h.
Referenced by main().
int nminy |
Definition at line 31 of file variables_global.h.
Referenced by main().
int nminz |
Definition at line 32 of file variables_global.h.
Referenced by main().
int number_of_threads |
Definition at line 135 of file variables_global.h.
Referenced by main(), and start_file_reader().
char obst_ic[200] |
Definition at line 104 of file variables_global.h.
Referenced by read_dom(), read_ic(), and start_file_reader().
double obstacle_density |
Definition at line 140 of file variables_global.h.
Referenced by initiate_domain(), initiate_domain_dom(), start_file_reader(), sweep_x(), sweep_y(), and sweep_z().
double obstacle_heat_conductivity |
Definition at line 140 of file variables_global.h.
Referenced by diffusion(), main(), and start_file_reader().
double obstacle_temperature |
Definition at line 140 of file variables_global.h.
Referenced by initiate_domain(), initiate_domain_dom(), start_file_reader(), sweep_x(), sweep_y(), and sweep_z().
double obstalce_absorption_coefficient |
Definition at line 160 of file variables_global.h.
Referenced by main(), noise_generator(), and start_file_reader().
double olddt |
Definition at line 53 of file variables_global.h.
char output_dir[200] |
Definition at line 106 of file variables_global.h.
Referenced by pressure_on_solid_calc(), read_restart(), start_file_reader(), velocity_field_analyser(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double output_frequency |
Definition at line 110 of file variables_global.h.
Referenced by main(), and start_file_reader().
double *** pre |
Definition at line 59 of file variables_global.h.
Referenced by calculate_pressure(), callocate_arrays_global(), density_increaser(), diffusion(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), insert_pressure(), make_ic(), make_kh_instabilities(), make_sod_ic(), noise_generator(), pre_old_copy(), read_ic(), read_restart(), sweep_x(), sweep_y(), sweep_z(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double pre_initial_sound |
Definition at line 155 of file variables_global.h.
double *** pre_old |
Definition at line 77 of file variables_global.h.
Referenced by callocate_arrays_global(), noise_generator(), and pre_old_copy().
double pressure |
Definition at line 162 of file variables_global.h.
Referenced by noise_generator().
double*** pressure_integrated |
Definition at line 80 of file variables_global.h.
Referenced by callocate_arrays_global(), noise_generator(), prepare_the_dB_map(), read_restart(), reset_pressure_integrated(), and write_restart_tyc().
double*** pressure_on_solid |
Definition at line 77 of file variables_global.h.
Referenced by callocate_arrays_global(), noise_generator(), pressure_on_solid_calc(), pressure_on_solid_reset(), sweep_x(), sweep_y(), sweep_z(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_tyc(), and write_vtk().
int restart |
Definition at line 22 of file variables_global.h.
Referenced by main().
double restart_frequency |
Definition at line 111 of file variables_global.h.
Referenced by main(), and start_file_reader().
double*** rho |
Definition at line 59 of file variables_global.h.
Referenced by calculate_pressure(), callocate_arrays_global(), copy_arrays_for_viscosity(), density_increaser(), diffusion(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), insert_pressure(), make_ic(), make_kh_instabilities(), make_sod_ic(), read_ic(), read_restart(), sweep_x(), sweep_y(), sweep_z(), velocity_field_analyser(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double*** rho_visc |
Definition at line 62 of file variables_global.h.
Referenced by callocate_arrays_global(), copy_arrays_for_viscosity(), sweep_x(), sweep_y(), and sweep_z().
double S_visc |
Definition at line 118 of file variables_global.h.
Referenced by dynamic_viscosity(), kinematic_viscosity(), and main().
int shock_or_not |
Definition at line 34 of file variables_global.h.
double small |
Definition at line 39 of file variables_global.h.
Referenced by boundary_velo_corrector(), flatten(), left_boundary_outflow(), left_boundary_small_padding(), main(), make_ic(), right_boundary_outflow(), right_boundary_small_padding(), sweep_x(), sweep_y(), and sweep_z().
double smallp |
double smallr |
double sound_frequency |
Definition at line 158 of file variables_global.h.
Referenced by main(), noise_generator(), and start_file_reader().
char sound_ic[200] |
Definition at line 105 of file variables_global.h.
Referenced by read_soundemitter(), and start_file_reader().
double sound_pressure_level |
Definition at line 156 of file variables_global.h.
Referenced by main(), noise_generator(), and start_file_reader().
double sound_reflexion |
Definition at line 159 of file variables_global.h.
Referenced by main(), noise_generator(), and start_file_reader().
int*** soundemitter |
Definition at line 74 of file variables_global.h.
Referenced by callocate_arrays_global(), noise_generator(), read_restart(), read_soundemitter(), and write_restart_tyc().
double spacing |
Definition at line 87 of file variables_global.h.
Referenced by advect(), dt_calc_first(), and initiate_grid().
double specific_heat_capacity_gas |
Definition at line 143 of file variables_global.h.
Referenced by diffusion(), main(), and start_file_reader().
double specific_heat_capacity_obstacle |
Definition at line 144 of file variables_global.h.
Referenced by diffusion(), main(), and start_file_reader().
int starting_flow |
Definition at line 131 of file variables_global.h.
Referenced by make_ic(), and start_file_reader().
int strat_const_atmos |
Definition at line 146 of file variables_global.h.
Referenced by make_ic(), right_boundary_zero_gradient(), and start_file_reader().
char temp_ic[200] |
Definition at line 104 of file variables_global.h.
Referenced by read_ic(), and start_file_reader().
double time_sim |
Definition at line 48 of file variables_global.h.
Referenced by main(), noise_generator(), pressure_on_solid_calc(), read_ic(), read_restart(), velocity_field_analyser(), write_ic_tyc(), write_ic_vtk(), write_restart_tyc(), write_tyc(), and write_vtk().
char vel_ic[200] |
Definition at line 104 of file variables_global.h.
Referenced by read_ic(), and start_file_reader().
int viscosity_on_off |
Definition at line 115 of file variables_global.h.
Referenced by callocate_arrays_global(), dt_calc(), dt_calc_first(), hydro_sweeps(), main(), start_file_reader(), sweep_x(), sweep_y(), and sweep_z().
double *** vx |
Definition at line 59 of file variables_global.h.
Referenced by alpha_heat_transfer(), boundary_velo_corrector(), callocate_arrays_global(), copy_arrays_for_viscosity(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), make_ic(), make_kh_instabilities(), make_sod_ic(), read_ic(), read_restart(), sweep_x(), sweep_y(), sweep_z(), velocity_field_analyser(), wind(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double *** vx_visc |
Definition at line 62 of file variables_global.h.
Referenced by callocate_arrays_global(), copy_arrays_for_viscosity(), sweep_x(), sweep_y(), and sweep_z().
double *** vy |
Definition at line 59 of file variables_global.h.
Referenced by alpha_heat_transfer(), callocate_arrays_global(), copy_arrays_for_viscosity(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), make_ic(), make_kh_instabilities(), make_sod_ic(), read_ic(), read_restart(), sweep_x(), sweep_y(), sweep_z(), velocity_field_analyser(), wind(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double *** vy_visc |
Definition at line 62 of file variables_global.h.
Referenced by callocate_arrays_global(), copy_arrays_for_viscosity(), sweep_x(), sweep_y(), and sweep_z().
double *** vz |
Definition at line 59 of file variables_global.h.
Referenced by alpha_heat_transfer(), callocate_arrays_global(), copy_arrays_for_viscosity(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), make_ic(), make_kh_instabilities(), make_sod_ic(), read_ic(), read_restart(), sweep_x(), sweep_y(), sweep_z(), velocity_field_analyser(), wind(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double *** vz_visc |
Definition at line 62 of file variables_global.h.
Referenced by callocate_arrays_global(), copy_arrays_for_viscosity(), sweep_x(), sweep_y(), and sweep_z().
int wind_direction |
Definition at line 122 of file variables_global.h.
Referenced by boundary_velo_corrector().
char wind_ic[200] |
Definition at line 105 of file variables_global.h.
Referenced by read_wind_file(), and start_file_reader().
double*** wind_marker |
Definition at line 68 of file variables_global.h.
Referenced by callocate_arrays_global(), read_restart(), read_wind_file(), wind(), and write_restart_tyc().
int wind_on_off |
Definition at line 120 of file variables_global.h.
Referenced by callocate_arrays_global(), hydro_sweeps(), main(), read_restart(), start_file_reader(), and write_restart_tyc().
double wind_speed |
Definition at line 121 of file variables_global.h.
Referenced by start_file_reader(), and wind().
int with_obstacles |
Definition at line 138 of file variables_global.h.
Referenced by main(), read_ic(), read_restart(), start_file_reader(), sweep_x(), sweep_y(), sweep_z(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
int with_one_pulse |
Definition at line 157 of file variables_global.h.
Referenced by main(), noise_generator(), prepare_the_dB_map(), and start_file_reader().
int with_sound_emitter |
Definition at line 154 of file variables_global.h.
Referenced by callocate_arrays_global(), main(), read_restart(), start_file_reader(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
int x |
Definition at line 25 of file variables_global.h.
Referenced by advect(), boundary_velo_corrector(), calculate_pressure(), callocate_arrays_global(), copy_arrays_for_viscosity(), density_increaser(), diffusion(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), initiate_domain_marker(), initiate_grid(), insert_pressure(), main(), make_ic(), make_kh_instabilities(), make_sod_ic(), noise_generator(), ntohll(), pre_old_copy(), prepare_the_dB_map(), pressure_on_solid_calc(), pressure_on_solid_reset(), read_dom(), read_ic(), read_marker_file(), read_restart(), read_soundemitter(), read_wind_file(), reset_pressure_integrated(), start_file_reader(), sweep_x(), sweep_y(), sweep_z(), velocity_field_analyser(), viscosity(), wind(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double xmax |
Definition at line 41 of file variables_global.h.
Referenced by advect(), diffusion(), main(), make_kh_instabilities(), pressure_on_solid_calc(), start_file_reader(), viscosity(), write_amira(), write_ic_amira(), write_ic_vtk(), and write_vtk().
double xmin |
Definition at line 41 of file variables_global.h.
Referenced by diffusion(), initiate_grid(), main(), viscosity(), write_amira(), and write_ic_amira().
int y |
Definition at line 25 of file variables_global.h.
Referenced by advect(), boundary_velo_corrector(), calculate_pressure(), callocate_arrays_global(), copy_arrays_for_viscosity(), density_increaser(), diffusion(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), initiate_domain_marker(), initiate_grid(), insert_pressure(), main(), make_ic(), make_kh_instabilities(), make_sod_ic(), noise_generator(), pre_old_copy(), prepare_the_dB_map(), pressure_on_solid_reset(), read_dom(), read_ic(), read_marker_file(), read_restart(), read_soundemitter(), read_wind_file(), reset_pressure_integrated(), right_boundary_zero_gradient(), start_file_reader(), sweep_x(), sweep_y(), sweep_z(), velocity_field_analyser(), viscosity(), wind(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double ymax |
Definition at line 41 of file variables_global.h.
Referenced by advect(), diffusion(), main(), make_ic(), pressure_on_solid_calc(), right_boundary_zero_gradient(), start_file_reader(), viscosity(), write_amira(), write_ic_amira(), write_ic_vtk(), and write_vtk().
double ymin |
Definition at line 41 of file variables_global.h.
Referenced by diffusion(), initiate_grid(), main(), viscosity(), write_amira(), and write_ic_amira().
int z |
Definition at line 25 of file variables_global.h.
Referenced by advect(), calculate_pressure(), copy_arrays_for_viscosity(), density_increaser(), diffusion(), dt_calc(), dt_calc_first(), initiate_domain(), initiate_domain_dom(), initiate_domain_marker(), initiate_grid(), insert_pressure(), main(), make_ic(), make_kh_instabilities(), make_sod_ic(), noise_generator(), pre_old_copy(), prepare_the_dB_map(), pressure_on_solid_reset(), read_dom(), read_ic(), read_marker_file(), read_restart(), read_soundemitter(), read_wind_file(), reset_pressure_integrated(), start_file_reader(), sweep_x(), sweep_y(), sweep_z(), velocity_field_analyser(), viscosity(), wind(), write_amira(), write_ic_amira(), write_ic_ifrit(), write_ic_tyc(), write_ic_vtk(), write_ifrit(), write_restart_tyc(), write_tyc(), and write_vtk().
double* zdx |
Definition at line 83 of file variables_global.h.
Referenced by callocate_arrays_global(), dt_calc(), dt_calc_first(), initiate_grid(), and sweep_x().
double* zdy |
Definition at line 84 of file variables_global.h.
Referenced by callocate_arrays_global(), dt_calc(), dt_calc_first(), initiate_grid(), and sweep_y().
double* zdz |
Definition at line 85 of file variables_global.h.
Referenced by callocate_arrays_global(), dt_calc(), dt_calc_first(), initiate_grid(), and sweep_z().
double zmax |
Definition at line 41 of file variables_global.h.
Referenced by advect(), diffusion(), main(), make_kh_instabilities(), start_file_reader(), viscosity(), write_amira(), write_ic_amira(), write_ic_vtk(), and write_vtk().
double zmin |
Definition at line 41 of file variables_global.h.
Referenced by diffusion(), initiate_grid(), main(), viscosity(), write_amira(), and write_ic_amira().
double * zxa |
Definition at line 83 of file variables_global.h.
Referenced by callocate_arrays_global(), initiate_grid(), and sweep_x().
double * zxc |
Definition at line 83 of file variables_global.h.
Referenced by callocate_arrays_global(), and initiate_grid().
double * zya |
Definition at line 84 of file variables_global.h.
Referenced by callocate_arrays_global(), initiate_grid(), and sweep_y().
double * zyc |
Definition at line 84 of file variables_global.h.
Referenced by callocate_arrays_global(), and initiate_grid().
double * zza |
Definition at line 85 of file variables_global.h.
Referenced by callocate_arrays_global(), initiate_grid(), and sweep_z().
double * zzc |
Definition at line 85 of file variables_global.h.
Referenced by callocate_arrays_global(), and initiate_grid().