27#ifndef _GEMA_PLUGIN_MECHANICALMATERIAL_GENERAL_YIELD_SURFACE_H_
28#define _GEMA_PLUGIN_MECHANICALMATERIAL_GENERAL_YIELD_SURFACE_H_
32#include "gmpFemPhysics.h"
78 return propertyAc(COH_ID)->scalarValueAt(e, coord, ip);
81 virtual double frictionAngle(
const GmElement* e,
const GmVector* coord,
int ip)
const
83 return propertyAc(PHI_ID)->scalarValueAt(e, coord, ip);
88 return propertyAc(PSI_ID)->scalarValueAt(e, coord, ip);
93 return propertyAc(ALPHA_ID)->scalarValueAt(e, coord, ip);
98 return propertyAc(BETA_ID)->scalarValueAt(e, coord, ip);
103 return propertyAc(GAMMA_ID)->scalarValueAt(e, coord, ip);
108 return propertyAc(A_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 gmpMaterialGeneralYieldSurface.h:36
ElementPropertyIds
IDs for material element properties.
Definition gmpMaterialGeneralYieldSurface.h:40
@ BETA_ID
Id for retrieving the second shape factor.
Definition gmpMaterialGeneralYieldSurface.h:45
@ PHI_ID
Id for retrieving the friction angle accessor.
Definition gmpMaterialGeneralYieldSurface.h:42
@ GAMMA_ID
Id for retrieving the third shape factor.
Definition gmpMaterialGeneralYieldSurface.h:46
@ ALPHA_ID
Id for retrieving the first shape factor.
Definition gmpMaterialGeneralYieldSurface.h:44
@ PSI_ID
Id for retrieving the dilatance angle accessor.
Definition gmpMaterialGeneralYieldSurface.h:43
@ A_ID
Id for retrieving the fourth shape factor.
Definition gmpMaterialGeneralYieldSurface.h:47
@ NUM_PROPERTY_IDS
The number of property ids above.
Definition gmpMaterialGeneralYieldSurface.h:50
virtual double thirdShapeFactor(const GmElement *e, const GmVector *coord, int ip) const
Returns the third shape factor.
Definition gmpMaterialGeneralYieldSurface.h:101
virtual double dilationAngle(const GmElement *e, const GmVector *coord, int ip) const
Returns the material dilation angle.
Definition gmpMaterialGeneralYieldSurface.h:86
virtual double secondShapeFactor(const GmElement *e, const GmVector *coord, int ip) const
Returns the second shape factor.
Definition gmpMaterialGeneralYieldSurface.h:96
virtual bool isIsotropic() const
Returns true if the material is isotropic, false otherwise.
Definition gmpMaterialGeneralYieldSurface.h:73
virtual ~GmpMaterialGeneralYieldSurface()
Virtual destructor.
Definition gmpMaterialGeneralYieldSurface.h:60
virtual double firstShapeFactor(const GmElement *e, const GmVector *coord, int ip) const
Returns the first shape factor.
Definition gmpMaterialGeneralYieldSurface.h:91
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 gmpMaterialGeneralYieldSurface.h:63
virtual double fourthShapeFactor(const GmElement *e, const GmVector *coord, int ip) const
Returns the fourth shape factor.
Definition gmpMaterialGeneralYieldSurface.h:106
GmpMaterialGeneralYieldSurface(int typeIndex, QString typeName, const GmLogCategory &logger)
Constructor. Gets as parameters the material index and its name.
Definition gmpMaterialGeneralYieldSurface.h:56
Declaration of the gmpMaterialElastoplastic classes.
Declaration of the GmpMechanicPoint class.