|
OOFEM 3.0
|
Defines the stress or strain state in a micro plane. More...
#include <microplanematerial.h>
Public Attributes | |
| double | n = 0. |
| double | v = 0. |
| double | m = 0. |
| double | l = 0. |
Defines the stress or strain state in a micro plane.
Definition at line 54 of file microplanematerial.h.
| double oofem::MicroplaneState::l = 0. |
Definition at line 59 of file microplanematerial.h.
Referenced by oofem::MicroplaneMaterial::computeStrainVectorComponents(), and oofem::M4Material::giveRealMicroplaneStressVector().
| double oofem::MicroplaneState::m = 0. |
Definition at line 58 of file microplanematerial.h.
Referenced by oofem::MicroplaneMaterial::computeStrainVectorComponents(), and oofem::M4Material::giveRealMicroplaneStressVector().
| double oofem::MicroplaneState::n = 0. |
Definition at line 56 of file microplanematerial.h.
Referenced by oofem::MicroplaneMaterial::computeStrainVectorComponents(), and oofem::M4Material::giveRealMicroplaneStressVector().
| double oofem::MicroplaneState::v = 0. |
Definition at line 57 of file microplanematerial.h.
Referenced by oofem::MicroplaneMaterial::computeStrainVectorComponents(), oofem::M4Material::giveRealMicroplaneStressVector(), and oofem::M4Material::updateVolumetricStressTo().