Short range interactions based on quartic interactions.
More...
#include <FrictionQPotSpringBlock/detail.h>
Short range interactions based on quartic interactions.
Definition at line 658 of file detail.h.
◆ QuarticGradient2d()
FrictionQPotSpringBlock::detail::QuarticGradient2d::QuarticGradient2d |
( |
double | k2, |
|
|
double | k4, |
|
|
size_type | rows, |
|
|
size_type | cols ) |
|
inline |
- Parameters
-
k2 | Stiffness of the interactions. |
k4 | Stiffness of the interactions. |
rows | Number of rows. |
cols | Number of columns. |
Definition at line 674 of file detail.h.
◆ force()
template<class T >
void FrictionQPotSpringBlock::detail::QuarticGradient2d::force |
( |
const T & | u, |
|
|
T & | f ) |
|
inline |
Update forces based on current slips.
- Parameters
-
u | Slip per particle. |
f | Force per particle (output). |
Definition at line 683 of file detail.h.
◆ m_cols
size_type FrictionQPotSpringBlock::detail::QuarticGradient2d::m_cols |
|
protected |
Number of columns.
Definition at line 661 of file detail.h.
◆ m_k2
double FrictionQPotSpringBlock::detail::QuarticGradient2d::m_k2 |
|
protected |
Stiffness of the interactions.
Definition at line 662 of file detail.h.
◆ m_k4
double FrictionQPotSpringBlock::detail::QuarticGradient2d::m_k4 |
|
protected |
Stiffness of the interactions.
Definition at line 663 of file detail.h.
◆ m_rows
size_type FrictionQPotSpringBlock::detail::QuarticGradient2d::m_rows |
|
protected |
Number of rows.
Definition at line 660 of file detail.h.
The documentation for this class was generated from the following file: