|
|
| KRATOS_CLASS_POINTER_DEFINITION (SaintVenantKirchhoffModel) |
| Pointer definition of SaintVenantKirchhoffModel. More...
|
|
|
| SaintVenantKirchhoffModel () |
| Default constructor. More...
|
|
| SaintVenantKirchhoffModel (SaintVenantKirchhoffModel const &rOther) |
| Copy constructor. More...
|
|
SaintVenantKirchhoffModel & | operator= (SaintVenantKirchhoffModel const &rOther) |
| Assignment operator. More...
|
|
ConstitutiveModel::Pointer | Clone () const override |
| Clone. More...
|
|
| ~SaintVenantKirchhoffModel () override |
| Destructor. More...
|
|
|
void | CalculateStrainEnergy (ModelDataType &rValues, double &rDensityFunction) override |
|
void | CalculateStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override |
|
void | CalculateConstitutiveTensor (ModelDataType &rValues, Matrix &rConstitutiveMatrix) override |
|
void | CalculateStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override |
|
int | Check (const Properties &rProperties, const ProcessInfo &rCurrentProcessInfo) override |
|
|
std::string | Info () const override |
| Turn back information as a string. More...
|
|
void | PrintInfo (std::ostream &rOStream) const override |
| Print information about this object. More...
|
|
void | PrintData (std::ostream &rOStream) const override |
| Print object's data. More...
|
|
| HyperElasticModel () |
| Default constructor. More...
|
|
| HyperElasticModel (HyperElasticModel const &rOther) |
| Copy constructor. More...
|
|
HyperElasticModel & | operator= (HyperElasticModel const &rOther) |
| Assignment operator. More...
|
|
| ~HyperElasticModel () override |
| Destructor. More...
|
|
void | InitializeModel (ModelDataType &rValues) override |
|
void | FinalizeModel (ModelDataType &rValues) override |
|
void | CalculateIsochoricStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override |
|
void | CalculateVolumetricStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override |
|
void | CalculateIsochoricConstitutiveTensor (ModelDataType &rValues, Matrix &rConstitutiveMatrix) override |
|
void | CalculateVolumetricConstitutiveTensor (ModelDataType &rValues, Matrix &rConstitutiveMatrix) override |
|
void | CalculateIsochoricStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override |
|
void | CalculateVolumetricStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override |
|
void | SetValue (const Variable< Vector > &rThisVariable, const Vector &rValue, const ProcessInfo &rCurrentProcessInfo) override |
|
void | SetValue (const Variable< Matrix > &rThisVariable, const Matrix &rValue, const ProcessInfo &rCurrentProcessInfo) override |
|
void | GetDomainVariablesList (std::vector< Variable< double > > &rScalarVariables, std::vector< Variable< array_1d< double, 3 > > > &rComponentVariables) override |
|
| KRATOS_CLASS_POINTER_DEFINITION (HyperElasticModel) |
| Pointer definition of HyperElasticModel. More...
|
|
| KRATOS_DEFINE_LOCAL_FLAG (ADD_HISTORY_VECTOR) |
|
| KRATOS_DEFINE_LOCAL_FLAG (HISTORY_STRAIN_MEASURE) |
|
| KRATOS_DEFINE_LOCAL_FLAG (HISTORY_STRESS_MEASURE) |
|
| ConstitutiveModel () |
| Default constructor. More...
|
|
| ConstitutiveModel (ConstitutiveModel const &rOther) |
| Copy constructor. More...
|
|
ConstitutiveModel & | operator= (ConstitutiveModel const &rOther) |
| Assignment operator. More...
|
|
virtual | ~ConstitutiveModel () |
| Destructor. More...
|
|
virtual void | InitializeMaterial (const Properties &rProperties) |
|
virtual bool | Has (const Variable< double > &rThisVariable) |
|
virtual void | SetValue (const Variable< double > &rVariable, const double &rValue, const ProcessInfo &rCurrentProcessInfo) |
|
virtual double & | GetValue (const Variable< double > &rThisVariable, double &rValue) |
|
| KRATOS_CLASS_POINTER_DEFINITION (ConstitutiveModel) |
| Pointer definition of ConstitutiveModel. More...
|
|
|
|
void | CalculateStrainData (ModelDataType &rValues, HyperElasticDataType &rVariables) override |
|
void | CalculateAndAddStressTensor (HyperElasticDataType &rVariables, BoundedMatrix< double, 6, 6 > &rConstitutiveTensor, VectorType &rStrainVector, VectorType &rStressVector) |
|
void | CalculateAndAddStressTensor (HyperElasticDataType &rVariables, MatrixType &rStressMatrix) override |
|
void | CalculateAndAddConstitutiveMatrix (HyperElasticDataType &rVariables, BoundedMatrix< double, 6, 6 > &rConstitutiveTensor) |
|
virtual void | CalculateAndAddIsochoricStressTensor (HyperElasticDataType &rVariables, MatrixType &rStressMatrix) |
|
virtual void | CalculateAndAddVolumetricStressTensor (HyperElasticDataType &rVariables, MatrixType &rStressMatrix) |
|
virtual void | CalculateAndAddConstitutiveTensor (HyperElasticDataType &rVariables, Matrix &rConstitutiveMatrix) |
|
virtual void | CalculateAndAddIsochoricConstitutiveTensor (HyperElasticDataType &rVariables, Matrix &rConstitutiveMatrix) |
|
virtual void | CalculateAndAddVolumetricConstitutiveTensor (HyperElasticDataType &rVariables, Matrix &rConstitutiveMatrix) |
|
virtual double & | AddConstitutiveComponent (HyperElasticDataType &rVariables, double &rCabcd, const unsigned int &a, const unsigned int &b, const unsigned int &c, const unsigned int &d) |
|
virtual double & | AddIsochoricConstitutiveComponent (HyperElasticDataType &rVariables, double &rCabcd, const unsigned int &a, const unsigned int &b, const unsigned int &c, const unsigned int &d) |
|
virtual double & | AddVolumetricConstitutiveComponent (HyperElasticDataType &rVariables, double &rCabcd, const unsigned int &a, const unsigned int &b, const unsigned int &c, const unsigned int &d) |
|
virtual void | CalculateInvariants (HyperElasticDataType &rVariables) |
|
virtual void | CalculateScalingFactors (HyperElasticDataType &rVariables) |
|
void | CalculateStrainInvariants (const MatrixType &rStrainMatrix, double &rI1, double &rI2, double &rI3) |
|
virtual void | CalculateAndAddIsochoricStrainEnergy (HyperElasticDataType &rVariables, double &rIsochoricDensityFunction) |
|
virtual void | CalculateAndAddVolumetricStrainEnergy (HyperElasticDataType &rVariables, double &rVolumetricDensityFunction) |
|
virtual double & | GetVolumetricFunction1stJDerivative (HyperElasticDataType &rVariables, double &rDerivative) |
|
virtual double & | GetVolumetricFunction2ndJDerivative (HyperElasticDataType &rVariables, double &rDerivative) |
|
MatrixType & | GetJRightCauchyGreenDerivative (const StrainData &rStrain, MatrixType &rDerivative) |
|
double & | GetJRightCauchyGreen1stDerivative (const StrainData &rStrain, double &rDerivative, const double &a, const double &b) |
| dJ/dC More...
|
|
double & | GetJRightCauchyGreenSquare1stDerivative (const StrainData &rStrain, double &rDerivative, const double &a, const double &b, const double &c, const double &d) |
| dJ/dC More...
|
|
double & | GetJRightCauchyGreen2ndDerivative (const StrainData &rStrain, double &rDerivative, const double &a, const double &b, const double &c, const double &d) |
|
MatrixType & | GetJLeftCauchyGreenDerivative (const StrainData &rStrain, MatrixType &rDerivative) |
|
double & | GetJLeftCauchyGreen1stDerivative (const StrainData &rStrain, double &rDerivative, const double &a, const double &b) |
|
double & | GetJLeftCauchyGreenSquare1stDerivative (const StrainData &rStrain, double &rDerivative, const double &a, const double &b, const double &c, const double &d) |
|
double & | GetJLeftCauchyGreen2ndDerivative (const StrainData &rStrain, double &rDerivative, const double &a, const double &b, const double &c, const double &d) |
|