24#ifndef _GEMA_PLUGIN_MECHANICALMATERIAL_LADE_KIM_H_
25#define _GEMA_PLUGIN_MECHANICALMATERIAL_LADE_KIM_H_
29#include "gmpFemPhysics.h"
74 return propertyAc(COH_ID)->scalarValueAt(e, coord, ip);
77 virtual double frictionAngle(
const GmElement* e,
const GmVector* coord,
int ip)
const
79 return propertyAc(PHI_ID)->scalarValueAt(e, coord, ip);
84 return propertyAc(PSI_ID)->scalarValueAt(e, coord, ip);
Definition gmpMaterialElastoplastic.h:36
@ NUM_PROPERTY_IDS
The number of property ids above.
Definition gmpMaterialElastoplastic.h:79
virtual double yieldStrengthRatio(const GmElement *e, const GmVector &S, const GmVector *coord, int ip, unsigned sc) const =0
Returns the Yield Strength Ratio (Ysr)
virtual const QVariantMap * materialMetaDataMap()
Returns a pointer to the material/Gauus attribute map, built when the function is called for the firs...
Definition gmpMaterialElastoplastic.cpp:45
Definition gmpMaterialLadeKim.h:33
virtual double dilationAngle(const GmElement *e, const GmVector *coord, int ip) const
Returns the material dilation angle.
Definition gmpMaterialLadeKim.h:82
virtual ~GmpMaterialLadeKim()
Virtual destructor.
Definition gmpMaterialLadeKim.h:53
ElementPropertyIds
IDs for material element properties.
Definition gmpMaterialLadeKim.h:37
@ PHI_ID
Id for retrieving the friction angle accessor.
Definition gmpMaterialLadeKim.h:39
@ NUM_PROPERTY_IDS
The number of property ids above.
Definition gmpMaterialLadeKim.h:43
@ PSI_ID
Id for retrieving the dilatance angle accessor.
Definition gmpMaterialLadeKim.h:40
virtual bool isIsotropic() const
Returns true if the material is isotropic, false otherwise.
Definition gmpMaterialLadeKim.h:69
GmpMaterialLadeKim(int typeIndex, QString typeName, const GmLogCategory &logger)
Constructor. Gets as parameters the material index and its name.
Definition gmpMaterialLadeKim.h:49
static GmpFemPhysicsCommonMaterial * instance(GmSimulationData *simulation, int typeIndex, QString typeName, const GmLogCategory &logger)
A "factory" function used to register the material with the physics material factory.
Definition gmpMaterialLadeKim.h:56
Definition gmpMechanicPoint.h:33
Declaration of the gmpMaterialElastoplastic classes.
Declaration of the GmpMechanicPoint class.