TYCHO  1.3.0
 All Data Structures Files Functions Variables Enumerations Enumerator
Data Structures | Enumerations | Variables
/home/kapf/tycho_docu/variables_global.h File Reference

Go to the source code of this file.

Data Structures

struct  boundary

Enumerations

enum  dom_state { DOM_FLUID = 0, DOM_SOLID }

Variables

double grav_acc
int restart
int x
int y
int z
int dimension
int max_array_length
int nminx
int nmaxx
int nminy
int nmaxy
int nminz
int nmaxz
int shock_or_not
int counter
int counter_restart
double Gamma
double Gamma1
double smallp
double smallr
double small
double xmin
double xmax
double ymin
double ymax
double zmin
double zmax
double cell_volume
double dt
double dt_no_shock
double dt_shock
double time_sim
double endtime_sim
double minute_in_sec
double dt_integrated
double olddt
double courant
double *** rho
double *** pre
double *** eng
double *** vx
double *** vy
double *** vz
double *** e_in
double *** rho_visc
double *** vx_visc
double *** vy_visc
double *** vz_visc
double *** marker
double *** wind_marker
int *** dom
int *** soundemitter
double *** pressure_on_solid
double *** pre_old
double *** pressure_integrated
double *** dB_map
double * zdx
double * zxc
double * zxa
double * zdy
double * zyc
double * zya
double * zdz
double * zzc
double * zza
double spacing
boundary bound
char dens_ic [200]
char temp_ic [200]
char vel_ic [200]
char obst_ic [200]
char sound_ic [200]
char marker_ic [200]
char wind_ic [200]
char output_dir [200]
int intial_velocity_file
double output_frequency
double restart_frequency
int gravity_on_off
int viscosity_on_off
double C1_visc
double S_visc
int wind_on_off
double wind_speed
int wind_direction
int make_ics
int filetype
double inflow_velocity
double inflow_density
double inflow_temperature
int starting_flow
double gasconstant
int number_of_threads
int with_obstacles
double obstacle_density
double obstacle_temperature
double obstacle_heat_conductivity
double specific_heat_capacity_gas
double specific_heat_capacity_obstacle
int strat_const_atmos
int advection
double marker_density
int with_sound_emitter
double pre_initial_sound
double sound_pressure_level
int with_one_pulse
double sound_frequency
double sound_reflexion
double obstalce_absorption_coefficient
double mean_pressure
double pressure
double intial_soundspeed
int dB_Map_ready

Enumeration Type Documentation

enum dom_state
Enumerator:
DOM_FLUID 
DOM_SOLID 

Definition at line 13 of file variables_global.h.


Variable Documentation

int advection
boundary bound
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
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
int dB_Map_ready
char dens_ic[200]

Definition at line 104 of file variables_global.h.

Referenced by read_ic(), and start_file_reader().

int dimension
int*** dom
double dt
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
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
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
double inflow_temperature
double inflow_velocity
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
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
double obstacle_heat_conductivity

Definition at line 140 of file variables_global.h.

Referenced by diffusion(), main(), and start_file_reader().

double obstacle_temperature
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.

Referenced by dt_calc(), and main().

char output_dir[200]
double output_frequency

Definition at line 110 of file variables_global.h.

Referenced by main(), and start_file_reader().

double *** pre
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
double*** pressure_on_solid
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
double*** rho_visc
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.

Referenced by flatten(), and main().

double small
double smallp

Definition at line 39 of file variables_global.h.

Referenced by evolve(), main(), remap(), riemann(), states(), sweep_x(), sweep_y(), and sweep_z().

double smallr

Definition at line 39 of file variables_global.h.

Referenced by evolve(), main(), remap(), and states().

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
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
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
double *** vx
double *** vx_visc
double *** vy
double *** vy_visc
double *** vz
double *** vz_visc
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
int wind_on_off
double wind_speed

Definition at line 121 of file variables_global.h.

Referenced by start_file_reader(), and wind().

int with_obstacles
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
int x
double xmax
double xmin
int y
double ymax
double ymin
int z
double* zdx
double* zdy
double* zdz
double zmax
double zmin
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().