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>
17
24namespace loading {
25
35
36public:
38 ParticleLoading() = default;
39
40protected:
42 std::vector<inp::PBCData> d_bcData;
43};
44
45} // namespace loading
46
47#endif // LOADING_LOADING_H
A base class to apply displacement and force boundary condition.
std::vector< inp::PBCData > d_bcData
List of displacement bcs.
ParticleLoading()=default
Constructor.
Collection of methods and database related to loading.