MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|
Structure to represent a particle with a pressure. Pressure is applied to particles with the specified index. More...
#include <Loads.h>
Public Member Functions | |
PrescribedPorePressure (int body_index, int particle_index, double pressure_value) | |
Structure constructor. | |
Public Attributes | |
int | bodyIndex |
body index in body vector | |
int | particleIndex |
particle index in particle vector | |
double | pressure |
pressure to be applied to the particle | |
Structure to represent a particle with a pressure. Pressure is applied to particles with the specified index.
|
inline |
int Loads::PrescribedPorePressure::bodyIndex |
body index in body vector
int Loads::PrescribedPorePressure::particleIndex |
particle index in particle vector
double Loads::PrescribedPorePressure::pressure |
pressure to be applied to the particle