OOFEM 3.0
Loading...
Searching...
No Matches
oofem::StructuralMaterialStatus Class Reference

#include <structuralms.h>

Inheritance diagram for oofem::StructuralMaterialStatus:
Collaboration diagram for oofem::StructuralMaterialStatus:

Public Member Functions

 StructuralMaterialStatus (GaussPoint *g)
 Constructor. Creates new StructuralMaterialStatus with IntegrationPoint g.
void printOutputAt (FILE *file, TimeStep *tStep) const override
 Print receiver's output to given stream.
void initTempStatus () override
void updateYourself (TimeStep *tStep) override
void saveContext (DataStream &stream, ContextMode mode) override
void restoreContext (DataStream &stream, ContextMode mode) override
const FloatArraygiveStrainVector () const
 Returns the const pointer to receiver's strain vector.
const FloatArraygiveStressVector () const
 Returns the const pointer to receiver's stress vector.
const FloatArraygivePVector () const
 Returns the const pointer to receiver's first Piola-Kirchhoff stress vector.
const FloatArraygiveCVector () const
 Returns the const pointer to receiver's Cauchy stress vector.
const FloatArraygiveFVector () const
 Returns the const pointer to receiver's deformation gradient vector.
const FloatArraygiveTempStrainVector () const
 Returns the const pointer to receiver's temporary strain vector.
const FloatArraygiveTempStressVector () const
 Returns the const pointer to receiver's temporary stress vector.
const FloatArraygiveTempPVector () const
 Returns the const pointer to receiver's temporary first Piola-Kirchhoff stress vector.
const FloatArraygiveTempCVector () const
 Returns the const pointer to receiver's temporary Cauchy stress vector.
const FloatArraygiveTempFVector () const
 Returns the const pointer to receiver's temporary deformation gradient vector.
void letStrainVectorBe (const FloatArray &v)
 Assigns strain vector to given vector v.
void letStressVectorBe (const FloatArray &v)
 Assigns stressVector to given vector v.
void letPVectorBe (const FloatArray &v)
 Assigns PVector to given vector v.
void letCVectorBe (const FloatArray &v)
 Assigns CVector to given vector v.
void letFVectorBe (const FloatArray &v)
 Assigns FVector to given vector v.
void letTempStressVectorBe (const FloatArray &v)
 Assigns tempStressVector to given vector v.
void letTempStrainVectorBe (const FloatArray &v)
 Assigns tempStrainVector to given vector v.
void letTempPVectorBe (const FloatArray &v)
 Assigns tempPVector to given vector v.
void letTempCVectorBe (const FloatArray &v)
 Assigns tempPVector to given vector v.
void letTempFVectorBe (const FloatArray &v)
 Assigns tempFVector to given vector v.
const char * giveClassName () const override
void copyStateVariables (const MaterialStatus &iStatus) override
 Functions for MaterialStatusMapperInterface.
void addStateVariables (const MaterialStatus &iStatus) override
Public Member Functions inherited from oofem::MaterialStatus
 MaterialStatus (GaussPoint *g)
virtual bool giveMaterialProperty (int propID, double &value)
virtual void setMaterialProperty (int propID, double value)
Public Member Functions inherited from oofem::IntegrationPointStatus
 IntegrationPointStatus (GaussPoint *g)
virtual ~IntegrationPointStatus ()=default
 Destructor.
virtual void setStatusVariable (int varID, double value)
virtual InterfacegiveInterface (InterfaceType t)
Public Member Functions inherited from oofem::MaterialStatusMapperInterface
 MaterialStatusMapperInterface ()
virtual ~MaterialStatusMapperInterface ()
virtual int MSMI_map (const GaussPoint &iGP, const Domain &iOldDom, Set &sourceSet, const TimeStep &iTStep, MaterialStatus &oStatus)
virtual int MSMI_map_cz (const GaussPoint &iGP, const Domain &iOldDom, Set &sourceSet, const TimeStep &iTStep, MaterialStatus &oStatus)
virtual int MSMI_update (const GaussPoint &iGP, const TimeStep &iTStep)
virtual int MSMI_finish (const TimeStep &iTStep)

