#include <particleparameters.h>
Definition at line 33 of file particleparameters.h.
◆ addParameters()
| bool ParticleParameters::addParameters |
( |
| ) |
|
|
static |
◆ getParameters()
| bool ParticleParameters::getParameters |
( |
| ) |
|
|
static |
◆ boundary_behaviour_x
| Boundary* ParticleParameters::boundary_behaviour_x |
|
static |
◆ boundary_behaviour_y
| Boundary* ParticleParameters::boundary_behaviour_y |
|
static |
◆ boundary_behaviour_z
| Boundary* ParticleParameters::boundary_behaviour_z |
|
static |
◆ charge
| Real ParticleParameters::charge |
|
static |
◆ distribution
| Distribution *(* ParticleParameters::distribution) (std::default_random_engine &) |
|
static |
◆ divide_rhov_by_rho
| bool ParticleParameters::divide_rhov_by_rho |
|
static |
◆ dt
| Real ParticleParameters::dt |
|
static |
◆ end_time
| Real ParticleParameters::end_time |
|
static |
Simulation time at which the particle-simulation should be stopped
Definition at line 44 of file particleparameters.h.
◆ init_x
| Real ParticleParameters::init_x |
|
static |
◆ init_y
| Real ParticleParameters::init_y |
|
static |
◆ init_z
| Real ParticleParameters::init_z |
|
static |
◆ input_dt
| Real ParticleParameters::input_dt |
|
static |
◆ input_filename_pattern
| std::string ParticleParameters::input_filename_pattern |
|
static |
◆ ipshock_inject_x0
| Real ParticleParameters::ipshock_inject_x0 |
|
static |
◆ ipshock_inject_x1
| Real ParticleParameters::ipshock_inject_x1 |
|
static |
◆ ipshock_inject_y0
| Real ParticleParameters::ipshock_inject_y0 |
|
static |
◆ ipshock_inject_y1
| Real ParticleParameters::ipshock_inject_y1 |
|
static |
◆ ipshock_inject_z0
| Real ParticleParameters::ipshock_inject_z0 |
|
static |
◆ ipshock_inject_z1
| Real ParticleParameters::ipshock_inject_z1 |
|
static |
◆ ipshock_reflect
| Real ParticleParameters::ipshock_reflect |
|
static |
◆ ipshock_transmit
| Real ParticleParameters::ipshock_transmit |
|
static |
X-Coordinate for particle transmission (downstream) (meters)
Definition at line 73 of file particleparameters.h.
◆ mass
| Real ParticleParameters::mass |
|
static |
◆ mode
| std::string ParticleParameters::mode |
|
static |
◆ num_particles
| uint64_t ParticleParameters::num_particles |
|
static |
◆ output_filename_pattern
| std::string ParticleParameters::output_filename_pattern |
|
static |
◆ particle_vel
| Real ParticleParameters::particle_vel |
|
static |
Initial particle velocity (for distributions with a single initial velocity)
Definition at line 79 of file particleparameters.h.
◆ precip_inner_boundary
| Real ParticleParameters::precip_inner_boundary |
|
static |
Distance of the inner boundary from the coordinate centre (meters)
Definition at line 56 of file particleparameters.h.
◆ precip_start_x
| Real ParticleParameters::precip_start_x |
|
static |
X-Coordinate at which precipitation injection starts (meters)
Definition at line 57 of file particleparameters.h.
◆ precip_stop_x
| Real ParticleParameters::precip_stop_x |
|
static |
X-Coordinate at which precipitation injection stops (meters)
Definition at line 58 of file particleparameters.h.
◆ random_seed
| std::default_random_engine::result_type ParticleParameters::random_seed |
|
static |
◆ reflect_downstream_boundary
| Real ParticleParameters::reflect_downstream_boundary |
|
static |
Distance from particle injection point at which particles are to be counted as 'transmitted'
Definition at line 65 of file particleparameters.h.
◆ reflect_start_y
| Real ParticleParameters::reflect_start_y |
|
static |
Y-Coordinate of the bottom end of the parabola, at which shock reflection scenario particles are injected
Definition at line 60 of file particleparameters.h.
◆ reflect_stop_y
| Real ParticleParameters::reflect_stop_y |
|
static |
Y-Coordinate of the top end of the parabola, at which shock reflection scenario particles are injected
Definition at line 61 of file particleparameters.h.
◆ reflect_upstream_boundary
| Real ParticleParameters::reflect_upstream_boundary |
|
static |
Distance from particle injection point at which particles are to be counted as 'reflected'
Definition at line 64 of file particleparameters.h.
◆ reflect_x_offset
| Real ParticleParameters::reflect_x_offset |
|
static |
X-Coordinate of the tip of the injection parabola for the reflection scenario
Definition at line 63 of file particleparameters.h.
◆ reflect_y_scale
| Real ParticleParameters::reflect_y_scale |
|
static |
Curvature scale of the injection parabola for the reflection scenario
Definition at line 62 of file particleparameters.h.
◆ rho_field_name
| std::string ParticleParameters::rho_field_name |
|
static |
◆ start_time
| Real ParticleParameters::start_time |
|
static |
◆ temperature
| Real ParticleParameters::temperature |
|
static |
Initial particle temperature (for distributions where a temperature is meaningful)
Definition at line 78 of file particleparameters.h.
◆ V_field_name
| std::string ParticleParameters::V_field_name |
|
static |
The documentation for this struct was generated from the following files: