|
|
| | DamageDPlusDMinusMasonry3DLaw () |
| |
| ConstitutiveLaw::Pointer | Clone () const override |
| |
| SizeType | WorkingSpaceDimension () override |
| | Dimension of the law: More...
|
| |
| SizeType | GetStrainSize () const override |
| | Voigt tensor size: More...
|
| |
| | DamageDPlusDMinusMasonry3DLaw (const DamageDPlusDMinusMasonry3DLaw &rOther) |
| |
| | ~DamageDPlusDMinusMasonry3DLaw () override |
| |
| void | CalculateMaterialResponsePK1 (ConstitutiveLaw::Parameters &rValues) override |
| | Computes the material response in terms of 1st Piola-Kirchhoff stresses and constitutive tensor. More...
|
| |
| void | CalculateMaterialResponsePK2 (ConstitutiveLaw::Parameters &rValues) override |
| | Computes the material response in terms of 2nd Piola-Kirchhoff stresses and constitutive tensor. More...
|
| |
| void | CalculateMaterialResponseKirchhoff (ConstitutiveLaw::Parameters &rValues) override |
| | Computes the material response in terms of Kirchhoff stresses and constitutive tensor. More...
|
| |
| void | CalculateMaterialResponseCauchy (ConstitutiveLaw::Parameters &rValues) override |
| | Computes the material response in terms of Cauchy stresses and constitutive tensor. More...
|
| |
| bool | IntegrateStressTensionIfNecessary (const double F_tension, DamageParameters &Parameters, array_1d< double, VoigtSize > &IntegratedStressVectorTension, const array_1d< double, VoigtSize > rIntegratedStressVector, ConstitutiveLaw::Parameters &rValues) |
| | Integrates the predictive tension stress vector if necessary. More...
|
| |
| bool | IntegrateStressCompressionIfNecessary (const double F_compression, DamageParameters &Parameters, array_1d< double, VoigtSize > &IntegratedStressVectorCompression, array_1d< double, VoigtSize > rIntegratedStressVector, ConstitutiveLaw::Parameters &rValues) |
| | Integrates the predictive tension stress vector if necessary. More...
|
| |
| void | CalculateIntegratedStressVector (Vector &IntegratedStressVectorTension, const DamageParameters &Parameters, ConstitutiveLaw::Parameters &rValues) |
| | Computes the inetgarted stress vector S = A:D0:A:E. More...
|
| |
| void | InitializeMaterial (const Properties &rMaterialProperties, const GeometryType &rElementGeometry, const Vector &rShapeFunctionsValues) override |
| | This is to be called at the very beginning of the calculation. More...
|
| |
| void | FinalizeSolutionStep (const Properties &rMaterialProperties, const GeometryType &rElementGeometry, const Vector &rShapeFunctionsValues, const ProcessInfo &rCurrentProcessInfo) override |
| | To be called at the end of each solution step. More...
|
| |
| void | FinalizeMaterialResponsePK1 (ConstitutiveLaw::Parameters &rValues) override |
| | Finalize the material response in terms of 1st Piola-Kirchhoff stresses. More...
|
| |
| void | FinalizeMaterialResponsePK2 (ConstitutiveLaw::Parameters &rValues) override |
| | Finalize the material response in terms of 2nd Piola-Kirchhoff stresses. More...
|
| |
| void | FinalizeMaterialResponseKirchhoff (ConstitutiveLaw::Parameters &rValues) override |
| | Finalize the material response in terms of Kirchhoff stresses. More...
|
| |
| void | FinalizeMaterialResponseCauchy (ConstitutiveLaw::Parameters &rValues) override |
| |
| bool | Has (const Variable< double > &rThisVariable) override |
| | Returns whether this constitutive Law has specified variable (double) More...
|
| |
| bool | Has (const Variable< Vector > &rThisVariable) override |
| | Returns whether this constitutive Law has specified variable (Vector) More...
|
| |
| bool | Has (const Variable< Matrix > &rThisVariable) override |
| | Returns whether this constitutive Law has specified variable (Matrix) More...
|
| |
| void | SetValue (const Variable< double > &rThisVariable, const double &rValue, const ProcessInfo &rCurrentProcessInfo) override |
| | Sets the value of a specified variable (double) More...
|
| |
| void | SetValue (const Variable< Vector > &rThisVariable, const Vector &rValue, const ProcessInfo &rCurrentProcessInfo) override |
| | Sets the value of a specified variable (Vector) More...
|
| |
| double & | GetValue (const Variable< double > &rThisVariable, double &rValue) override |
| | Returns the value of a specified variable (double) More...
|
| |
| Vector & | GetValue (const Variable< Vector > &rThisVariable, Vector &rValue) override |
| | Returns the value of a specified variable (Vector) More...
|
| |
| Matrix & | GetValue (const Variable< Matrix > &rThisVariable, Matrix &rValue) override |
| | Returns the value of a specified variable (matrix) More...
|
| |
| double & | CalculateValue (ConstitutiveLaw::Parameters &rParameterValues, const Variable< double > &rThisVariable, double &rValue) override |
| | Returns the value of a specified variable (double) More...
|
| |
| Vector & | CalculateValue (ConstitutiveLaw::Parameters &rParameterValues, const Variable< Vector > &rThisVariable, Vector &rValue) override |
| | Returns the value of a specified variable (vector) More...
|
| |
| Matrix & | CalculateValue (ConstitutiveLaw::Parameters &rParameterValues, const Variable< Matrix > &rThisVariable, Matrix &rValue) override |
| | Returns the value of a specified variable (matrix) More...
|
| |
| int | Check (const Properties &rMaterialProperties, const GeometryType &rElementGeometry, const ProcessInfo &rCurrentProcessInfo) const override |
| | This function provides the place to perform checks on the completeness of the input. More...
|
| |
| | ElasticIsotropic3D () |
| | Default constructor. More...
|
| |
| ConstitutiveLaw::Pointer | Clone () const override |
| | Clone method. More...
|
| |
| | ElasticIsotropic3D (const ElasticIsotropic3D &rOther) |
| |
| | ~ElasticIsotropic3D () override |
| | Destructor. More...
|
| |
| void | GetLawFeatures (Features &rFeatures) override |
| | This function is designed to be called once to check compatibility with element. More...
|
| |
| SizeType | WorkingSpaceDimension () override |
| | Dimension of the law: More...
|
| |
| SizeType | GetStrainSize () const override |
| | Voigt tensor size: More...
|
| |
| StrainMeasure | GetStrainMeasure () override |
| | Returns the expected strain measure of this constitutive law (by default Green-Lagrange) More...
|
| |
| StressMeasure | GetStressMeasure () override |
| | Returns the stress measure of this constitutive law (by default 2st Piola-Kirchhoff stress in voigt notation) More...
|
| |
| void | CalculateMaterialResponsePK1 (ConstitutiveLaw::Parameters &rValues) override |
| | Computes the material response: More...
|
| |
| void | CalculateMaterialResponsePK2 (ConstitutiveLaw::Parameters &rValues) override |
| | Computes the material response: More...
|
| |
| void | CalculateMaterialResponseKirchhoff (ConstitutiveLaw::Parameters &rValues) override |
| | Computes the material response: More...
|
| |
| void | CalculateMaterialResponseCauchy (ConstitutiveLaw::Parameters &rValues) override |
| | Computes the material response: More...
|
| |
| void | InitializeMaterialResponsePK1 (ConstitutiveLaw::Parameters &rValues) override |
| | Initialize the material response in terms of 1st Piola-Kirchhoff stresses. More...
|
| |
| void | InitializeMaterialResponsePK2 (ConstitutiveLaw::Parameters &rValues) override |
| | Initialize the material response in terms of 2nd Piola-Kirchhoff stresses. More...
|
| |
| void | InitializeMaterialResponseKirchhoff (ConstitutiveLaw::Parameters &rValues) override |
| | Initialize the material response in terms of Kirchhoff stresses. More...
|
| |
| void | InitializeMaterialResponseCauchy (ConstitutiveLaw::Parameters &rValues) override |
| | Initialize the material response in terms of Cauchy stresses. More...
|
| |
| void | FinalizeMaterialResponsePK1 (ConstitutiveLaw::Parameters &rValues) override |
| | Updates the material response: More...
|
| |
| void | FinalizeMaterialResponsePK2 (ConstitutiveLaw::Parameters &rValues) override |
| | Updates the material response: Cauchy stresses and Internal Variables. More...
|
| |
| void | FinalizeMaterialResponseKirchhoff (ConstitutiveLaw::Parameters &rValues) override |
| | Updates the material response: More...
|
| |
| void | FinalizeMaterialResponseCauchy (ConstitutiveLaw::Parameters &rValues) override |
| | Updates the material response: More...
|
| |
| bool | RequiresInitializeMaterialResponse () override |
| | If the CL requires to initialize the material response, called by the element in InitializeSolutionStep. More...
|
| |
| bool | RequiresFinalizeMaterialResponse () override |
| | If the CL requires to finalize the material response, called by the element in FinalizeSolutionStep. More...
|
| |
| double & | CalculateValue (ConstitutiveLaw::Parameters &rParameterValues, const Variable< double > &rThisVariable, double &rValue) override |
| | It calculates the value of a specified variable (double case) More...
|
| |
| Vector & | CalculateValue (ConstitutiveLaw::Parameters &rParameterValues, const Variable< Vector > &rThisVariable, Vector &rValue) override |
| | It calculates the value of a specified variable (Vector case) More...
|
| |
| Matrix & | CalculateValue (ConstitutiveLaw::Parameters &rParameterValues, const Variable< Matrix > &rThisVariable, Matrix &rValue) override |
| | It calculates the value of a specified variable (Matrix case) More...
|
| |
| int | Check (const Properties &rMaterialProperties, const GeometryType &rElementGeometry, const ProcessInfo &rCurrentProcessInfo) const override |
| | This function provides the place to perform checks on the completeness of the input. More...
|
| |
| std::string | Info () const override |
| | General information identifying this instance. More...
|
| |
| void | PrintInfo (std::ostream &rOStream) const override |
| | General information identifying this instance. More...
|
| |
| | KRATOS_CLASS_POINTER_DEFINITION (ElasticIsotropic3D) |
| | Counted pointer of ElasticIsotropic3D. More...
|
| |
| virtual bool | Has (const Variable< bool > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (boolean) More...
|
| |
| virtual bool | Has (const Variable< int > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (integer) More...
|
| |
| virtual bool | Has (const Variable< double > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (double) More...
|
| |
| virtual bool | Has (const Variable< Vector > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (Vector) More...
|
| |
| virtual bool | Has (const Variable< Matrix > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (Matrix) More...
|
| |
| virtual bool | Has (const Variable< array_1d< double, 3 > > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (array of 3 components) More...
|
| |
| virtual bool | Has (const Variable< array_1d< double, 6 > > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (array of 6 components) More...
|
| |
| virtual bool & | GetValue (const Variable< bool > &rThisVariable, bool &rValue) |
| | Returns the value of a specified variable (boolean) More...
|
| |
| virtual int & | GetValue (const Variable< int > &rThisVariable, int &rValue) |
| |
| virtual double & | GetValue (const Variable< double > &rThisVariable, double &rValue) |
| | Returns the value of a specified variable (double) More...
|
| |
| virtual Vector & | GetValue (const Variable< Vector > &rThisVariable, Vector &rValue) |
| | Returns the value of a specified variable (Vector) More...
|
| |
| virtual Matrix & | GetValue (const Variable< Matrix > &rThisVariable, Matrix &rValue) |
| | Returns the value of a specified variable (Matrix) More...
|
| |
| virtual array_1d< double, 3 > & | GetValue (const Variable< array_1d< double, 3 > > &rThisVariable, array_1d< double, 3 > &rValue) |
| | Returns the value of a specified variable (array of 3 components) More...
|
| |
| virtual array_1d< double, 6 > & | GetValue (const Variable< array_1d< double, 6 > > &rThisVariable, array_1d< double, 6 > &rValue) |
| | Returns the value of a specified variable (array of 6 components) More...
|
| |
| | KRATOS_CLASS_POINTER_DEFINITION (ConstitutiveLaw) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (USE_ELEMENT_PROVIDED_STRAIN) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (COMPUTE_STRESS) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (COMPUTE_CONSTITUTIVE_TENSOR) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (COMPUTE_STRAIN_ENERGY) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (ISOCHORIC_TENSOR_ONLY) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (VOLUMETRIC_TENSOR_ONLY) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (MECHANICAL_RESPONSE_ONLY) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (THERMAL_RESPONSE_ONLY) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (INCREMENTAL_STRAIN_MEASURE) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (INITIALIZE_MATERIAL_RESPONSE) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (FINALIZE_MATERIAL_RESPONSE) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (FINITE_STRAINS) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (INFINITESIMAL_STRAINS) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (THREE_DIMENSIONAL_LAW) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (PLANE_STRAIN_LAW) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (PLANE_STRESS_LAW) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (AXISYMMETRIC_LAW) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (U_P_LAW) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (ISOTROPIC) |
| |
| | KRATOS_DEFINE_LOCAL_FLAG (ANISOTROPIC) |
| |
| | ConstitutiveLaw () |
| |
| | ~ConstitutiveLaw () override |
| |
| virtual Pointer | Create (Kratos::Parameters NewParameters) const |
| | It creates a new constitutive law pointer. More...
|
| |
| virtual Pointer | Create (Kratos::Parameters NewParameters, const Properties &rProperties) const |
| | It creates a new constitutive law pointer (version with properties) More...
|
| |
| void | SetInitialState (InitialState::Pointer pInitialState) |
| |
| InitialState::Pointer | pGetInitialState () |
| |
| InitialState & | GetInitialState () |
| |
| bool | HasInitialState () const |
| |
| template<typename TVectorType > |
| void | AddInitialStressVectorContribution (TVectorType &rStressVector) |
| | Adds the initial stress vector if it is defined in the InitialState. More...
|
| |
| template<typename TVectorType > |
| void | AddInitialStrainVectorContribution (TVectorType &rStrainVector) |
| | Adds the initial strain vector if it is defined in the InitialState. More...
|
| |
| template<typename TMatrixType > |
| void | AddInitialDeformationGradientMatrixContribution (TMatrixType &rF) |
| | Adds the initial strain vector if it is defined in the InitialState. More...
|
| |
| virtual bool | Has (const Variable< bool > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (boolean) More...
|
| |
| virtual bool | Has (const Variable< int > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (integer) More...
|
| |
| virtual bool | Has (const Variable< array_1d< double, 3 > > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (array of 3 components) More...
|
| |
| virtual bool | Has (const Variable< array_1d< double, 6 > > &rThisVariable) |
| | Returns whether this constitutive Law has specified variable (array of 6 components) More...
|
| |
| virtual bool & | GetValue (const Variable< bool > &rThisVariable, bool &rValue) |
| | Returns the value of a specified variable (boolean) More...
|
| |
| virtual int & | GetValue (const Variable< int > &rThisVariable, int &rValue) |
| |
| virtual array_1d< double, 3 > & | GetValue (const Variable< array_1d< double, 3 > > &rThisVariable, array_1d< double, 3 > &rValue) |
| | Returns the value of a specified variable (array of 3 components) More...
|
| |
| virtual array_1d< double, 6 > & | GetValue (const Variable< array_1d< double, 6 > > &rThisVariable, array_1d< double, 6 > &rValue) |
| | Returns the value of a specified variable (array of 6 components) More...
|
| |
| virtual void | SetValue (const Variable< bool > &rVariable, const bool &Value, const ProcessInfo &rCurrentProcessInfo) |
| | Sets the value of a specified variable (boolean) More...
|
| |
| virtual void | SetValue (const Variable< int > &rVariable, const int &Value, const ProcessInfo &rCurrentProcessInfo) |
| | Sets the value of a specified variable (integer) More...
|
| |
| virtual void | SetValue (const Variable< Matrix > &rVariable, const Matrix &rValue, const ProcessInfo &rCurrentProcessInfo) |
| | Sets the value of a specified variable (Matrix) More...
|
| |
| virtual void | SetValue (const Variable< array_1d< double, 3 > > &rVariable, const array_1d< double, 3 > &rValue, const ProcessInfo &rCurrentProcessInfo) |
| | Sets the value of a specified variable (array of 3 components) More...
|
| |
| virtual void | SetValue (const Variable< array_1d< double, 6 > > &rVariable, const array_1d< double, 6 > &rValue, const ProcessInfo &rCurrentProcessInfo) |
| | Sets the value of a specified variable (array of 6 components) More...
|
| |
| virtual bool & | CalculateValue (Parameters &rParameterValues, const Variable< bool > &rThisVariable, bool &rValue) |
| | Calculates the value of a specified variable (bool) More...
|
| |
| virtual int & | CalculateValue (Parameters &rParameterValues, const Variable< int > &rThisVariable, int &rValue) |
| | Calculates the value of a specified variable (int) More...
|
| |
| virtual array_1d< double, 3 > & | CalculateValue (Parameters &rParameterValues, const Variable< array_1d< double, 3 > > &rVariable, array_1d< double, 3 > &rValue) |
| | Calculates the value of a specified variable (array of 3 components) More...
|
| |
| virtual array_1d< double, 6 > & | CalculateValue (Parameters &rParameterValues, const Variable< array_1d< double, 6 > > &rVariable, array_1d< double, 6 > &rValue) |
| |
| virtual void | CalculateDerivative (Parameters &rParameterValues, const Variable< double > &rFunctionVariable, const Variable< double > &rDerivativeVariable, double &rOutput) |
| | Calculates derivatives of a given function. More...
|
| |
| virtual void | CalculateDerivative (Parameters &rParameterValues, const Variable< Vector > &rFunctionVariable, const Variable< double > &rDerivativeVariable, Vector &rOutput) |
| | Calculates derivatives of a given function. More...
|
| |
| virtual void | CalculateDerivative (Parameters &rParameterValues, const Variable< Matrix > &rFunctionVariable, const Variable< double > &rDerivativeVariable, Matrix &rOutput) |
| | Calculates derivatives of a given function. More...
|
| |
| virtual void | CalculateDerivative (Parameters &rParameterValues, const Variable< array_1d< double, 3 >> &rFunctionVariable, const Variable< double > &rDerivativeVariable, array_1d< double, 3 > &rOutput) |
| | Calculates derivatives of a given function. More...
|
| |
| virtual bool | ValidateInput (const Properties &rMaterialProperties) |
| |
| virtual bool | IsIncremental () |
| |
| virtual void | InitializeSolutionStep (const Properties &rMaterialProperties, const GeometryType &rElementGeometry, const Vector &rShapeFunctionsValues, const ProcessInfo &rCurrentProcessInfo) |
| |
| virtual void | InitializeNonLinearIteration (const Properties &rMaterialProperties, const GeometryType &rElementGeometry, const Vector &rShapeFunctionsValues, const ProcessInfo &rCurrentProcessInfo) |
| |
| virtual void | FinalizeNonLinearIteration (const Properties &rMaterialProperties, const GeometryType &rElementGeometry, const Vector &rShapeFunctionsValues, const ProcessInfo &rCurrentProcessInfo) |
| |
| void | CalculateMaterialResponse (Parameters &rValues, const StressMeasure &rStressMeasure) |
| |
| virtual void | CalculateStressResponse (Parameters &rValues, Vector &rInternalVariables) |
| |
| void | InitializeMaterialResponse (Parameters &rValues, const StressMeasure &rStressMeasure) |
| | Initialize the material response, called by the element in InitializeSolutionStep. More...
|
| |
| void | FinalizeMaterialResponse (Parameters &rValues, const StressMeasure &rStressMeasure) |
| | Finalize the material response, called by the element in FinalizeSolutionStep. More...
|
| |
| virtual void | ResetMaterial (const Properties &rMaterialProperties, const GeometryType &rElementGeometry, const Vector &rShapeFunctionsValues) |
| |
| virtual Vector & | TransformStrains (Vector &rStrainVector, const Matrix &rF, StrainMeasure rStrainInitial, StrainMeasure rStrainFinal) |
| |
| virtual Matrix & | TransformStresses (Matrix &rStressMatrix, const Matrix &rF, const double &rdetF, StressMeasure rStressInitial, StressMeasure rStressFinal) |
| |
| virtual Vector & | TransformStresses (Vector &rStressVector, const Matrix &rF, const double &rdetF, StressMeasure rStressInitial, StressMeasure rStressFinal) |
| |
| Vector & | TransformPK1Stresses (Vector &rStressVector, const Matrix &rF, const double &rdetF, StressMeasure rStressFinal) |
| |
| Vector & | TransformPK2Stresses (Vector &rStressVector, const Matrix &rF, const double &rdetF, StressMeasure rStressFinal) |
| |
| Vector & | TransformKirchhoffStresses (Vector &rStressVector, const Matrix &rF, const double &rdetF, StressMeasure rStressFinal) |
| |
| Vector & | TransformCauchyStresses (Vector &rStressVector, const Matrix &rF, const double &rdetF, StressMeasure rStressFinal) |
| |
| void | PullBackConstitutiveMatrix (Matrix &rConstitutiveMatrix, const Matrix &rF) |
| |
| void | PushForwardConstitutiveMatrix (Matrix &rConstitutiveMatrix, const Matrix &rF) |
| |
| virtual void | CalculateCauchyStresses (Vector &Cauchy_StressVector, const Matrix &F, const Vector &PK2_StressVector, const Vector &GreenLagrangeStrainVector) |
| |
| void | PrintData (std::ostream &rOStream) const override |
| | Print object's data. More...
|
| |
| Flags & | operator= (Flags const &rOther) |
| | Assignment operator. More...
|
| |
| | operator bool () const |
| |
| Flags | operator~ () const |
| |
| bool | operator! () const |
| |
| void | AssignFlags (Flags const &rOther) |
| |
| void | Set (const Flags ThisFlag) |
| |
| void | Set (const Flags ThisFlag, bool Value) |
| |
| void | Reset (const Flags ThisFlag) |
| |
| void | Flip (const Flags ThisFlag) |
| |
| void | SetPosition (IndexType Position, bool Value=true) |
| |
| bool | GetPosition (IndexType Position) const |
| |
| void | FlipPosition (IndexType Position) |
| |
| void | ClearPosition (IndexType Position) |
| |
| void | Clear () |
| |
| Flags | AsFalse () const |
| |
| bool | Is (Flags const &rOther) const |
| |
| bool | IsDefined (Flags const &rOther) const |
| |
| bool | IsNot (Flags const &rOther) const |
| |
| bool | IsNotDefined (Flags const &rOther) const |
| |
| | KRATOS_CLASS_POINTER_DEFINITION (Flags) |
| | Pointer definition of Flags. More...
|
| |
| const Flags & | operator|= (const Flags &Other) |
| |
| const Flags & | operator&= (const Flags &Other) |
| |
| | Flags () |
| | Default constructor. More...
|
| |
| | Flags (Flags const &rOther) |
| | Copy constructor. More...
|
| |
| virtual | ~Flags () |
| | Destructor. More...
|
| |