Protected Attributes

FloatArray strainVector
 Equilibrated strain vector in reduced form.
FloatArray stressVector
 Equilibrated stress vector in reduced form.
FloatArray tempStressVector
 Temporary stress vector in reduced form (increments are used mainly in nonlinear analysis).
FloatArray tempStrainVector
 Temporary strain vector in reduced form (to find balanced state).
FloatArray PVector
 Equilibrated first Piola-Kirchhoff stress vector.
FloatArray tempPVector
 Temporary first Piola-Kirchhoff stress vector (to find balanced state).
FloatArray CVector
 Equilibrated Cauchy stress vector.
FloatArray tempCVector
 Temporary Cauchy stress vector (to find balanced state).
FloatArray FVector
 Equilibrated deformation gradient in reduced form.
FloatArray tempFVector
 Temporary deformation gradient in reduced form (to find balanced state).
Protected Attributes inherited from oofem::IntegrationPointStatus
GaussPointgp
 Associated integration point.
Protected Attributes inherited from oofem::MaterialStatusMapperInterface
std::unique_ptr< MaterialMappingAlgorithmmpMaterialMapper

Detailed Description

This class implements a structural material status information. It is attribute of gaussPoint. This is only an abstract class, for every instance of material class there should be specialized derived class, which handles are history variables.

This is a base class for all material statuses corresponding to materials derived from structural material class. It defines stress and strain vectors and their increments. Functions for accessing these components are defined.

Tasks: This is abstract class - only basic functionality is supported like:

  • maintaining and providing access to stress and strain vectors (including their increments)
  • storing and restoring status on tape
  • printingYourself()
  • updating Yourself after a new equilibrium state has been reached.

Definition at line 65 of file structuralms.h.

Constructor & Destructor Documentation

◆ StructuralMaterialStatus()

oofem::StructuralMaterialStatus::StructuralMaterialStatus ( GaussPoint * g)

Constructor. Creates new StructuralMaterialStatus with IntegrationPoint g.

Hack to prevent crashing when there are only "loose" gausspoints

Definition at line 42 of file structuralms.C.

References FVector, oofem::IntegrationPointStatus::gp, oofem::MaterialStatus::MaterialStatus(), PVector, strainVector, stressVector, tempFVector, tempPVector, tempStrainVector, and tempStressVector.

Referenced by oofem::AbaqusUserMaterialStatus::AbaqusUserMaterialStatus(), oofem::AnisotropicDamageMaterialStatus::AnisotropicDamageMaterialStatus(), oofem::CompoDamageMatStatus::CompoDamageMatStatus(), oofem::Concrete2MaterialStatus::Concrete2MaterialStatus(), oofem::ConcreteDPM2Status::ConcreteDPM2Status(), oofem::ConcreteDPMStatus::ConcreteDPMStatus(), copyStateVariables(), oofem::DruckerPragerPlasticitySMStatus::DruckerPragerPlasticitySMStatus(), oofem::DustMaterialStatus::DustMaterialStatus(), oofem::FCMMaterialStatus::FCMMaterialStatus(), oofem::IsotropicDamageMaterialStatus::IsotropicDamageMaterialStatus(), oofem::LargeStrainMasterMaterialStatus::LargeStrainMasterMaterialStatus(), oofem::M1MaterialStatus::M1MaterialStatus(), oofem::M4MaterialStatus::M4MaterialStatus(), oofem::MDMStatus::MDMStatus(), oofem::MFrontUserMaterialStatus::MFrontUserMaterialStatus(), oofem::MicroMaterialStatus::MicroMaterialStatus(), oofem::MisesMatStatus::MisesMatStatus(), oofem::MPlasticMaterial2Status::MPlasticMaterial2Status(), oofem::MPlasticMaterialStatus::MPlasticMaterialStatus(), oofem::PerfectlyPlasticMaterialStatus::PerfectlyPlasticMaterialStatus(), oofem::PlasticMaterialStatus::PlasticMaterialStatus(), oofem::RankineMatStatus::RankineMatStatus(), oofem::RCM2MaterialStatus::RCM2MaterialStatus(), oofem::RheoChainMaterialStatus::RheoChainMaterialStatus(), oofem::SteelRelaxMatStatus::SteelRelaxMatStatus(), oofem::StructuralFE2MaterialStatus::StructuralFE2MaterialStatus(), oofem::StructuralPythonMaterialStatus::StructuralPythonMaterialStatus(), oofem::StructuralSlipFE2MaterialStatus::StructuralSlipFE2MaterialStatus(), oofem::TrabBone3DStatus::TrabBone3DStatus(), oofem::TrabBoneEmbedStatus::TrabBoneEmbedStatus(), oofem::TrabBoneMaterialStatus::TrabBoneMaterialStatus(), and oofem::TutorialMaterialStatus::TutorialMaterialStatus().

Member Function Documentation

◆ addStateVariables()

void oofem::StructuralMaterialStatus::addStateVariables ( const MaterialStatus & iStatus)
overridevirtual

◆ copyStateVariables()

◆ giveClassName()

◆ giveCVector()

const FloatArray & oofem::StructuralMaterialStatus::giveCVector ( ) const
inline

Returns the const pointer to receiver's Cauchy stress vector.

Definition at line 109 of file structuralms.h.

References CVector.

Referenced by copyStateVariables(), oofem::NLStructuralElement::giveInternalForcesVector(), and oofem::NLStructuralElement::giveInternalForcesVector_withIRulesAsSubcells().

◆ giveFVector()

const FloatArray & oofem::StructuralMaterialStatus::giveFVector ( ) const
inline

Returns the const pointer to receiver's deformation gradient vector.

Definition at line 111 of file structuralms.h.

References FVector.

Referenced by copyStateVariables(), and oofem::StructuralMaterial::giveIPValue().

◆ givePVector()

const FloatArray & oofem::StructuralMaterialStatus::givePVector ( ) const
inline

◆ giveStrainVector()

const FloatArray & oofem::StructuralMaterialStatus::giveStrainVector ( ) const
inline

Returns the const pointer to receiver's strain vector.

Definition at line 103 of file structuralms.h.

References strainVector.

Referenced by oofem::KelvinChainMaterial::computeHiddenVars(), oofem::KelvinChainSolidMaterial::computeHiddenVars(), oofem::MaxwellChainMaterial::computeHiddenVars(), oofem::LIBeam3d2::computeStrainVector(), oofem::LIBeam3dNL2::computeTempCurv(), oofem::LIBeam3dNL::computeTempCurv(), copyStateVariables(), oofem::CCTPlate3d::giveCharacteristicTensor(), oofem::DKTPlate3d::giveCharacteristicTensor(), oofem::LinQuad3DPlaneStress::giveCharacteristicTensor(), oofem::TR_SHELL11::giveCharacteristicTensor(), oofem::TrPlanestressRotAllman3d::giveCharacteristicTensor(), oofem::TrPlaneStrRot3d::giveCharacteristicTensor(), oofem::Beam2d::giveIPValue(), oofem::Beam3d::giveIPValue(), oofem::CCTPlate::giveIPValue(), oofem::DKTPlate::giveIPValue(), oofem::FiberedCrossSection::giveIPValue(), oofem::IsotropicDamageMaterial::giveIPValue(), oofem::LIBeam2d::giveIPValue(), oofem::LIBeam2dNL::giveIPValue(), oofem::LIBeam3d::giveIPValue(), oofem::LIBeam3dNL::giveIPValue(), oofem::LinearElasticMaterial::giveIPValue(), oofem::M1Material::giveIPValue(), oofem::QDKTPlate::giveIPValue(), oofem::Quad1MindlinShell3D::giveIPValue(), oofem::StructuralMaterial::giveIPValue(), oofem::TrPlaneStrRot::giveIPValue(), oofem::CompoDamageMat::giveRealStressVector(), oofem::FCMMaterial::giveRealStressVector(), oofem::PerfectlyPlasticMaterial::giveRealStressVector(), oofem::RheoChainMaterial::giveRealStressVector(), oofem::SteelRelaxMat::giveRealStressVector(), initTempStatus(), oofem::IsotropicDamageMaterial1::MMI_update(), oofem::MDM::MMI_update(), oofem::PLPrincipalStrain::propagateInterface(), and oofem::StructuralMaterialEvaluator::solveYourself().

◆ giveStressVector()

const FloatArray & oofem::StructuralMaterialStatus::giveStressVector ( ) const
inline

Returns the const pointer to receiver's stress vector.

Definition at line 105 of file structuralms.h.

References stressVector.

Referenced by oofem::SolidShell::computeGeometricStiffness(), oofem::LIBeam2dNL::computeInitialStressMatrix(), oofem::SteelRelaxMat::computeStressRelaxationStrainVector(), copyStateVariables(), oofem::MPlasticMaterial::cuttingPlaneReturn(), oofem::CCTPlate3d::giveCharacteristicTensor(), oofem::DKTPlate3d::giveCharacteristicTensor(), oofem::LinQuad3DPlaneStress::giveCharacteristicTensor(), oofem::TR_SHELL11::giveCharacteristicTensor(), oofem::TrPlanestressRotAllman3d::giveCharacteristicTensor(), oofem::TrPlaneStrRot3d::giveCharacteristicTensor(), oofem::MPlasticMaterial::giveConsistentStiffnessMatrix(), oofem::PlasticMaterial::giveConsistentStiffnessMatrix(), oofem::MPlasticMaterial2::giveElastoPlasticStiffnessMatrix(), oofem::MPlasticMaterial::giveElastoPlasticStiffnessMatrix(), oofem::BondLink3d::giveInternalForcesVector(), oofem::BondLink3dBoundary::giveInternalForcesVector(), oofem::LIBeam3dBoundary::giveInternalForcesVector(), oofem::LIBeam3dNL2::giveInternalForcesVector(), oofem::LIBeam3dNL::giveInternalForcesVector(), oofem::LTRSpaceBoundary::giveInternalForcesVector(), oofem::NLStructuralElement::giveInternalForcesVector(), oofem::Quad1MindlinShell3D::giveInternalForcesVector(), oofem::StructuralElement::giveInternalForcesVector(), oofem::StructuralElementEvaluator::giveInternalForcesVector(), oofem::Truss3dnl::giveInternalForcesVector(), oofem::NLStructuralElement::giveInternalForcesVector_withIRulesAsSubcells(), oofem::StructuralElement::giveInternalForcesVector_withIRulesAsSubcells(), oofem::Beam2d::giveIPValue(), oofem::Beam3d::giveIPValue(), oofem::CCTPlate::giveIPValue(), oofem::ConcreteFCMViscoElastic::giveIPValue(), oofem::DKTPlate::giveIPValue(), oofem::FiberedCrossSection::giveIPValue(), oofem::LIBeam2d::giveIPValue(), oofem::LIBeam2dNL::giveIPValue(), oofem::LIBeam3d::giveIPValue(), oofem::LIBeam3dNL::giveIPValue(), oofem::M1Material::giveIPValue(), oofem::QDKTPlate::giveIPValue(), oofem::Quad1MindlinShell3D::giveIPValue(), oofem::Quad1PlateSubSoil::giveIPValue(), oofem::StructuralMaterial::giveIPValue(), oofem::TrPlaneStrRot::giveIPValue(), oofem::PerfectlyPlasticMaterial::giveMaterialStiffnessMatrix(), oofem::CompoDamageMat::giveRealStressVector(), oofem::FCMMaterial::giveRealStressVector(), oofem::PerfectlyPlasticMaterial::giveRealStressVector(), oofem::SteelRelaxMat::giveRealStressVector(), oofem::StructuralMaterialSettable::giveRealStressVector_3d(), oofem::Concrete2::giveRealStressVector_PlateLayer(), initTempStatus(), oofem::GnuplotExportModule::outputXFEM(), oofem::PLHoopStressCirc::propagateInterface(), oofem::Shell7Base::updateLayerTransvNormalStressSR(), oofem::Shell7Base::updateLayerTransvShearStressesSR(), and oofem::Shell7Base::updateLayerTransvStressesSR().

