PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
contact::Pair Struct Reference

One node-node contact pair. Assembly fills this; the law uses it. More...

#include <pairForce.h>

Collaboration diagram for contact::Pair:

Data Fields

const inp::ContactPairDeckdeck
 
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
 

Detailed Description

One node-node contact pair. Assembly fills this; the law uses it.

Definition at line 27 of file pairForce.h.

Field Documentation

◆ deck

◆ dt

double contact::Pair::dt = 0.

Definition at line 38 of file pairForce.h.

Referenced by contact::StickSlipPairForce::springForce().

◆ i

std::size_t contact::Pair::i = 0

Definition at line 30 of file pairForce.h.

Referenced by contact::StickSlipPairForce::springForce().

◆ j

std::size_t contact::Pair::j = 0

Definition at line 31 of file pairForce.h.

Referenced by contact::StickSlipPairForce::springForce().

◆ pt_i

std::size_t contact::Pair::pt_i = 0

Definition at line 32 of file pairForce.h.

◆ pt_j

std::size_t contact::Pair::pt_j = 0

Definition at line 33 of file pairForce.h.

◆ rhoi

double contact::Pair::rhoi = 0.

Definition at line 36 of file pairForce.h.

Referenced by contact::PairForce::nodeDampingForce().

◆ rhoj

double contact::Pair::rhoj = 0.

Definition at line 37 of file pairForce.h.

Referenced by contact::PairForce::nodeDampingForce().

◆ vi

◆ vj

◆ voli

double contact::Pair::voli = 0.

Definition at line 34 of file pairForce.h.

Referenced by contact::PairForce::nodeDampingForce().

◆ volj

double contact::Pair::volj = 0.

◆ wall_i

bool contact::Pair::wall_i = false

Definition at line 39 of file pairForce.h.

◆ wall_j

bool contact::Pair::wall_j = false

Definition at line 40 of file pairForce.h.

◆ yi

◆ yj


The documentation for this struct was generated from the following file: