diff --git a/docs/Loads_8h.html b/docs/Loads_8h.html index cc0e325..9eb13fc 100644 --- a/docs/Loads_8h.html +++ b/docs/Loads_8h.html @@ -240,9 +240,9 @@
Is a type of Body representing a cuboid in 3D.
-The cuboid in geometrically defined by the coordinates of the lower left point (Point 1) and the higher right point (Point 2). See Figure bellow.
Is a Body created by a list of particles.
-This class allows to create a 3D body in the space by a list of particles.
Is a type of Body created by the extrusion of a 2D polygon.
-This class allows to create a 3D body in the space by extrusion of a 2D polygon.
The extrusion is performed according to a direction and to a displacement. The direction of the extrusion is represented by the extrudeDirection
attribute. The displacement of the extrusion is represented by the extrudeDisplacement
attribute. This body is fill up with particles according to a discretization parameter distretizationLength
.
The extrude direction is the axis by with the polygon will be extruded.
Extrusion in x Extrusion in y Extrusion in z
z x y ^ ^ ^ | | | o---> y o---> z o---> x
o : is the axis pointing out of the plane
-Is the total displacement of the polygon through the extrusion direction.
-When the particles are put in the body an auxiliary grid is used. The discretizationLength
attribute is the dimension of a grid cell.
Once the body was created by extrusion, the material points need to be distributed inside the body. For do that the create method performs this operations:
Is a type of Body representing a sphere in 3D.
-The sphere is geometrically defined by its center and diameter.
Components and algorithms of the MPM This class contain the basic objects of a MPM model, and the operations between them.
-