◆ giveTempCVector()

const FloatArray & oofem::StructuralMaterialStatus::giveTempCVector ( ) const
inline

Returns the const pointer to receiver's temporary Cauchy stress vector.

Definition at line 119 of file structuralms.h.

References tempCVector.

Referenced by copyStateVariables().

◆ giveTempFVector()

◆ giveTempPVector()

const FloatArray & oofem::StructuralMaterialStatus::giveTempPVector ( ) const
inline

Returns the const pointer to receiver's temporary first Piola-Kirchhoff stress vector.

Definition at line 117 of file structuralms.h.

References tempPVector.

Referenced by copyStateVariables(), oofem::StructuralPythonMaterial::give3dMaterialStiffnessMatrix_dPdF(), and oofem::BaseMixedPressureElement::giveInternalForcesVector_u().

◆ giveTempStrainVector()

◆ giveTempStressVector()

◆ initTempStatus()

◆ letCVectorBe()

void oofem::StructuralMaterialStatus::letCVectorBe ( const FloatArray & v)
inline

Assigns CVector to given vector v.

Definition at line 129 of file structuralms.h.

References CVector.

◆ letFVectorBe()

void oofem::StructuralMaterialStatus::letFVectorBe ( const FloatArray & v)
inline

Assigns FVector to given vector v.

Definition at line 131 of file structuralms.h.

References FVector.

◆ letPVectorBe()

void oofem::StructuralMaterialStatus::letPVectorBe ( const FloatArray & v)
inline

Assigns PVector to given vector v.

Definition at line 127 of file structuralms.h.

References PVector.

◆ letStrainVectorBe()

void oofem::StructuralMaterialStatus::letStrainVectorBe ( const FloatArray & v)
inline

Assigns strain vector to given vector v.

Definition at line 123 of file structuralms.h.

References strainVector.

Referenced by oofem::StructuralMaterial::setIPValue(), and oofem::StructuralMaterialEvaluator::solveYourself().

◆ letStressVectorBe()

void oofem::StructuralMaterialStatus::letStressVectorBe ( const FloatArray & v)
inline

◆ letTempCVectorBe()

void oofem::StructuralMaterialStatus::letTempCVectorBe ( const FloatArray & v)
inline

Assigns tempPVector to given vector v.

Definition at line 139 of file structuralms.h.

References tempCVector.

◆ letTempFVectorBe()

◆ letTempPVectorBe()

◆ letTempStrainVectorBe()

void oofem::StructuralMaterialStatus::letTempStrainVectorBe ( const FloatArray & v)
inline

Assigns tempStrainVector to given vector v.

Definition at line 135 of file structuralms.h.

References tempStrainVector.

