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

#include <structuralslipfe2material.h>

Inheritance diagram for oofem::StructuralSlipFE2MaterialStatus:
Collaboration diagram for oofem::StructuralSlipFE2MaterialStatus:

Public Member Functions

 StructuralSlipFE2MaterialStatus (int rank, GaussPoint *g, const std ::string &inputfile, int el, int gp)
EngngModelgiveRVE () const
PrescribedDispSlipHomogenizationgiveBC ()
bool createRVE (const std ::string &inputfile, int rank, int el, int gp)
void setTimeStep (TimeStep *tStep)
void markOldTangent ()
void computeTangent (TimeStep *tStep)
void initTempStatus () override
void updateYourself (TimeStep *tStep) override
const char * giveClassName () const override
FloatMatrixgivedStressdEpsTangent ()
 Setters and getters.
void setdStressdEpsTangent (const FloatMatrix &iTangent)
void setdBStressdEpsTangent (const FloatMatrix &iTangent)
void setdRStressdEpsTangent (const FloatMatrix &iTangent)
void setdStressdSTangent (const FloatMatrix &iTangent)
void setdBStressdSTangent (const FloatMatrix &iTangent)
void setdRStressdSTangent (const FloatMatrix &iTangent)
void setdStressdGTangent (const FloatMatrix &iTangent)
void setdBStressdGTangent (const FloatMatrix &iTangent)
void setdRStressdGTangent (const FloatMatrix &iTangent)
const FloatArraygiveSlipVector () const
const FloatArraygiveTransferStressVector () const
const FloatArraygiveTempSlipVector () const
void letTempTransferStressVectorBe (const FloatArray &v)
void letTempSlipVectorBe (const FloatArray &v)
const FloatArraygiveSlipGradVector () const
const FloatArraygiveReinfStressVector () const
const FloatArraygiveTempSlipGradVector () const
void letTempReinfStressVectorBe (const FloatArray &v)
void letTempSlipGradVectorBe (const FloatArray &v)
Public Member Functions inherited from oofem::StructuralMaterialStatus
 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 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.
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

std ::unique_ptr< EngngModelrve
 The RVE.
PrescribedDispSlipHomogenizationbc = nullptr
 Boundary condition in RVE that performs the computational homogenization.
std::string mInputFile
int nel =1
int gpn =1
FloatMatrix dStressdEpsTangent
FloatMatrix dBStressdEpsTangent
FloatMatrix dRStressdEpsTangent
bool olddSdETangent = true
bool olddBSdETangent = true
bool olddRSdETangent =true
FloatMatrix dStressdSTangent
FloatMatrix dBStressdSTangent
FloatMatrix dRStressdSTangent
bool olddSdSTangent = true
bool olddBSdSTangent = true
bool olddRSdSTangent = true
FloatMatrix dStressdGTangent
FloatMatrix dBStressdGTangent
FloatMatrix dRStressdGTangent
bool olddSdGTangent = true
bool olddBSdGTangent = true
bool olddRSdGTangent = true
FloatArray slipVector
FloatArray bStressVector
FloatArray tempSlipVector
FloatArray tempBStressVector
FloatArray slipGradVector
FloatArray rStressVector
FloatArray tempSlipGradVector
FloatArray tempRStressVector
Protected Attributes inherited from oofem::StructuralMaterialStatus
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

Definition at line 68 of file structuralslipfe2material.h.

Constructor & Destructor Documentation

◆ StructuralSlipFE2MaterialStatus()

Member Function Documentation

◆ computeTangent()

void oofem::StructuralSlipFE2MaterialStatus::computeTangent ( TimeStep * tStep)

◆ createRVE()

bool oofem::StructuralSlipFE2MaterialStatus::createRVE ( const std ::string & inputfile,
int rank,
int el,
int gp )

◆ giveBC()

PrescribedDispSlipHomogenization * oofem::StructuralSlipFE2MaterialStatus::giveBC ( )

Definition at line 412 of file structuralslipfe2material.C.

References bc, and rve.

Referenced by createRVE(), and oofem::StructuralSlipFE2Material::giveHomogenizedFields().

◆ giveClassName()

const char * oofem::StructuralSlipFE2MaterialStatus::giveClassName ( ) const
inlineoverridevirtual

Reimplemented from oofem::StructuralMaterialStatus.

Definition at line 117 of file structuralslipfe2material.h.

◆ givedStressdEpsTangent()

FloatMatrix & oofem::StructuralSlipFE2MaterialStatus::givedStressdEpsTangent ( )
inline

Setters and getters.

Definition at line 120 of file structuralslipfe2material.h.

References dStressdEpsTangent.

Referenced by computeTangent().

◆ giveReinfStressVector()

const FloatArray & oofem::StructuralSlipFE2MaterialStatus::giveReinfStressVector ( ) const
inline

◆ giveRVE()

EngngModel * oofem::StructuralSlipFE2MaterialStatus::giveRVE ( ) const
inline

◆ giveSlipGradVector()

const FloatArray & oofem::StructuralSlipFE2MaterialStatus::giveSlipGradVector ( ) const
inline

Definition at line 139 of file structuralslipfe2material.h.

References slipGradVector.

Referenced by initTempStatus().

◆ giveSlipVector()

const FloatArray & oofem::StructuralSlipFE2MaterialStatus::giveSlipVector ( ) const
inline

Definition at line 133 of file structuralslipfe2material.h.

References slipVector.

Referenced by initTempStatus().

◆ giveTempSlipGradVector()

const FloatArray & oofem::StructuralSlipFE2MaterialStatus::giveTempSlipGradVector ( ) const
inline

◆ giveTempSlipVector()

const FloatArray & oofem::StructuralSlipFE2MaterialStatus::giveTempSlipVector ( ) const
inline

◆ giveTransferStressVector()

const FloatArray & oofem::StructuralSlipFE2MaterialStatus::giveTransferStressVector ( ) const
inline

◆ initTempStatus()

void oofem::StructuralSlipFE2MaterialStatus::initTempStatus ( )
overridevirtual

Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables.

Reimplemented from oofem::StructuralMaterialStatus.

Definition at line 454 of file structuralslipfe2material.C.

References bStressVector, giveReinfStressVector(), giveSlipGradVector(), giveSlipVector(), giveTransferStressVector(), rStressVector, slipGradVector, slipVector, tempBStressVector, tempRStressVector, tempSlipGradVector, and tempSlipVector.

◆ letTempReinfStressVectorBe()

void oofem::StructuralSlipFE2MaterialStatus::letTempReinfStressVectorBe ( const FloatArray & v)
inline

◆ letTempSlipGradVectorBe()

void oofem::StructuralSlipFE2MaterialStatus::letTempSlipGradVectorBe ( const FloatArray & v)
inline

◆ letTempSlipVectorBe()

void oofem::StructuralSlipFE2MaterialStatus::letTempSlipVectorBe ( const FloatArray & v)
inline

◆ letTempTransferStressVectorBe()

void oofem::StructuralSlipFE2MaterialStatus::letTempTransferStressVectorBe ( const FloatArray & v)
inline

◆ markOldTangent()

◆ setdBStressdEpsTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdBStressdEpsTangent ( const FloatMatrix & iTangent)
inline

◆ setdBStressdGTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdBStressdGTangent ( const FloatMatrix & iTangent)
inline

◆ setdBStressdSTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdBStressdSTangent ( const FloatMatrix & iTangent)
inline

◆ setdRStressdEpsTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdRStressdEpsTangent ( const FloatMatrix & iTangent)
inline

◆ setdRStressdGTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdRStressdGTangent ( const FloatMatrix & iTangent)
inline

◆ setdRStressdSTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdRStressdSTangent ( const FloatMatrix & iTangent)
inline

◆ setdStressdEpsTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdStressdEpsTangent ( const FloatMatrix & iTangent)
inline

◆ setdStressdGTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdStressdGTangent ( const FloatMatrix & iTangent)
inline

◆ setdStressdSTangent()

void oofem::StructuralSlipFE2MaterialStatus::setdStressdSTangent ( const FloatMatrix & iTangent)
inline

◆ setTimeStep()

◆ updateYourself()

void oofem::StructuralSlipFE2MaterialStatus::updateYourself ( TimeStep * )
overridevirtual

Update equilibrium history variables according to temp-variables. Invoked, after new equilibrium state has been reached.

Reimplemented from oofem::StructuralMaterialStatus.

Definition at line 496 of file structuralslipfe2material.C.

References bStressVector, rStressVector, rve, slipGradVector, slipVector, tempBStressVector, tempRStressVector, tempSlipGradVector, and tempSlipVector.

Member Data Documentation

◆ bc

PrescribedDispSlipHomogenization* oofem::StructuralSlipFE2MaterialStatus::bc = nullptr
protected

Boundary condition in RVE that performs the computational homogenization.

Definition at line 74 of file structuralslipfe2material.h.

Referenced by computeTangent(), createRVE(), and giveBC().

◆ bStressVector

FloatArray oofem::StructuralSlipFE2MaterialStatus::bStressVector
protected

◆ dBStressdEpsTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dBStressdEpsTangent
protected

Definition at line 82 of file structuralslipfe2material.h.

Referenced by setdBStressdEpsTangent().

◆ dBStressdGTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dBStressdGTangent
protected

Definition at line 88 of file structuralslipfe2material.h.

Referenced by setdBStressdGTangent().

◆ dBStressdSTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dBStressdSTangent
protected

Definition at line 85 of file structuralslipfe2material.h.

Referenced by setdBStressdSTangent().

◆ dRStressdEpsTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dRStressdEpsTangent
protected

