#include <IsotropicElasticModel.h>

Protected Member Functions | |
| void | calculateStress (const std::vector< std::vector< double > > &, double *&) |
| void | calculateStress (const std::vector< std::vector< double > > &, double *&, double[3][3], double[3][3]) |
| void | computeEvalv (const std::vector< std::vector< double > > &) |
| void | constructConstitutiveMatrix (const double, const double) |
| void | constructConstitutiveMatrixUpdatedLagrangian (const double, const double) |
Protected Attributes | |
| bool | d_checkCladOrPellet |
| double | d_constitutiveMatrix [6][6] |
| double | d_constitutiveMatrix_UL [6][6] |
| double | d_currentTime |
| std::vector< double > | d_detULF |
| std::vector< double > | d_E |
| std::vector< double > | d_EquilibriumStrain |
| std::vector< double > | d_EquilibriumStress |
| unsigned int | d_gaussPtCnt |
| int | d_iDebugPrintInfoLevel |
| bool | d_jacobianReusesRadialReturn |
| std::shared_ptr< AMP::Materials::Material > | d_material |
| std::vector< double > | d_Nu |
| double | d_previousTime |
| bool | d_resetReusesRadialReturn |
| std::vector< double > | d_tmp1Strain |
| std::vector< double > | d_tmp1Stress |
| bool | d_useContinuumTangent |
| bool | d_useJaumannRate |
| bool | d_useMaterialsLibrary |
| bool | d_useUpdatedLagrangian |
| double | default_BURNUP |
| double | default_E |
| double | default_Nu |
| double | default_OXYGEN_CONCENTRATION |
| double | default_TEMPERATURE |
Definition at line 11 of file IsotropicElasticModel.h.
|
explicit |
|
inlinevirtual |
Definition at line 16 of file IsotropicElasticModel.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
overridevirtual |
Calculates the constitutive matrix for the material model. This matrix is used for the construction of the Jacobian during the solve process.
Reimplemented from AMP::Operator::MechanicsMaterialModel.
|
overridevirtual |
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 from AMP::Operator::MechanicsMaterialModel.
|
inlinevirtualinherited |
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.
|
inlinevirtualinherited |
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.
|
inlinevirtualinherited |
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.
|
overridevirtual |
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 from AMP::Operator::MechanicsMaterialModel.
|
overridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
|
inlineinherited |
Definition at line 226 of file MechanicsMaterialModel.h.
References AMP::Operator::MechanicsMaterialModel::d_material.
|
inline |
Definition at line 77 of file IsotropicElasticModel.h.
References d_gaussPtCnt, d_Nu, and default_Nu.
|
inlineoverridevirtual |
Returns the 6x1 stress vector at the current gauss point. Used in UpdatedLagrangian calculations.
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 22 of file IsotropicElasticModel.h.
References d_gaussPtCnt, and d_tmp1Stress.
|
inline |
Definition at line 68 of file IsotropicElasticModel.h.
References d_E, d_gaussPtCnt, and default_E.
|
overridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
|
overridevirtual |
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 from AMP::Operator::MechanicsMaterialModel.
|
overridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
|
overridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
|
overridevirtual |
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 from AMP::Operator::MechanicsMaterialModel.
|
overridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
|
inlinevirtualinherited |
Definition at line 123 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 127 of file MechanicsMaterialModel.h.
|
inlineoverridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 40 of file IsotropicElasticModel.h.
References d_gaussPtCnt.
|
inlinevirtualinherited |
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.
|
inlinevirtualinherited |
Definition at line 162 of file MechanicsMaterialModel.h.
|
inlineoverridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 48 of file IsotropicElasticModel.h.
References d_gaussPtCnt.
|
inlinevirtualinherited |
Definition at line 137 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 141 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 145 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 202 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 206 of file MechanicsMaterialModel.h.
|
inlineoverridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 66 of file IsotropicElasticModel.h.
References d_gaussPtCnt.
|
overridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
|
inlinevirtualinherited |
Definition at line 178 of file MechanicsMaterialModel.h.
|
inlineoverridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 52 of file IsotropicElasticModel.h.
References d_gaussPtCnt.
|
inlineoverridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 38 of file IsotropicElasticModel.h.
References d_gaussPtCnt.
|
inlinevirtualinherited |
Definition at line 125 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 129 of file MechanicsMaterialModel.h.
|
inlineoverridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 46 of file IsotropicElasticModel.h.
References d_gaussPtCnt.
|
inlinevirtualinherited |
Definition at line 160 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 164 of file MechanicsMaterialModel.h.
|
overridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
|
inlinevirtualinherited |
Definition at line 139 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 143 of file MechanicsMaterialModel.h.
|
inlineoverridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 64 of file IsotropicElasticModel.h.
References d_gaussPtCnt.
|
inlinevirtualinherited |
Definition at line 204 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
Definition at line 208 of file MechanicsMaterialModel.h.
|
inlineoverridevirtual |
Reimplemented from AMP::Operator::MechanicsMaterialModel.
Definition at line 50 of file IsotropicElasticModel.h.
References d_gaussPtCnt.
|
inlinevirtualinherited |
Definition at line 176 of file MechanicsMaterialModel.h.
|
inlinevirtualinherited |
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.
|
inlineinherited |
Definition at line 220 of file MechanicsMaterialModel.h.
References AMP::Operator::MechanicsMaterialModel::d_currentTime, and AMP::Operator::MechanicsMaterialModel::d_previousTime.
|
protectedinherited |
Definition at line 244 of file MechanicsMaterialModel.h.
Referenced by AMP::Operator::MechanicsMaterialModel::MechanicsMaterialModel().
|
protected |
Definition at line 124 of file IsotropicElasticModel.h.
|
protected |
Definition at line 126 of file IsotropicElasticModel.h.
|
protectedinherited |
The time at present.
Definition at line 229 of file MechanicsMaterialModel.h.
Referenced by AMP::Operator::MechanicsMaterialModel::MechanicsMaterialModel(), and AMP::Operator::MechanicsMaterialModel::updateTime().
|
protected |
Definition at line 116 of file IsotropicElasticModel.h.
|
protected |
Definition at line 112 of file IsotropicElasticModel.h.
Referenced by getYoungsModulus().
|
protected |
Definition at line 130 of file IsotropicElasticModel.h.
|
protected |
Definition at line 128 of file IsotropicElasticModel.h.
|
protected |
Definition at line 122 of file IsotropicElasticModel.h.
Referenced by getPoissonsRatio(), getStressForUpdatedLagrangian(), getYoungsModulus(), postLinearGaussPointOperation(), postNonlinearAssemblyGaussPointOperation(), postNonlinearJacobianGaussPointOperation(), postNonlinearResetGaussPointOperation(), preLinearAssembly(), preNonlinearAssembly(), preNonlinearJacobian(), and preNonlinearReset().
|
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 |
Definition at line 138 of file IsotropicElasticModel.h.
|
protectedinherited |
Shared pointer to the materials object.
Definition at line 247 of file MechanicsMaterialModel.h.
Referenced by AMP::Operator::MechanicsMaterialModel::getMaterial(), and AMP::Operator::MechanicsMaterialModel::MechanicsMaterialModel().
|
protected |
Definition at line 114 of file IsotropicElasticModel.h.
Referenced by getPoissonsRatio().
|
protectedinherited |
Time at the previous step.
Definition at line 231 of file MechanicsMaterialModel.h.
Referenced by AMP::Operator::MechanicsMaterialModel::MechanicsMaterialModel(), and AMP::Operator::MechanicsMaterialModel::updateTime().
|
protected |
Definition at line 136 of file IsotropicElasticModel.h.
|
protected |
Definition at line 134 of file IsotropicElasticModel.h.
|
protected |
Definition at line 132 of file IsotropicElasticModel.h.
Referenced by getStressForUpdatedLagrangian().
|
protectedinherited |
Flag to check whether to use Continuum tangent is elasto plasticity or not.
Definition at line 241 of file MechanicsMaterialModel.h.
Referenced by AMP::Operator::MechanicsMaterialModel::MechanicsMaterialModel().
|
protectedinherited |
Flag to check whether to use Jaumann rate in updated lagrangian or not.
Definition at line 238 of file MechanicsMaterialModel.h.
Referenced by AMP::Operator::MechanicsMaterialModel::MechanicsMaterialModel().
|
protectedinherited |
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 AMP::Operator::MechanicsMaterialModel::MechanicsMaterialModel().
|
protectedinherited |
Flag to check whether to use updated lagrangian or not.
Definition at line 236 of file MechanicsMaterialModel.h.
Referenced by AMP::Operator::MechanicsMaterialModel::MechanicsMaterialModel().
|
protected |
Definition at line 108 of file IsotropicElasticModel.h.
|
protected |
Definition at line 118 of file IsotropicElasticModel.h.
Referenced by getYoungsModulus().
|
protected |
Definition at line 120 of file IsotropicElasticModel.h.
Referenced by getPoissonsRatio().
|
protected |
Definition at line 110 of file IsotropicElasticModel.h.
|
protected |
Definition at line 106 of file IsotropicElasticModel.h.
|
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 |