Referenced by oofem::LayeredCrossSection::giveGeneralizedStress_Beam2d(), oofem::SimpleCrossSection::giveGeneralizedStress_Beam2d(), oofem::FiberedCrossSection::giveGeneralizedStress_Beam3d(), oofem::SimpleCrossSection::giveGeneralizedStress_Beam3d(), oofem::LayeredCrossSection::giveGeneralizedStress_MembraneRot(), oofem::SimpleCrossSection::giveGeneralizedStress_MembraneRot(), oofem::LayeredCrossSection::giveGeneralizedStress_Plate(), oofem::SimpleCrossSection::giveGeneralizedStress_Plate(), oofem::LayeredCrossSection::giveGeneralizedStress_Shell(), oofem::SimpleCrossSection::giveGeneralizedStress_Shell(), oofem::LayeredCrossSection::giveGeneralizedStress_ShellRot(), oofem::SimpleCrossSection::giveGeneralizedStress_ShellRot(), oofem::StructuralSlipFE2Material::giveHomogenizedFields(), oofem::LayeredCrossSection::giveRealStress_PlaneStress(), oofem::AnisotropicDamageMaterial::giveRealStressVector(), oofem::CompoDamageMat::giveRealStressVector(), oofem::FCMMaterial::giveRealStressVector(), oofem::IsotropicDamageMaterial::giveRealStressVector(), oofem::MDM::giveRealStressVector(), oofem::MPlasticMaterial2::giveRealStressVector(), oofem::MPlasticMaterial::giveRealStressVector(), oofem::MPSDamMaterial::giveRealStressVector(), oofem::PerfectlyPlasticMaterial::giveRealStressVector(), oofem::PlasticMaterial::giveRealStressVector(), oofem::RCM2Material::giveRealStressVector(), oofem::RCSDEMaterial::giveRealStressVector(), oofem::RCSDMaterial::giveRealStressVector(), oofem::RCSDNLMaterial::giveRealStressVector(), oofem::RheoChainMaterial::giveRealStressVector(), oofem::SteelRelaxMat::giveRealStressVector(), oofem::IsotropicAsymmetric1DMaterial::giveRealStressVector_1d(), oofem::WinklerMaterial::giveRealStressVector_2dPlateSubSoil(), oofem::WinklerPasternakMaterial::giveRealStressVector_2dPlateSubSoil(), oofem::WinklerMaterial::giveRealStressVector_3dBeamSubSoil(), oofem::AnisotropicDamageMaterial::giveRealStressVector_PlaneStress(), oofem::Concrete2::giveRealStressVector_PlateLayer(), oofem::RankineMatGrad::giveRealStressVectorGradientDamage(), oofem::IsotropicLinearElasticMaterial::giveRealStressVectorUP_3d(), oofem::IsotropicLinearElasticMaterial::giveRealStressVectorUP_PlaneStrain(), oofem::IsotropicDamageMaterial1::MMI_map(), oofem::MDM::MMI_map(), oofem::StructuralMaterial::setIPValue(), and oofem::IDNLMaterial::updateBeforeNonlocAverage().

◆ letTempStressVectorBe()

void oofem::StructuralMaterialStatus::letTempStressVectorBe ( const FloatArray & v)
inline

Assigns tempStressVector to given vector v.

Definition at line 133 of file structuralms.h.

References tempStressVector.

Referenced by oofem::LargeStrainMasterMaterialGrad::giveFirstPKStressVectorGrad(), oofem::StructuralSlipFE2Material::giveHomogenizedFields(), oofem::AnisotropicDamageMaterial::giveRealStressVector(), oofem::CompoDamageMat::giveRealStressVector(), oofem::FCMMaterial::giveRealStressVector(), oofem::FRCFCMNL::giveRealStressVector(), oofem::IsotropicDamageMaterial::giveRealStressVector(), oofem::MDM::giveRealStressVector(), oofem::MPlasticMaterial2::giveRealStressVector(), oofem::MPlasticMaterial::giveRealStressVector(), oofem::MPSDamMaterial::giveRealStressVector(), oofem::PerfectlyPlasticMaterial::giveRealStressVector(), oofem::PlasticMaterial::giveRealStressVector(), oofem::RCM2Material::giveRealStressVector(), oofem::RCSDEMaterial::giveRealStressVector(), oofem::RCSDMaterial::giveRealStressVector(), oofem::RCSDNLMaterial::giveRealStressVector(), oofem::RheoChainMaterial::giveRealStressVector(), oofem::SteelRelaxMat::giveRealStressVector(), oofem::IsotropicAsymmetric1DMaterial::giveRealStressVector_1d(), oofem::AnisotropicDamageMaterial::giveRealStressVector_PlaneStress(), oofem::Concrete2::giveRealStressVector_PlateLayer(), oofem::RankineMatGrad::giveRealStressVectorGradientDamage(), oofem::IsotropicLinearElasticMaterial::giveRealStressVectorUP_3d(), oofem::IsotropicLinearElasticMaterial::giveRealStressVectorUP_PlaneStrain(), oofem::MDM::MMI_map(), and oofem::StructuralMaterial::setIPValue().

