#include <MechanicsMaterialModel.h>

Protected Attributes | |
| bool | d_checkCladOrPellet |
| double | d_currentTime |
| int | d_iDebugPrintInfoLevel |
| std::shared_ptr< AMP::Materials::Material > | d_material |
| double | d_previousTime |
| bool | d_useContinuumTangent |
| bool | d_useJaumannRate |
| bool | d_useMaterialsLibrary |
| bool | d_useUpdatedLagrangian |
An abstract base class for representing the mechanics material models. The derived classes can represent both linear and nonlinear material behavior. Derived classes must implement the function named getConstitutiveMatrix, which provides the ConstitutiveMatrix that is used in the construction of the Jacobian. Non-linear material models must implement the function getInternalStress. Linear material models that use an implicit method must implement the getInternalStress function too.
Definition at line 24 of file MechanicsMaterialModel.h.
|
inlineexplicit |
Constructor. This reads the value for the key USE_MATERIALS_LIBRARY (false by default) from the database object contained in the parameter object, params. This key specifies whether or not the AMP::materials interface is used in this model.
Definition at line 32 of file MechanicsMaterialModel.h.
References AMP_INSIST, d_checkCladOrPellet, d_currentTime, d_material, d_previousTime, d_useContinuumTangent, d_useJaumannRate, d_useMaterialsLibrary, d_useUpdatedLagrangian, and AMP::Materials::getMaterial().
|
inlinevirtual |
Destructor.
Definition at line 61 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Calculates the constitutive matrix for the material model. This matrix is used for the construction of the Jacobian during the solve process.
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 67 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Calculates the constitutive matrix for the material model in Updated Lagrangian. This matrix is used for the construction of the Jacobian during the solve process.
Reimplemented in AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 73 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Used to print the effective stress at any point of the simulation.
Reimplemented in AMP::Operator::PericElastoViscoPlasticModel, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 96 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Used to print the equivalent plastic or creep or thermal strain at any point of the simulation.
Reimplemented in AMP::Operator::PericElastoViscoPlasticModel, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 102 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Used for linear material models if the problem is being solved in an explicit method. This function has not been implemented, because all the linear material model problems are being solved in implicit way.
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, and AMP::Operator::ThermalStrainMaterialModel.
Definition at line 109 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Given a strain, the stress state is calculated in ths function. It is necessary for non-linear material models or linear models with implicit solver.
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 86 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::IsotropicElasticModel, AMP::Operator::ThermalStrainMaterialModel, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 88 of file MechanicsMaterialModel.h.
|
inline |
Definition at line 226 of file MechanicsMaterialModel.h.
References d_material.
|
inlinevirtual |
Returns the 6x1 stress vector at the current gauss point. Used in UpdatedLagrangian calculations.
Reimplemented in AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 79 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 170 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Initializes all the variables with zero, except the temperature variable which has some non-zero value initially (something like room temperature). The input argument is the initial_Temperature.
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 152 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 212 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::IsotropicElasticModel, AMP::Operator::ThermalStrainMaterialModel, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 214 of file MechanicsMaterialModel.h.
|
inlinevirtual |
In the implicit solution technique, once the solver converges, the previous equilibrium values are replaced by the current converged values in this function. The input is a vector of all the variables at that particular gauss point.
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 190 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::IsotropicElasticModel, AMP::Operator::ThermalStrainMaterialModel, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 192 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 123 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 127 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 131 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 158 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 162 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 166 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 137 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 141 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 145 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 202 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 206 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 210 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 174 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 178 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 182 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 121 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 125 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 129 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 156 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 160 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 164 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 135 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 139 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 143 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 200 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 204 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 208 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Reimplemented in AMP::Operator::ElasticDamageThermalStrainModel, AMP::Operator::GeneralCladThermalCreepPlasticModel, AMP::Operator::IsotropicElasticModel, AMP::Operator::PericElastoViscoPlasticModel, AMP::Operator::ThermalStrainMaterialModel, AMP::Operator::ThermalVonMisesMatModel, AMP::Operator::VonMises_IsotropicKinematicHardening, and AMP::Operator::VonMisesElastoPlasticModel.
Definition at line 172 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 176 of file MechanicsMaterialModel.h.
|
inlinevirtual |
Definition at line 180 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Specify level of diagnostic information printed during iterations.
| [in] | print_level | zero prints none or minimal information, higher numbers provide increasingly verbose debugging information. |
Definition at line 36 of file ElementPhysicsModel.h.
References AMP::Operator::ElementPhysicsModel::d_iDebugPrintInfoLevel.
|
inline |
Definition at line 220 of file MechanicsMaterialModel.h.
References d_currentTime, and d_previousTime.
|
protected |
Definition at line 244 of file MechanicsMaterialModel.h.
Referenced by MechanicsMaterialModel().
|
protected |
The time at present.
Definition at line 229 of file MechanicsMaterialModel.h.
Referenced by MechanicsMaterialModel(), and updateTime().
|
protectedinherited |
Variable that controls the amount of diagnostic information that gets printed within this material model.
Definition at line 39 of file ElementPhysicsModel.h.
Referenced by AMP::Operator::ElementPhysicsModel::ElementPhysicsModel(), and AMP::Operator::ElementPhysicsModel::setDebugPrintInfoLevel().
|
protected |
Shared pointer to the materials object.
Definition at line 247 of file MechanicsMaterialModel.h.
Referenced by getMaterial(), and MechanicsMaterialModel().
|
protected |
Time at the previous step.
Definition at line 231 of file MechanicsMaterialModel.h.
Referenced by MechanicsMaterialModel(), and updateTime().
|
protected |
Flag to check whether to use Continuum tangent is elasto plasticity or not.
Definition at line 241 of file MechanicsMaterialModel.h.
Referenced by MechanicsMaterialModel().
|
protected |
Flag to check whether to use Jaumann rate in updated lagrangian or not.
Definition at line 238 of file MechanicsMaterialModel.h.
Referenced by MechanicsMaterialModel().
|
protected |
A flag that is true if the AMP::materials library is used in this model and false otherwise.
Definition at line 233 of file MechanicsMaterialModel.h.
Referenced by MechanicsMaterialModel().
|
protected |
Flag to check whether to use updated lagrangian or not.
Definition at line 236 of file MechanicsMaterialModel.h.
Referenced by MechanicsMaterialModel().
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:44. Comments on this page |