PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
User-input data for zones. More...
#include <zoneDeck.h>
Public Member Functions | |
Zone () | |
Constructor. | |
Zone (const Zone &z) | |
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 | |
util::geometry::GeomData | d_zoneGeomData |
Zone geometry data. | |
size_t | d_zoneId |
Specify zone to which this particle belongs to. | |
User-input data for zones.
Definition at line 27 of file zoneDeck.h.
|
inline |
Constructor.
Definition at line 38 of file zoneDeck.h.
|
inline |
Constructor.
z | Another zone object |
Definition at line 45 of file zoneDeck.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 74 of file zoneDeck.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 56 of file zoneDeck.h.
References d_zoneGeomData, d_zoneId, util::io::getTabS(), and util::geometry::GeomData::printStr().
Referenced by print(), and inp::ParticleZone::printStr().
util::geometry::GeomData inp::Zone::d_zoneGeomData |
Zone geometry data.
Definition at line 30 of file zoneDeck.h.
Referenced by printStr(), and inp::Input::setZoneData().
size_t inp::Zone::d_zoneId |
Specify zone to which this particle belongs to.
Definition at line 33 of file zoneDeck.h.
Referenced by printStr().