PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
User-input data for particle neighbor search. More...
#include <pNeighborDeck.h>
Public Member Functions | |
PNeighborDeck () | |
Constructor. | |
std::string | printStr (int nt=0, int lvl=0) const |
Returns the string containing printable information about the object. | |
void | print (int nt=0, int lvl=0) const |
Prints the information about the object. | |
Data Fields | |
std::string | d_updateCriteria |
Neighbor search update criteria (if any) | |
double | d_sFactor |
Neighbor search factor (search length is factor times biggest radius of particle) | |
double | d_sTol |
Neighbor search tolerance. | |
size_t | d_neighUpdateInterval |
Neighbor update time interval (for contact) | |
User-input data for particle neighbor search.
Definition at line 21 of file pNeighborDeck.h.
|
inline |
Constructor.
Definition at line 41 of file pNeighborDeck.h.
|
inline |
Prints the information about the object.
nt | Number of tabs to append before printing |
lvl | Information level (higher means more information) |
Definition at line 74 of file pNeighborDeck.h.
References printStr().
|
inline |
Returns the string containing printable information about the object.
nt | Number of tabs to append before printing |
lvl | Information level (higher means more information) |
Definition at line 54 of file pNeighborDeck.h.
References d_neighUpdateInterval, d_sFactor, d_sTol, d_updateCriteria, and util::io::getTabS().
Referenced by print(), and inp::ParticleDeck::printStr().
size_t inp::PNeighborDeck::d_neighUpdateInterval |
Neighbor update time interval (for contact)
Definition at line 36 of file pNeighborDeck.h.
Referenced by printStr().
double inp::PNeighborDeck::d_sFactor |
Neighbor search factor (search length is factor times biggest radius of particle)
Definition at line 28 of file pNeighborDeck.h.
Referenced by printStr().
double inp::PNeighborDeck::d_sTol |
std::string inp::PNeighborDeck::d_updateCriteria |
Neighbor search update criteria (if any)
Definition at line 24 of file pNeighborDeck.h.
Referenced by printStr().