![]() |
|
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 ChangingTOIParticle::actionsAfterTimeStep(), and main().
Referenced by ChangingTOIParticle::setupInitialConditions().
Referenced by ChangingTOIParticle::setupInitialConditions().
Referenced by ChangingTOIParticle::setupInitialConditions().
| int dominoes::k_peb = 8 |
Referenced by ChangingTOIParticle::setupInitialConditions().
| int dominoes::m_peb = 1 |
Referenced by ChangingTOIParticle::setupInitialConditions().
| Mdouble dominoes::margin = 20 |
| Mdouble dominoes::mass = 1 |
Referenced by main(), and ChangingTOIParticle::setupInitialConditions().
| int dominoes::N_dom = 20 |
Referenced by ChangingTOIParticle::setupInitialConditions().
| int dominoes::N_fin = 19 |
Referenced by ChangingTOIParticle::actionsAfterTimeStep(), and main().
| int dominoes::N_ini = 10 |
Referenced by ChangingTOIParticle::actionsAfterTimeStep(), and main().
| int dominoes::n_peb = 4 |
Referenced by ChangingTOIParticle::setupInitialConditions().
| Mdouble dominoes::R_cue = 0.65 |
Referenced by ChangingTOIParticle::setupInitialConditions().
| Mdouble dominoes::R_peb = 0.75 |
Referenced by ChangingTOIParticle::setupInitialConditions().
| Mdouble dominoes::S_dom = 5 |
| Mdouble dominoes::S_peb = 1 |
Referenced by main(), and ChangingTOIParticle::setupInitialConditions().
| bool dominoes::started = false |
Referenced by ChangingTOIParticle::actionsAfterTimeStep(), and main().
| Mdouble dominoes::T1 = 0 |
Referenced by ChangingTOIParticle::actionsAfterTimeStep(), and main().
| Mdouble dominoes::T2 = 0 |
Referenced by ChangingTOIParticle::actionsAfterTimeStep(), and main().
| Mdouble dominoes::Vel_cue = 3 |
Referenced by ChangingTOIParticle::setupInitialConditions().
Referenced by ChangingTOIParticle::ChangingTOIParticle().
| Mdouble dominoes::x_min = 0 |
Referenced by ChangingTOIParticle::ChangingTOIParticle().
| Mdouble dominoes::y_max = 20 |
Referenced by ChangingTOIParticle::ChangingTOIParticle().
| Mdouble dominoes::y_min = -20 |
Referenced by ChangingTOIParticle::ChangingTOIParticle().
| Mdouble dominoes::z_max = 20 |
Referenced by ChangingTOIParticle::ChangingTOIParticle().
Referenced by ChangingTOIParticle::ChangingTOIParticle().