MPMUpdatedLagrangian
The following variables are defined for each material point element of type MPMUpdatedLagrangian.
MP_MATERIAL_ID(int): id identifying the material (see theproperties_idfield in theParticleMaterials.jsoninput file)MP_MASS(double): material point element massMP_DENSITY(double): material point element densityMP_VOLUME(double): material point element volumeMP_COORD(array_1d<double,3>): material point element coordinatesMP_DISPLACEMENT(array_1d<double,3>): material point element displacementMP_VELOCITY(array_1d<double,3>): material point element velocityMP_ACCELERATION(array_1d<double,3>): material point element accelerationMP_CAUCHY_STRESS_VECTOR(Vector): material point element Cauchy stress vectorMP_ALMANSI_STRAIN_VECTOR(Vector): material point element Almansi strain vector
MPMUpdatedLagrangianUP
For the material point elements of type MPMUpdatedLagrangianUP, implementing the mixed UP (displacement/pressure) formulation, the following additional variable is defined.
MP_PRESSURE(double): material point element pressure