|
Public Attributes | |
Mdouble | margin = 20 |
int | N_dom = 20 |
Mdouble | R_peb = 0.75 |
Mdouble | R_cue = 0.65 |
Mdouble | Vel_cue = 3 |
Mdouble | S_peb = 1 |
Mdouble | S_dom = 5 |
int | m_peb = 1 |
int | n_peb = 4 |
int | k_peb = 8 |
Mdouble | x_min = 0 |
Mdouble | x_max = 2 * margin + N_dom * S_dom |
Mdouble | y_min = -20 |
Mdouble | y_max = 20 |
Mdouble | z_min = -(k_peb-0.5) * S_peb - R_peb |
Mdouble | z_max = 20 |
Mdouble | mass = 1 |
Mdouble | I_xx = mass * (1./12.) * S_peb * S_peb * ( n_peb * n_peb + k_peb * k_peb ) |
Mdouble | I_yy = mass * (1./12.) * S_peb * S_peb * ( m_peb * m_peb + k_peb * k_peb ) |
Mdouble | I_zz = mass * (1./12.) * S_peb * S_peb * ( m_peb * m_peb + n_peb * n_peb ) |
int | N_ini = 10 |
int | N_fin = 19 |
bool | started = false |
bool | finished = false |
Mdouble | T1 = 0 |
Mdouble | T2 = 0 |
Mdouble | velocity = 0 |
bool dominoes::finished = false |
Referenced by multiParticleT1::actionsAfterTimeStep(), and main().
Referenced by multiParticleT1::setupInitialConditions().
Referenced by multiParticleT1::setupInitialConditions().
Referenced by multiParticleT1::setupInitialConditions().
int dominoes::k_peb = 8 |
Referenced by multiParticleT1::setupInitialConditions().
int dominoes::m_peb = 1 |
Referenced by multiParticleT1::setupInitialConditions().
Mdouble dominoes::margin = 20 |
Referenced by multiParticleT1::actionsAfterTimeStep(), and multiParticleT1::setupInitialConditions().
Mdouble dominoes::mass = 1 |
Referenced by main(), and multiParticleT1::setupInitialConditions().
int dominoes::N_dom = 20 |
Referenced by multiParticleT1::setupInitialConditions().
int dominoes::N_fin = 19 |
Referenced by multiParticleT1::actionsAfterTimeStep(), and main().
int dominoes::N_ini = 10 |
Referenced by multiParticleT1::actionsAfterTimeStep(), and main().
int dominoes::n_peb = 4 |
Referenced by multiParticleT1::setupInitialConditions().
Mdouble dominoes::R_cue = 0.65 |
Referenced by multiParticleT1::setupInitialConditions().
Mdouble dominoes::R_peb = 0.75 |
Referenced by multiParticleT1::setupInitialConditions().
Mdouble dominoes::S_dom = 5 |
Referenced by multiParticleT1::actionsAfterTimeStep(), and multiParticleT1::setupInitialConditions().
Mdouble dominoes::S_peb = 1 |
Referenced by main(), and multiParticleT1::setupInitialConditions().
bool dominoes::started = false |
Referenced by multiParticleT1::actionsAfterTimeStep(), and main().
Mdouble dominoes::T1 = 0 |
Referenced by multiParticleT1::actionsAfterTimeStep(), and main().
Mdouble dominoes::T2 = 0 |
Referenced by multiParticleT1::actionsAfterTimeStep(), and main().
Mdouble dominoes::Vel_cue = 3 |
Referenced by multiParticleT1::setupInitialConditions().
Referenced by multiParticleT1::multiParticleT1().
Mdouble dominoes::x_min = 0 |
Referenced by multiParticleT1::multiParticleT1().
Mdouble dominoes::y_max = 20 |
Referenced by multiParticleT1::multiParticleT1().
Mdouble dominoes::y_min = -20 |
Referenced by multiParticleT1::multiParticleT1().
Mdouble dominoes::z_max = 20 |
Referenced by multiParticleT1::multiParticleT1().
Referenced by multiParticleT1::multiParticleT1().