27#ifndef _GEMA_PLUGIN_MECHANICALMATERIAL_DRUCKER_PRAGER_H_
28#define _GEMA_PLUGIN_MECHANICALMATERIAL_DRUCKER_PRAGER_H_
32#include "gmpFemPhysics.h"
77 return propertyAc(COH_ID)->scalarValueAt(e, coord, ip);
80 virtual double frictionAngle(
const GmElement* e,
const GmVector* coord,
int ip)
const
82 return propertyAc(PHI_ID)->scalarValueAt(e, coord, ip);
87 return propertyAc(PSI_ID)->scalarValueAt(e, coord, ip);
96 virtual double plasticFPotential(
const GmElement* e,
const GmVector& s,
const GmVector* coord,
int ip,
unsigned sc)
const;
Definition gmpMaterialDruckerPrager.h:36
ElementPropertyIds
IDs for material element properties.
Definition gmpMaterialDruckerPrager.h:40
@ NUM_PROPERTY_IDS
The number of property ids above.
Definition gmpMaterialDruckerPrager.h:46
@ PSI_ID
Id for retrieving the dilatance angle accessor.
Definition gmpMaterialDruckerPrager.h:43
@ PHI_ID
Id for retrieving the friction angle accessor.
Definition gmpMaterialDruckerPrager.h:42
virtual double dilationAngle(const GmElement *e, const GmVector *coord, int ip) const
Returns the material dilation angle.
Definition gmpMaterialDruckerPrager.h:85
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 gmpMaterialDruckerPrager.h:59
GmpMaterialDruckerPrager(int typeIndex, QString typeName, const GmLogCategory &logger)
Constructor. Gets as parameters the material index and its name.
Definition gmpMaterialDruckerPrager.h:52
virtual bool isIsotropic() const
Returns true if the material is isotropic, false otherwise.
Definition gmpMaterialDruckerPrager.h:72
virtual ~GmpMaterialDruckerPrager()
Virtual destructor.
Definition gmpMaterialDruckerPrager.h:56
Definition gmpMaterialElastoplastic.h:36
@ NUM_PROPERTY_IDS
The number of property ids above.
Definition gmpMaterialElastoplastic.h:79
virtual bool alternativeReturnAlgorithm(const GmElement *, GmMatrix &, const GmpMechanicPoint *, const GmVector *, unsigned, bool) const
Returns the updated stresses using an alternative return mapping algorithm.
Definition gmpMaterialElastoplastic.cpp:558
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 gmpMechanicPoint.h:33
Declaration of the gmpMaterialElastoplastic classes.
Declaration of the GmpMechanicPoint class.