PeriDEM
0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
particleLoading.h
Go to the documentation of this file.
1
/*
2
* -------------------------------------------
3
* Copyright (c) 2021 - 2024 Prashant K. Jha
4
* -------------------------------------------
5
* PeriDEM https://github.com/prashjha/PeriDEM
6
*
7
* Distributed under the Boost Software License, Version 1.0. (See accompanying
8
* file LICENSE)
9
*/
10
11
#ifndef LOADING_PARTILCELOADING_H
12
#define LOADING_PARTILCELOADING_H
13
14
#include <string>
15
#include <vector>
16
#include "
inp/pdecks/particleDeck.h
"
17
24
namespace
loading
{
25
34
class
ParticleLoading
{
35
36
public
:
38
ParticleLoading
() =
default
;
39
40
protected
:
42
std::vector<inp::PBCData>
d_bcData
;
43
};
44
45
}
// namespace loading
46
47
#endif
// LOADING_LOADING_H
loading::ParticleLoading
A base class to apply displacement and force boundary condition.
Definition
particleLoading.h:34
loading::ParticleLoading::d_bcData
std::vector< inp::PBCData > d_bcData
List of displacement bcs.
Definition
particleLoading.h:42
loading::ParticleLoading::ParticleLoading
ParticleLoading()=default
Constructor.
loading
Collection of methods and database related to loading.
Definition
particleFLoading.h:26
particleDeck.h
src
loading
particleLoading.h
Generated by
1.9.8