![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
One node-node contact pair. Assembly fills this; the law uses it. More...
#include <pairForce.h>
Data Fields | |
| const inp::ContactPairDeck & | deck |
| util::Point | yi |
| util::Point | yj |
| util::Point | vi |
| util::Point | vj |
| std::size_t | i = 0 |
| std::size_t | j = 0 |
| std::size_t | pt_i = 0 |
| std::size_t | pt_j = 0 |
| double | voli = 0. |
| double | volj = 0. |
| double | rhoi = 0. |
| double | rhoj = 0. |
| double | dt = 0. |
| bool | wall_i = false |
| bool | wall_j = false |
One node-node contact pair. Assembly fills this; the law uses it.
Definition at line 27 of file pairForce.h.
| const inp::ContactPairDeck& contact::Pair::deck |
Definition at line 28 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce(), contact::PairForce::springForce(), and contact::StickSlipPairForce::springForce().
| double contact::Pair::dt = 0. |
Definition at line 38 of file pairForce.h.
Referenced by contact::StickSlipPairForce::springForce().
| std::size_t contact::Pair::i = 0 |
Definition at line 30 of file pairForce.h.
Referenced by contact::StickSlipPairForce::springForce().
| std::size_t contact::Pair::j = 0 |
Definition at line 31 of file pairForce.h.
Referenced by contact::StickSlipPairForce::springForce().
| std::size_t contact::Pair::pt_i = 0 |
Definition at line 32 of file pairForce.h.
| std::size_t contact::Pair::pt_j = 0 |
Definition at line 33 of file pairForce.h.
| double contact::Pair::rhoi = 0. |
Definition at line 36 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce().
| double contact::Pair::rhoj = 0. |
Definition at line 37 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce().
| util::Point contact::Pair::vi |
Definition at line 29 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce(), contact::PairForce::springForce(), and contact::StickSlipPairForce::springForce().
| util::Point contact::Pair::vj |
Definition at line 29 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce(), contact::PairForce::springForce(), and contact::StickSlipPairForce::springForce().
| double contact::Pair::voli = 0. |
Definition at line 34 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce().
| double contact::Pair::volj = 0. |
Definition at line 35 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce(), contact::PairForce::springForce(), and contact::StickSlipPairForce::springForce().
| bool contact::Pair::wall_i = false |
Definition at line 39 of file pairForce.h.
| bool contact::Pair::wall_j = false |
Definition at line 40 of file pairForce.h.
| util::Point contact::Pair::yi |
Definition at line 29 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce(), contact::PairForce::springForce(), and contact::StickSlipPairForce::springForce().
| util::Point contact::Pair::yj |
Definition at line 29 of file pairForce.h.
Referenced by contact::PairForce::nodeDampingForce(), contact::PairForce::springForce(), and contact::StickSlipPairForce::springForce().