◆ printOutputAt()

◆ restoreContext()

void oofem::StructuralMaterialStatus::restoreContext ( DataStream & stream,
ContextMode mode )
overridevirtual

Restores the receiver state previously written in stream.

See also
saveContext
Parameters
streamInput stream.
modeDetermines amount of info available in stream (state, definition, ...).
Exceptions
throwsan ContextIOERR exception if error encountered.

Reimplemented from oofem::IntegrationPointStatus.

Reimplemented in oofem::TrabBone3DStatus, oofem::TrabBoneEmbedStatus, oofem::TrabBoneMaterialStatus, and oofem::TrabBoneNLEmbedStatus.

Definition at line 162 of file structuralms.C.

References oofem::CIO_OK, strainVector, stressVector, and THROW_CIOERR.

Referenced by oofem::ConcreteDPM2Status::restoreContext(), oofem::ConcreteDPMStatus::restoreContext(), oofem::MisesMatStatus::restoreContext(), and oofem::SteelRelaxMatStatus::restoreContext().

◆ saveContext()

void oofem::StructuralMaterialStatus::saveContext ( DataStream & stream,
ContextMode mode )
overridevirtual

Stores receiver state to output stream.

Parameters
streamOutput stream.
modeDetermines amount of info required in stream (state, definition, ...).
Exceptions
throwsan ContextIOERR exception if error encountered.

Reimplemented from oofem::IntegrationPointStatus.

Reimplemented in oofem::TrabBone3DStatus, oofem::TrabBoneEmbedStatus, oofem::TrabBoneMaterialStatus, and oofem::TrabBoneNLEmbedStatus.

Definition at line 146 of file structuralms.C.

References oofem::CIO_OK, strainVector, stressVector, and THROW_CIOERR.

Referenced by oofem::ConcreteDPM2Status::saveContext(), oofem::ConcreteDPMStatus::saveContext(), oofem::MisesMatStatus::saveContext(), and oofem::SteelRelaxMatStatus::saveContext().

◆ updateYourself()

Member Data Documentation

◆ CVector

FloatArray oofem::StructuralMaterialStatus::CVector
protected

Equilibrated Cauchy stress vector.

Definition at line 82 of file structuralms.h.

Referenced by copyStateVariables(), giveCVector(), and letCVectorBe().

◆ FVector

FloatArray oofem::StructuralMaterialStatus::FVector
protected

◆ PVector

FloatArray oofem::StructuralMaterialStatus::PVector
protected

◆ strainVector

◆ stressVector

◆ tempCVector

FloatArray oofem::StructuralMaterialStatus::tempCVector
protected

Temporary Cauchy stress vector (to find balanced state).

Definition at line 84 of file structuralms.h.

Referenced by copyStateVariables(), giveTempCVector(), and letTempCVectorBe().

◆ tempFVector

FloatArray oofem::StructuralMaterialStatus::tempFVector
protected

Temporary deformation gradient in reduced form (to find balanced state).

Definition at line 88 of file structuralms.h.

Referenced by copyStateVariables(), giveTempFVector(), initTempStatus(), oofem::TutorialMaterialStatus::initTempStatus(), letTempFVectorBe(), StructuralMaterialStatus(), and updateYourself().

◆ tempPVector

FloatArray oofem::StructuralMaterialStatus::tempPVector
protected

Temporary first Piola-Kirchhoff stress vector (to find balanced state).

Definition at line 80 of file structuralms.h.

Referenced by copyStateVariables(), giveTempPVector(), initTempStatus(), oofem::TutorialMaterialStatus::initTempStatus(), letTempPVectorBe(), StructuralMaterialStatus(), and updateYourself().

◆ tempStrainVector

◆ tempStressVector


The documentation for this class was generated from the following files:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011