26 #ifndef _GEMA_PLUGIN_MECHANICALMATERIAL_SOLIDIFYINGKELVINCHAIN_H_ 27 #define _GEMA_PLUGIN_MECHANICALMATERIAL_SOLIDIFYINGKELVINCHAIN_H_ 30 #include <gmpFemPhysics.h> 79 virtual const QVariantMap* materialMetaDataMap();
90 return propertyAc(E0_ID)->scalarValueAt(e, coord, ip);
95 return propertyAc(NU_ID)->scalarValueAt(e, coord, ip);
105 vectorPropertyValue(e, Acc, data, coord, ip);
117 vectorPropertyValue(e, Acc, data, coord, ip);
125 return propertyAc(ALPHA_AGING_ID)->scalarValueAt(e, coord, ip);
129 void strainInteg(
double E0,
double nu,
const GmVector& Ei,
const GmVector& tau,
double dTime,
const GmVector& dStrain,
const GmVector& stress,
bool ips,
double& Cve,
GmVector& stress_new,
GmMatrix& strainCreep)
const;
132 virtual bool checkLoadedData(
const GmElement* e)
const;
Id for retrieving the Young's Modulus of outer spring accessor.
Definition: gmpMaterialSolidifyingKelvinChain.h:42
Declaration of the GmpMechanicalMaterial class.
Id for retrieving the Poisson's ratio accessor.
Definition: gmpMaterialSolidifyingKelvinChain.h:43
Basic class providing the interface for a mechanical material.
Definition: gmpMechanicalMaterial.h:41
virtual ~GmpMaterialSolidifyingKelvinChain()
Virtual destructor.
Definition: gmpMaterialSolidifyingKelvinChain.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: gmpMaterialSolidifyingKelvinChain.h:72
ElementPropertyIds
IDs for material element properties.
Definition: gmpMaterialSolidifyingKelvinChain.h:40
Definition: gmpMechanicPoint.h:32
virtual double alphaAging(const GmElement *e, const GmVector *coord, int ip) const
Returns the aging alpha factor.
Definition: gmpMaterialSolidifyingKelvinChain.h:123
Id for retrieving the vector with Young's Modulus of Kelvin chain accessor.
Definition: gmpMaterialSolidifyingKelvinChain.h:44
virtual GmVector elasticModulusChain(const GmElement *e, const GmVector *coord, int ip) const
Returns the material elastic modulus chain.
Definition: gmpMaterialSolidifyingKelvinChain.h:99
Id for retrieving the creep strain accessor at the previous state (old creep strain)
Definition: gmpMaterialSolidifyingKelvinChain.h:56
Base Id for Gauss attribute(s) used to store the calculated creep strain at the current state.
Definition: gmpMaterialSolidifyingKelvinChain.h:55
virtual double poissonRatio(const GmElement *e, const GmVector *coord, int ip) const
Returns the material poisson ratio.
Definition: gmpMaterialSolidifyingKelvinChain.h:93
Declaration of the GmpMechanicPoint class.
Declaration of usefull configuration definitions for the plugin library.
GmpMaterialSolidifyingKelvinChain(int typeIndex, QString typeName, const GmLogCategory &logger)
Constructor. Gets as parameters the material index and its name.
Definition: gmpMaterialSolidifyingKelvinChain.h:65
Definition: gmpMaterialSolidifyingKelvinChain.h:36
Id for retrieving the alpha factor of aging function.
Definition: gmpMaterialSolidifyingKelvinChain.h:46
The number of Gauss attribute ids above.
Definition: gmpMaterialSolidifyingKelvinChain.h:59
virtual GmVector retardationTimeChain(const GmElement *e, const GmVector *coord, int ip) const
Returns the material elastic modulus chain.
Definition: gmpMaterialSolidifyingKelvinChain.h:111
virtual bool isIsotropic() const
Returns true if the material is isotropic, false otherwise.
Definition: gmpMaterialSolidifyingKelvinChain.h:85
The number of property ids above.
Definition: gmpMaterialSolidifyingKelvinChain.h:49
virtual bool mechanicalConstitutiveModel(const GmElement *e, GmMatrix &Dep, const GmpMechanicPoint *mp, const GmVector *coord, const GmVector &Time, unsigned nc, bool ips=false) const =0
Evaluates stress and tangent matrix according to the material behavior adopted.
GaussAttributeIds
IDs for material Gauss attributes.
Definition: gmpMaterialSolidifyingKelvinChain.h:53
Id for retrieving the vector with Retardation times of Kelving chain accessor.
Definition: gmpMaterialSolidifyingKelvinChain.h:45
virtual double elasticModulus(const GmElement *e, const GmVector *coord, int ip) const
Returns the material elastic modulus.
Definition: gmpMaterialSolidifyingKelvinChain.h:88