|
|
| CamClayModel () |
| Default constructor. More...
|
|
| CamClayModel (CamClayModel const &rOther) |
| Copy constructor. More...
|
|
CamClayModel & | operator= (CamClayModel const &rOther) |
| Assignment operator. More...
|
|
ConstitutiveModel::Pointer | Clone () const override |
| Clone. More...
|
|
| ~CamClayModel () override |
| Destructor. More...
|
|
|
int | Check (const Properties &rProperties, const ProcessInfo &rCurrentProcessInfo) override |
|
|
bool | Has (const Variable< double > &rThisVariable) override |
|
void | SetValue (const Variable< double > &rVariable, const double &rValue, const ProcessInfo &rCurrentProcessInfo) override |
|
double & | GetValue (const Variable< double > &rThisVariable, double &rValue) 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...
|
|
| NonAssociativePlasticityModel () |
| Default constructor. More...
|
|
| NonAssociativePlasticityModel (NonAssociativePlasticityModel const &rOther) |
| Copy constructor. More...
|
|
NonAssociativePlasticityModel & | operator= (NonAssociativePlasticityModel const &rOther) |
| Assignment operator. More...
|
|
ConstitutiveModel::Pointer | Clone () const override |
| Clone. More...
|
|
| ~NonAssociativePlasticityModel () override |
| Destructor. More...
|
|
void | SetValue (const Variable< Vector > &rVariable, const Vector &rValue, const ProcessInfo &rCurrentProcessInfo) override |
|
void | CalculateStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override |
|
void | CalculateConstitutiveTensor (ModelDataType &rValues, Matrix &rConstitutiveMatrix) override |
|
void | CalculateStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) 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...
|
|
| KRATOS_CLASS_POINTER_DEFINITION (NonAssociativePlasticityModel) |
| Pointer definition of NonAssociativePlasticityModel. More...
|
|
| PlasticityModel () |
| Default constructor. More...
|
|
| PlasticityModel (PlasticityModel const &rOther) |
| Copy constructor. More...
|
|
PlasticityModel & | operator= (PlasticityModel const &rOther) |
| Assignment operator. More...
|
|
| ~PlasticityModel () override |
| Destructor. More...
|
|
void | InitializeMaterial (const Properties &rProperties) override |
|
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 |
|
int | Check (const Properties &rProperties, const ProcessInfo &rCurrentProcessInfo) override |
|
void | GetDomainVariablesList (std::vector< Variable< double > > &rScalarVariables, std::vector< Variable< array_1d< double, 3 > > > &rComponentVariables) override |
|
bool | Has (const Variable< double > &rThisVariable) override |
|
void | SetValue (const Variable< double > &rVariable, const double &rValue, const ProcessInfo &rCurrentProcessInfo) override |
|
ElasticityModelType & | GetElasticityModel () |
|
| KRATOS_CLASS_POINTER_DEFINITION (PlasticityModel) |
| Pointer definition of PlasticityModel. 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 | CalculateStrainEnergy (ModelDataType &rValues, double &rDensityFunction) |
|
virtual void | SetValue (const Variable< Matrix > &rThisVariable, const Matrix &rValue, const ProcessInfo &rCurrentProcessInfo) |
|
| KRATOS_CLASS_POINTER_DEFINITION (ConstitutiveModel) |
| Pointer definition of ConstitutiveModel. More...
|
|
|
typedef BorjaModel | ElasticityModelType |
|
typedef ModifiedCamClayYieldSurface< CamClayHardeningRule > | YieldSurfaceType |
|
typedef PlasticityModel< ElasticityModelType, YieldSurfaceType > | BaseType |
|
typedef BaseType::Pointer | BaseTypePointer |
|
typedef BaseType::SizeType | SizeType |
|
typedef BaseType::VoigtIndexType | VoigtIndexType |
|
typedef BaseType::MatrixType | MatrixType |
|
typedef BaseType::VectorType | VectorType |
|
typedef BaseType::ModelDataType | ModelDataType |
|
typedef BaseType::MaterialDataType | MaterialDataType |
|
typedef BaseType::PlasticDataType | PlasticDataType |
|
typedef BaseType::InternalVariablesType | InternalVariablesType |
|
typedef ConstitutiveModelData::StrainMeasureType | StrainMeasureType |
|
typedef ConstitutiveModelData::StressMeasureType | StressMeasureType |
|
typedef TElasticityModel | ElasticityModelType |
|
typedef TYieldSurface | YieldSurfaceType |
|
typedef ConstitutiveModelData::SizeType | SizeType |
|
typedef ConstitutiveModelData::VoigtIndexType | VoigtIndexType |
|
typedef ConstitutiveModelData::MatrixType | MatrixType |
|
typedef ConstitutiveModelData::VectorType | VectorType |
|
typedef ConstitutiveModelData::ModelData | ModelDataType |
|
typedef TYieldSurface::PlasticDataType | PlasticDataType |
|
typedef TYieldSurface::InternalVariablesType | InternalVariablesType |
|
typedef ConstitutiveModelData::SizeType | SizeType |
|
typedef ConstitutiveModelData::VectorType | VectorType |
|
typedef ConstitutiveModelData::MatrixType | MatrixType |
|
typedef ConstitutiveModelData::ModelData | ModelDataType |
|
typedef ConstitutiveModelData::MaterialData | MaterialDataType |
|
typedef ConstitutiveModelData::StrainMeasureType | StrainMeasureType |
|
typedef ConstitutiveModelData::StressMeasureType | StressMeasureType |
|
using | VoigtIndexType = const unsigned int(*)[2] |
|
int | AuxiliarCompressTensor (const unsigned int &rI, const unsigned int &rJ, double &rVoigtNumber) |
|
Matrix & | SetConstitutiveMatrixToTheApropiateSize (Matrix &rConstitutiveMatrix, Matrix &rConstMatrixBig, const MatrixType &rStressMatrix) |
|
virtual void | ReturnStressToYieldSurface (ModelDataType &rValues, PlasticDataType &rVariables) |
|
virtual void | ComputeElastoPlasticTangentMatrix (ModelDataType &rValues, PlasticDataType &rVariables, Matrix &rEPMatrix) |
|
void | ComputeSolutionWithChange (ModelDataType &rValues, PlasticDataType &rVariables, const MatrixType &rDeltaDeformationMatrix) |
|
bool | EvaluateUnloadingCondition (ModelDataType &rValues, PlasticDataType &rVariables, const MatrixType &rDeltaDeformationMatrix) |
|
void | ComputeSubsteppingElastoPlasticProblem (ModelDataType &rValues, PlasticDataType &rVariables, const MatrixType &rDeltaDeformationMatrix) |
|
double | ComputeElastoPlasticProblem (ModelDataType &rValues, PlasticDataType &rVariables, const MatrixType &rSubstepDeformationGradient) |
|
virtual void | ComputeOneStepElastoPlasticProblem (ModelDataType &rValues, PlasticDataType &rVariables, const MatrixType &rDeltaDeformationMatrix) |
|
void | ConvertHenckyVectorToCauchyGreenTensor (const VectorType &rHenckyVector, MatrixType &rStrainMatrix) |
|
void | ConvertHenckyTensorToCauchyGreenTensor (const MatrixType &rHenckyTensor, MatrixType &rStrainMatrix) |
|
void | ConvertCauchyGreenTensorToHenckyTensor (const MatrixType &rStrainMatrix, MatrixType &rHenckyStrain) |
|
void | ConvertCauchyGreenTensorToHenckyVector (const MatrixType &rStrainMatrix, VectorType &rStrainVector) |
|
void | ComputeSubstepIncrementalDeformationGradient (const MatrixType &rDeltaDeformationMatrix, const double &rReferenceConfiguration, const double &rFinalConfiguration, MatrixType &rSubstepDeformationGradient) |
|
void | RecoverPreviousElasticLeftCauchyGreen (const MatrixType &rDeltaDeformationMatrix, MatrixType &rInitialLeftCauchyGreen) |
|
virtual void | SetWorkingMeasures (PlasticDataType &rVariables, MatrixType &rStressMatrix) |
|
virtual void | InitializeVariables (ModelDataType &rValues, PlasticDataType &rVariables) |
|
virtual void | UpdateInternalVariables (ModelDataType &rValues, PlasticDataType &rVariables, const MatrixType &rStressMatrix) |
|
void | CalculateImplexPlasticStep (ModelDataType &rValues, PlasticDataType &rVariables, MatrixType &rStressMatrix, const MatrixType &rDeltaDeformationMatrix) |
|
virtual void | SetInternalVariables (ModelDataType &rValues, PlasticDataType &rVariables) |
|
InternalVariablesType | mInternal |
|
InternalVariablesType | mPreviousInternal |
|
MatrixType | mStressMatrix |
|
ElasticityModelType | mElasticityModel |
|
YieldSurfaceType | mYieldSurface |
|
Flags | mOptions |
|
VectorType | mHistoryVector |
|