PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
User-input data for particle neighbor search. More...
#include <pBCData.h>
Public Member Functions | |
PBCData () | |
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_selectionType |
Method for applying force e.g. | |
bool | d_isRegionActive |
Flag that indicates if region-based application of boundary condition is active. So cases of 'region', 'region_with_include_list', 'region_with_exclude_list', and 'region_with_include_list_with_exclude_list' will have region-based application of boundary condition. | |
util::geometry::GeomData | d_regionGeomData |
Region geometry (if any) | |
std::vector< size_t > | d_pList |
List of particles (if any) | |
std::vector< size_t > | d_pNotList |
List of particles to not include (if any) | |
std::string | d_timeFnType |
Name of the formula with respect to time. | |
std::string | d_spatialFnType |
Name of the formula of with respect to spatial coordinate. | |
std::vector< size_t > | d_direction |
List of dofs on which this bc will be applied. | |
std::vector< double > | d_timeFnParams |
List of parameters for function wrt time. | |
std::vector< double > | d_spatialFnParams |
List of parameters for function wrt spatial coordinate. | |
bool | d_isDisplacementZero |
Specify if this bc corresponds to zero displacement condition. | |
|
inline |
Constructor.
Definition at line 100 of file pBCData.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 147 of file pBCData.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 110 of file pBCData.h.
References d_direction, util::geometry::GeomData::d_geom_p, d_isDisplacementZero, d_isRegionActive, d_pList, d_pNotList, d_regionGeomData, d_selectionType, d_spatialFnParams, d_spatialFnType, d_timeFnParams, d_timeFnType, util::io::getTabS(), and util::geometry::GeomData::printStr().
Referenced by print().
std::vector<size_t> inp::PBCData::d_direction |
List of dofs on which this bc will be applied.
E.g. if bc is only applied on x-component, d_direction will be 1. If bc is applied on x- and y-component, d_direction will be vector with elements 1 and 2.
Definition at line 86 of file pBCData.h.
Referenced by printStr().
bool inp::PBCData::d_isDisplacementZero |
Specify if this bc corresponds to zero displacement condition.
Definition at line 95 of file pBCData.h.
Referenced by printStr().
bool inp::PBCData::d_isRegionActive |
Flag that indicates if region-based application of boundary condition is active. So cases of 'region', 'region_with_include_list', 'region_with_exclude_list', and 'region_with_include_list_with_exclude_list' will have region-based application of boundary condition.
Definition at line 42 of file pBCData.h.
Referenced by loading::ParticleFLoading::needToComputeDof(), loading::ParticleULoading::needToComputeDof(), and printStr().
std::vector<size_t> inp::PBCData::d_pList |
List of particles (if any)
Definition at line 48 of file pBCData.h.
Referenced by loading::ParticleFLoading::needToComputeDof(), loading::ParticleULoading::needToComputeDof(), loading::ParticleFLoading::needToProcessParticle(), loading::ParticleULoading::needToProcessParticle(), and printStr().
std::vector<size_t> inp::PBCData::d_pNotList |
List of particles to not include (if any)
Definition at line 51 of file pBCData.h.
Referenced by loading::ParticleFLoading::needToComputeDof(), loading::ParticleULoading::needToComputeDof(), loading::ParticleFLoading::needToProcessParticle(), loading::ParticleULoading::needToProcessParticle(), and printStr().
util::geometry::GeomData inp::PBCData::d_regionGeomData |
Region geometry (if any)
Definition at line 45 of file pBCData.h.
Referenced by loading::ParticleFLoading::needToComputeDof(), loading::ParticleULoading::needToComputeDof(), and printStr().
std::string inp::PBCData::d_selectionType |
Method for applying force e.g.
Definition at line 35 of file pBCData.h.
Referenced by loading::ParticleFLoading::needToComputeDof(), loading::ParticleULoading::needToComputeDof(), loading::ParticleFLoading::needToProcessParticle(), loading::ParticleULoading::needToProcessParticle(), and printStr().
std::vector<double> inp::PBCData::d_spatialFnParams |
List of parameters for function wrt spatial coordinate.
Definition at line 92 of file pBCData.h.
Referenced by printStr().
std::string inp::PBCData::d_spatialFnType |
Name of the formula of with respect to spatial coordinate.
List of allowed values are:
Definition at line 77 of file pBCData.h.
Referenced by printStr().
std::vector<double> inp::PBCData::d_timeFnParams |
List of parameters for function wrt time.
Definition at line 89 of file pBCData.h.
Referenced by printStr().
std::string inp::PBCData::d_timeFnType |
Name of the formula with respect to time.
List of allowed values are:
Definition at line 64 of file pBCData.h.
Referenced by printStr().