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: gmpMaterialLadeKim.h:32
Id for retrieving the dilatance angle accessor.
Definition: gmpMaterialLadeKim.h:40
ElementPropertyIds
IDs for material element properties.
Definition: gmpMaterialElastic.h:38
virtual ~GmpMaterialLadeKim()
Virtual destructor.
Definition: gmpMaterialLadeKim.h:53
The number of property ids above.
Definition: gmpMaterialLadeKim.h:43
The number of property ids above.
Definition: gmpMaterialElastoplastic.h:79
Definition: gmpMechanicPoint.h:32
GmpMaterialLadeKim(int typeIndex, QString typeName, const GmLogCategory &logger)
Constructor. Gets as parameters the material index and its name.
Definition: gmpMaterialLadeKim.h:49
virtual double dilationAngle(const GmElement *e, const GmVector *coord, int ip) const
Returns the material dilation angle.
Definition: gmpMaterialLadeKim.h:82
Declaration of the gmpMaterialElastoplastic classes.
virtual double yieldStrengthRatio(const GmElement *e, const GmVector &S, const GmVector *coord, int ip, unsigned sc) const =0
Returns the Yield Strength Ratio (Ysr)
Declaration of the GmpMechanicPoint class.
virtual bool isIsotropic() const
Returns true if the material is isotropic, false otherwise.
Definition: gmpMaterialLadeKim.h:69
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
Id for retrieving the friction angle accessor.
Definition: gmpMaterialLadeKim.h:39
Definition: gmpMaterialElastoplastic.h:35
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