PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
loading::ParticleLoading Class Reference

A base class to apply displacement and force boundary condition. More...

#include <particleLoading.h>

Inheritance diagram for loading::ParticleLoading:
Collaboration diagram for loading::ParticleLoading:

Public Member Functions

 ParticleLoading ()=default
 Constructor.
 

Protected Attributes

std::vector< inp::PBCDatad_bcData
 List of displacement bcs.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ParticleLoading()

loading::ParticleLoading::ParticleLoading ( )
default

Constructor.

Field Documentation

◆ d_bcData

std::vector<inp::PBCData> loading::ParticleLoading::d_bcData
protected

List of displacement bcs.

Definition at line 42 of file particleLoading.h.

Referenced by loading::ParticleFLoading::ParticleFLoading(), and loading::ParticleULoading::ParticleULoading().


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