Definition at line 82 of file structuralslipfe2material.h.

Referenced by setdRStressdEpsTangent().

◆ dRStressdGTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dRStressdGTangent
protected

Definition at line 88 of file structuralslipfe2material.h.

Referenced by setdRStressdGTangent().

◆ dRStressdSTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dRStressdSTangent
protected

Definition at line 85 of file structuralslipfe2material.h.

Referenced by setdRStressdSTangent().

◆ dStressdEpsTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dStressdEpsTangent
protected

Definition at line 82 of file structuralslipfe2material.h.

Referenced by givedStressdEpsTangent(), and setdStressdEpsTangent().

◆ dStressdGTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dStressdGTangent
protected

Definition at line 88 of file structuralslipfe2material.h.

Referenced by setdStressdGTangent().

◆ dStressdSTangent

FloatMatrix oofem::StructuralSlipFE2MaterialStatus::dStressdSTangent
protected

Definition at line 85 of file structuralslipfe2material.h.

Referenced by setdStressdSTangent().

◆ gpn

int oofem::StructuralSlipFE2MaterialStatus::gpn =1
protected

Definition at line 79 of file structuralslipfe2material.h.

◆ mInputFile

std::string oofem::StructuralSlipFE2MaterialStatus::mInputFile
protected

Definition at line 76 of file structuralslipfe2material.h.

Referenced by StructuralSlipFE2MaterialStatus().

◆ nel

int oofem::StructuralSlipFE2MaterialStatus::nel =1
protected

Definition at line 78 of file structuralslipfe2material.h.

◆ olddBSdETangent

bool oofem::StructuralSlipFE2MaterialStatus::olddBSdETangent = true
protected

Definition at line 83 of file structuralslipfe2material.h.

Referenced by markOldTangent(), and setdBStressdEpsTangent().

◆ olddBSdGTangent

bool oofem::StructuralSlipFE2MaterialStatus::olddBSdGTangent = true
protected

Definition at line 89 of file structuralslipfe2material.h.

Referenced by markOldTangent(), and setdBStressdGTangent().

◆ olddBSdSTangent

bool oofem::StructuralSlipFE2MaterialStatus::olddBSdSTangent = true
protected

Definition at line 86 of file structuralslipfe2material.h.

Referenced by markOldTangent(), and setdBStressdSTangent().

◆ olddRSdETangent

bool oofem::StructuralSlipFE2MaterialStatus::olddRSdETangent =true
protected

Definition at line 83 of file structuralslipfe2material.h.

Referenced by markOldTangent(), and setdRStressdEpsTangent().

◆ olddRSdGTangent

bool oofem::StructuralSlipFE2MaterialStatus::olddRSdGTangent = true
protected

Definition at line 89 of file structuralslipfe2material.h.

Referenced by markOldTangent(), and setdRStressdGTangent().

◆ olddRSdSTangent

bool oofem::StructuralSlipFE2MaterialStatus::olddRSdSTangent = true
protected

Definition at line 86 of file structuralslipfe2material.h.

Referenced by markOldTangent(), and setdRStressdSTangent().

◆ olddSdETangent

bool oofem::StructuralSlipFE2MaterialStatus::olddSdETangent = true
protected

◆ olddSdGTangent

bool oofem::StructuralSlipFE2MaterialStatus::olddSdGTangent = true
protected

Definition at line 89 of file structuralslipfe2material.h.

Referenced by markOldTangent(), and setdStressdGTangent().

◆ olddSdSTangent

bool oofem::StructuralSlipFE2MaterialStatus::olddSdSTangent = true
protected

Definition at line 86 of file structuralslipfe2material.h.

Referenced by markOldTangent(), and setdStressdSTangent().

◆ rStressVector

FloatArray oofem::StructuralSlipFE2MaterialStatus::rStressVector
protected

◆ rve

std :: unique_ptr< EngngModel > oofem::StructuralSlipFE2MaterialStatus::rve
protected

The RVE.

Definition at line 72 of file structuralslipfe2material.h.

Referenced by createRVE(), giveBC(), setTimeStep(), and updateYourself().

◆ slipGradVector

FloatArray oofem::StructuralSlipFE2MaterialStatus::slipGradVector
protected

◆ slipVector

FloatArray oofem::StructuralSlipFE2MaterialStatus::slipVector
protected

◆ tempBStressVector

FloatArray oofem::StructuralSlipFE2MaterialStatus::tempBStressVector
protected

◆ tempRStressVector

FloatArray oofem::StructuralSlipFE2MaterialStatus::tempRStressVector
protected

◆ tempSlipGradVector

FloatArray oofem::StructuralSlipFE2MaterialStatus::tempSlipGradVector
protected

◆ tempSlipVector

FloatArray oofem::StructuralSlipFE2MaterialStatus::tempSlipVector
protected

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