#include <allvars.h>
Data Fields | |
float | Pos [3] |
float | Mass |
float | Vel [3] |
float | GravAccel [3] |
float | GravPM [3] |
float | GravAccelDirect [3] |
float | Potential |
float | OldAcc |
unsigned int | ID |
int | Type |
int | Ti_endstep |
int | Ti_begstep |
float | GravCost |
Definition at line 486 of file allvars.h.
|
particle acceleration due to gravity Definition at line 491 of file allvars.h. Referenced by advance_and_find_timesteps(), compute_global_quantities_of_system(), fill_write_buffer(), force_treeevaluate_ewald_correction(), get_timestep(), gravity_forcetest(), gravity_tree(), init(), and move_particles(). |
|
particle acceleration when computed with direct summation Definition at line 496 of file allvars.h. Referenced by gravity_forcetest(). |
|
weight factor used for balancing the work-load Definition at line 509 of file allvars.h. Referenced by domain_sumCost(), force_treebuild_single(), force_treeevaluate_ewald_correction(), gravity_tree(), and init(). |
|
particle acceleration due to long-range PM gravity force Definition at line 493 of file allvars.h. Referenced by advance_and_find_timesteps(), compute_global_quantities_of_system(), fill_write_buffer(), get_timestep(), gravity_forcetest(), gravity_tree(), init(), long_range_force(), move_particles(), and pmforce_periodic(). |
|
particle identifier Definition at line 501 of file allvars.h. Referenced by density(), empty_read_buffer(), fill_write_buffer(), and hydro_force(). |
|
particle mass Definition at line 489 of file allvars.h. Referenced by advance_and_find_timesteps(), compute_global_quantities_of_system(), compute_potential(), density_evaluate(), empty_read_buffer(), fill_write_buffer(), force_treeevaluate_ewald_correction(), force_update_node_recursive(), hydro_evaluate(), hydro_force(), pmforce_periodic(), pmpotential_periodic(), read_ic(), and setup_smoothinglengths(). |
|
magnitude of old gravitational force. Used in relative opening criterion Definition at line 499 of file allvars.h. Referenced by compute_potential(), force_treeevaluate(), force_treeevaluate_potential(), force_treeevaluate_potential_shortrange(), force_treeevaluate_shortrange(), gravity_forcetest(), gravity_tree(), and init(). |
|
|
gravitational potential Definition at line 498 of file allvars.h. Referenced by compute_global_quantities_of_system(), compute_potential(), fill_write_buffer(), init(), and pmpotential_periodic(). |
|
marks end of current timestep of particle on integer timeline Definition at line 508 of file allvars.h. Referenced by advance_and_find_timesteps(), compute_global_quantities_of_system(), density(), domain_sumCost(), fill_write_buffer(), hydro_evaluate(), hydro_force(), init(), move_particles(), and readjust_timebase(). |
|
marks start of current timestep of particle on integer timeline Definition at line 507 of file allvars.h. Referenced by advance_and_find_timesteps(), compute_global_quantities_of_system(), density(), domain_sumCost(), fill_write_buffer(), gravity_forcetest(), gravity_tree(), hydro_evaluate(), hydro_force(), init(), move_particles(), and readjust_timebase(). |
|
flags particle type. 0=gas, 1=halo, 2=disk, 3=bulge, 4=stars, 5=bndry Definition at line 506 of file allvars.h. Referenced by advance_and_find_timesteps(), compute_global_quantities_of_system(), compute_potential(), density(), domain_countToGo(), domain_decompose(), domain_exchangeParticles(), domain_sumCost(), empty_read_buffer(), fill_write_buffer(), force_treebuild_single(), force_treeevaluate(), force_treeevaluate_direct(), force_treeevaluate_potential(), force_treeevaluate_potential_shortrange(), force_treeevaluate_shortrange(), force_update_node_recursive(), get_timestep(), gravity_forcetest(), gravity_tree(), move_particles(), ngb_treefind_pairs(), ngb_treefind_variable(), read_ic(), and savepositions(). |
|
particle velocity at its current time Definition at line 490 of file allvars.h. Referenced by advance_and_find_timesteps(), compute_global_quantities_of_system(), empty_read_buffer(), fill_write_buffer(), force_update_node_recursive(), init(), and move_particles(). |