![]() |
v0.15.0 |
[Common data] More...
#include "users_modules/multifield-thermoplasticity-private/tutorials/adv-0/src/PlasticOps.hpp"
Public Types | |
| enum | ParamsIndexes { YOUNG_MODULUS , POISSON_RATIO , SIGMA_Y , H , VIS_H , QINF , BISO , C1_k , LAST_PARAM , YOUNG_MODULUS , POISSON_RATIO , SIGMA_Y , H , VIS_H , QINF , BISO , C1_k , LAST_PARAM } |
| enum | ParamsIndexes { YOUNG_MODULUS , POISSON_RATIO , SIGMA_Y , H , VIS_H , QINF , BISO , C1_k , LAST_PARAM , YOUNG_MODULUS , POISSON_RATIO , SIGMA_Y , H , VIS_H , QINF , BISO , C1_k , LAST_PARAM } |
| using | BlockParams = std::array< double, LAST_PARAM > |
| using | BlockParams = std::array< double, LAST_PARAM > |
Public Member Functions | |
| auto | getParamsPtr () |
| auto | getPlasticSurfacePtr () |
| auto | getPlasticTauPtr () |
| auto | getPlasticTauDotPtr () |
| auto | getPlasticStrainPtr () |
| auto | getPlasticStrainDotPtr () |
| auto | getPlasticFlowPtr () |
| auto | getParamsPtr () |
| auto | getPlasticIsoHardeningPtr () |
| auto | getPlasticKinHardeningPtr () |
| auto | getPlasticSurfacePtr () |
| auto | getPlasticTauPtr () |
| auto | getPlasticTauDotPtr () |
| auto | getPlasticStrainPtr () |
| auto | getPlasticStrainDotPtr () |
| auto | getPlasticFlowPtr () |
Public Attributes | |
| BlockParams | blockParams |
| boost::shared_ptr< MatrixDouble > | mDPtr |
| [Common data set externally] | |
| boost::shared_ptr< MatrixDouble > | mGradPtr |
| boost::shared_ptr< MatrixDouble > | mStrainPtr |
| boost::shared_ptr< MatrixDouble > | mStressPtr |
| VectorDouble | plasticSurface |
| [Common data set externally] | |
| MatrixDouble | plasticFlow |
| VectorDouble | plasticTau |
| VectorDouble | plasticTauDot |
| MatrixDouble | plasticStrain |
| MatrixDouble | plasticStrainDot |
| VectorDouble | resC |
| VectorDouble | resCdTau |
| MatrixDouble | resCdStrain |
| MatrixDouble | resCdPlasticStrain |
| MatrixDouble | resFlow |
| MatrixDouble | resFlowDtau |
| MatrixDouble | resFlowDstrain |
| MatrixDouble | resFlowDstrainDot |
| VectorDouble | plasticIsoHardening |
| [Common data set externally] | |
| MatrixDouble | plasticKinHardening |
Static Public Attributes | |
| static std::array< int, 5 > | activityData = {0, 0, 0, 0, 0} |
[Common data]
Definition at line 43 of file PlasticOps.hpp.
| using PlasticOps::CommonData::BlockParams = std::array<double, LAST_PARAM> |
Definition at line 57 of file PlasticOps.hpp.
| using PlasticOps::CommonData::BlockParams = std::array<double, LAST_PARAM> |
Definition at line 57 of file PlasticOps.hpp.
| Enumerator | |
|---|---|
| YOUNG_MODULUS | |
| POISSON_RATIO | |
| SIGMA_Y | |
| H | |
| VIS_H | |
| QINF | |
| BISO | |
| C1_k | |
| LAST_PARAM | |
| YOUNG_MODULUS | |
| POISSON_RATIO | |
| SIGMA_Y | |
| H | |
| VIS_H | |
| QINF | |
| BISO | |
| C1_k | |
| LAST_PARAM | |
Definition at line 45 of file PlasticOps.hpp.
| Enumerator | |
|---|---|
| YOUNG_MODULUS | |
| POISSON_RATIO | |
| SIGMA_Y | |
| H | |
| VIS_H | |
| QINF | |
| BISO | |
| C1_k | |
| LAST_PARAM | |
| YOUNG_MODULUS | |
| POISSON_RATIO | |
| SIGMA_Y | |
| H | |
| VIS_H | |
| QINF | |
| BISO | |
| C1_k | |
| LAST_PARAM | |
Definition at line 45 of file PlasticOps.hpp.
|
inline |
Definition at line 60 of file PlasticOps.hpp.
|
inline |
Definition at line 60 of file PlasticOps.hpp.
|
inline |
Definition at line 103 of file PlasticOps.hpp.
|
inline |
Definition at line 113 of file PlasticOps.hpp.
|
inline |
Definition at line 89 of file PlasticOps.hpp.
|
inline |
Definition at line 93 of file PlasticOps.hpp.
|
inline |
Definition at line 99 of file PlasticOps.hpp.
|
inline |
Definition at line 109 of file PlasticOps.hpp.
|
inline |
Definition at line 96 of file PlasticOps.hpp.
|
inline |
Definition at line 106 of file PlasticOps.hpp.
|
inline |
Definition at line 87 of file PlasticOps.hpp.
|
inline |
Definition at line 97 of file PlasticOps.hpp.
|
inline |
Definition at line 93 of file PlasticOps.hpp.
|
inline |
Definition at line 103 of file PlasticOps.hpp.
|
inline |
Definition at line 90 of file PlasticOps.hpp.
|
inline |
Definition at line 100 of file PlasticOps.hpp.
|
static |
Definition at line 107 of file PlasticOps.hpp.
| BlockParams CommonData::blockParams |
Definition at line 58 of file PlasticOps.hpp.
| boost::shared_ptr< MatrixDouble > CommonData::mDPtr |
[Common data set externally]
Definition at line 65 of file PlasticOps.hpp.
| boost::shared_ptr< MatrixDouble > CommonData::mGradPtr |
Definition at line 66 of file PlasticOps.hpp.
| boost::shared_ptr< MatrixDouble > CommonData::mStrainPtr |
Definition at line 67 of file PlasticOps.hpp.
| boost::shared_ptr< MatrixDouble > CommonData::mStressPtr |
Definition at line 68 of file PlasticOps.hpp.
| MatrixDouble CommonData::plasticFlow |
Definition at line 72 of file PlasticOps.hpp.
| VectorDouble PlasticOps::CommonData::plasticIsoHardening |
| MatrixDouble PlasticOps::CommonData::plasticKinHardening |
Definition at line 72 of file PlasticOps.hpp.
| MatrixDouble CommonData::plasticStrain |
Definition at line 75 of file PlasticOps.hpp.
| MatrixDouble CommonData::plasticStrainDot |
Definition at line 76 of file PlasticOps.hpp.
| VectorDouble CommonData::plasticSurface |
[Common data set externally]
Definition at line 71 of file PlasticOps.hpp.
| VectorDouble CommonData::plasticTau |
Definition at line 73 of file PlasticOps.hpp.
| VectorDouble CommonData::plasticTauDot |
Definition at line 74 of file PlasticOps.hpp.
| VectorDouble CommonData::resC |
Definition at line 78 of file PlasticOps.hpp.
| MatrixDouble CommonData::resCdPlasticStrain |
Definition at line 81 of file PlasticOps.hpp.
| MatrixDouble CommonData::resCdStrain |
Definition at line 80 of file PlasticOps.hpp.
| VectorDouble CommonData::resCdTau |
Definition at line 79 of file PlasticOps.hpp.
| MatrixDouble CommonData::resFlow |
Definition at line 82 of file PlasticOps.hpp.
| MatrixDouble CommonData::resFlowDstrain |
Definition at line 84 of file PlasticOps.hpp.
| MatrixDouble CommonData::resFlowDstrainDot |
Definition at line 85 of file PlasticOps.hpp.
| MatrixDouble CommonData::resFlowDtau |
Definition at line 83 of file PlasticOps.hpp.