PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
A base class to apply displacement and force boundary condition. More...
#include <particleLoading.h>
Public Member Functions | |
ParticleLoading ()=default | |
Constructor. | |
Protected Attributes | |
std::vector< inp::PBCData > | d_bcData |
List of displacement bcs. | |
A base class to apply displacement and force boundary condition.
Base class which provides method and database for application of boundary conditions in the form of displacement or force. Later temperature boundary condition or other type of boundary condition can also be implemented using this base class.
Definition at line 34 of file particleLoading.h.
|
default |
Constructor.
|
protected |
List of displacement bcs.
Definition at line 42 of file particleLoading.h.
Referenced by loading::ParticleFLoading::ParticleFLoading(), and loading::ParticleULoading::ParticleULoading().