27 #ifndef _GEMA_PLUGIN_MECHANICALMATERIAL_EXTENDED_DRUCKER_PRAGER_H_ 28 #define _GEMA_PLUGIN_MECHANICALMATERIAL_EXTENDED_DRUCKER_PRAGER_H_ 32 #include "gmpFemPhysics.h" 75 return propertyAc(COH_ID)->scalarValueAt(e, coord, ip);
78 virtual double frictionAngle(
const GmElement* e,
const GmVector* coord,
int ip)
const 80 return propertyAc(PHI_ID)->scalarValueAt(e, coord, ip);
85 return propertyAc(PSI_ID)->scalarValueAt(e, coord, ip);
90 return propertyAc(K_ID)->scalarValueAt(e, coord, ip);
virtual double dilationAngle(const GmElement *e, const GmVector *coord, int ip) const
Returns the material dilation angle.
Definition: gmpMaterialExtendedDruckerPrager.h:83
Id for retrieving the friction angle accessor.
Definition: gmpMaterialExtendedDruckerPrager.h:42
ElementPropertyIds
IDs for material element properties.
Definition: gmpMaterialElastic.h:38
The number of property ids above.
Definition: gmpMaterialElastoplastic.h:79
virtual double shapeFactor(const GmElement *e, const GmVector *coord, int ip) const
Returns the hydrostatic tension strength of the material.
Definition: gmpMaterialExtendedDruckerPrager.h:88
virtual bool isIsotropic() const
Returns true if the material is isotropic, false otherwise.
Definition: gmpMaterialExtendedDruckerPrager.h:70
Declaration of the gmpMaterialElastoplastic classes.
Definition: gmpMaterialExtendedDruckerPrager.h:35
virtual double yieldStrengthRatio(const GmElement *e, const GmVector &S, const GmVector *coord, int ip, unsigned sc) const =0
Returns the Yield Strength Ratio (Ysr)
Id for retrieving the dilatance angle accessor.
Definition: gmpMaterialExtendedDruckerPrager.h:43
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: gmpMaterialExtendedDruckerPrager.h:60
Declaration of the GmpMechanicPoint class.
Id for retrieving the ratio of the yield stress in triaxial tension to the yield stress in triaxial c...
Definition: gmpMaterialExtendedDruckerPrager.h:44
GmpMaterialExtendedDruckerPrager(int typeIndex, QString typeName, const GmLogCategory &logger)
Constructor. Gets as parameters the material index and its name.
Definition: gmpMaterialExtendedDruckerPrager.h:53
The number of property ids above.
Definition: gmpMaterialExtendedDruckerPrager.h:47
Definition: gmpMaterialElastoplastic.h:35
virtual ~GmpMaterialExtendedDruckerPrager()
Virtual destructor.
Definition: gmpMaterialExtendedDruckerPrager.h:57
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