OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
This class implements associated Material Status to IsoInterfaceDamageMaterial_2. More...
#include <isointerfacedamage02.h>
Public Member Functions | |
IsoInterfaceDamageMaterialStatus_2 (int n, Domain *d, GaussPoint *g) | |
Constructor. More... | |
virtual | ~IsoInterfaceDamageMaterialStatus_2 () |
Destructor. More... | |
virtual void | printOutputAt (FILE *file, TimeStep *tStep) |
Print receiver's output to given stream. More... | |
double | giveKappa () |
Returns the last equilibrated scalar measure of the largest strain level. More... | |
double | giveTempKappa () |
Returns the temp. scalar measure of the largest strain level. More... | |
void | setTempKappa (double newKappa) |
Sets the temp scalar measure of the largest strain level to given value. More... | |
double | giveDamage () |
Returns the last equilibrated damage level. More... | |
double | giveTempDamage () |
Returns the temp. damage level. More... | |
void | setTempDamage (double newDamage) |
Sets the temp damage level to given value. More... | |
virtual const char * | giveClassName () const |
virtual void | initTempStatus () |
Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables. More... | |
virtual void | updateYourself (TimeStep *tStep) |
Update equilibrium history variables according to temp-variables. More... | |
virtual contextIOResultType | saveContext (DataStream &stream, ContextMode mode, void *obj=NULL) |
Stores receiver state to output stream. More... | |
virtual contextIOResultType | restoreContext (DataStream &stream, ContextMode mode, void *obj=NULL) |
Restores the receiver state previously written in stream. More... | |
Public Member Functions inherited from oofem::StructuralInterfaceMaterialStatus | |
StructuralInterfaceMaterialStatus (int n, Domain *d, GaussPoint *g) | |
Constructor. Creates new StructuralInterfaceMaterialStatus with number n, belonging to domain d and IntegrationPoint g. More... | |
virtual | ~StructuralInterfaceMaterialStatus () |
Destructor. More... | |
const FloatArray & | giveJump () const |
Returns the const pointer to receiver's jump. More... | |
const FloatArray & | giveTraction () const |
Returns the const pointer to receiver's traction vector. More... | |
const FloatArray & | giveFirstPKTraction () const |
Returns the const pointer to receiver's first Piola-Kirchhoff traction vector. More... | |
const FloatMatrix & | giveF () const |
Returns the const pointer to receiver's deformation gradient vector. More... | |
const FloatArray & | giveTempJump () const |
Returns the const pointer to receiver's temporary jump. More... | |
const FloatArray & | giveTempTraction () const |
Returns the const pointer to receiver's temporary traction vector. More... | |
const FloatArray & | giveTempFirstPKTraction () const |
Returns the const pointer to receiver's temporary first Piola-Kirchhoff traction vector. More... | |
const FloatMatrix & | giveTempF () const |
Returns the const pointer to receiver's temporary deformation gradient vector. More... | |
const FloatArray & | giveNormal () const |
Returns const reference to normal vector. More... | |
const FloatArray & | giveProjectedTraction () const |
Returns the projected traction. More... | |
void | letJumpBe (FloatArray v) |
Assigns jump to given vector v. More... | |
void | letTractionBe (FloatArray v) |
Assigns traction to given vector v. More... | |
void | letFirstPKTractionBe (FloatArray v) |
Assigns firstPKTraction to given vector v. More... | |
void | letFBe (FloatMatrix v) |
Assigns FVector to given vector v. More... | |
void | letTempTractionBe (FloatArray v) |
Assigns tempTraction to given vector v. More... | |
void | letTempJumpBe (FloatArray v) |
Assigns tempJump to given vector v. More... | |
void | letTempFirstPKTractionBe (FloatArray v) |
Assigns tempFirstPKTraction to given vector v. More... | |
void | letTempFBe (FloatMatrix v) |
Assigns tempFVector to given vector v. More... | |
void | letNormalBe (FloatArray iN) |
Assigns normal vector. More... | |
void | letProjectedTractionBe (FloatArray iProjectedTraction) |
Assigns projeted traction. More... | |
virtual void | copyStateVariables (const MaterialStatus &iStatus) |
Functions for MaterialStatusMapperInterface. More... | |
virtual void | addStateVariables (const MaterialStatus &iStatus) |
bool | giveNewlyInserted () const |
void | setNewlyInserted (bool iNewlyInserted) |
Public Member Functions inherited from oofem::MaterialStatus | |
MaterialStatus (int n, Domain *d, GaussPoint *g) | |
Constructor. More... | |
virtual | ~MaterialStatus () |
Destructor. More... | |
virtual bool | giveMaterialProperty (int propID, double &value) |
Returns the value of material model property stored in receiving status. More... | |
virtual void | setMaterialProperty (int propID, double value) |
Allows to set the value of material model property to be stored in receiving status. More... | |
virtual void | setStatusVariable (int varID, double value) |
Allows to set the value of a specific variable, identified by varID. More... | |
virtual void | restoreConsistency () |
Restores consistency of the status, i.e., computes or corrects the values of certain status variables such that the state is admissible. More... | |
virtual IRResultType | initializeFrom (InputRecord *ir) |
Initializes receiver according to object description stored in input record. More... | |
Public Member Functions inherited from oofem::IntegrationPointStatus | |
IntegrationPointStatus (int n, Domain *d, GaussPoint *g) | |
Constructor. More... | |
virtual | ~IntegrationPointStatus () |
Destructor. More... | |
virtual const char * | giveInputRecordName () const |
Public Member Functions inherited from oofem::FEMComponent | |
FEMComponent (int n, Domain *d) | |
Regular constructor, creates component with given number and belonging to given domain. More... | |
virtual | ~FEMComponent () |
Virtual destructor. More... | |
Domain * | giveDomain () const |
virtual void | setDomain (Domain *d) |
Sets associated Domain. More... | |
int | giveNumber () const |
void | setNumber (int num) |
Sets number of receiver. More... | |
virtual void | updateLocalNumbering (EntityRenumberingFunctor &f) |
Local renumbering support. More... | |
virtual void | giveInputRecord (DynamicInputRecord &input) |
Setups the input record string of receiver. More... | |
virtual int | checkConsistency () |
Allows programmer to test some internal data, before computation begins. More... | |
virtual void | printYourself () |
Prints receiver state on stdout. Useful for debugging. More... | |
virtual Interface * | giveInterface (InterfaceType t) |
Interface requesting service. More... | |
std::string | errorInfo (const char *func) const |
Returns string for prepending output (used by error reporting macros). More... | |
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) |
Maps all internal state variables from the old domain to the given gp status. More... | |
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) |
Updates the internal state variables from previously mapped values. More... | |
virtual int | MSMI_finish (const TimeStep &iTStep) |
Finishes the mapping for given time step. More... | |
Protected Attributes | |
double | kappa |
Scalar measure of the largest equivalent displacement ever reached in material. More... | |
double | tempKappa |
Non-equilibrated scalar measure of the largest equivalent displacement. More... | |
double | damage |
Damage level of material. More... | |
double | tempDamage |
Non-equilibrated damage level of material. More... | |
Protected Attributes inherited from oofem::StructuralInterfaceMaterialStatus | |
FloatArray | jump |
Equilibrated jump (discontinuity) More... | |
FloatArray | traction |
Equilibrated (engineering) traction vector. More... | |
FloatArray | tempTraction |
Temporary (engineering) traction vector. More... | |
FloatArray | tempJump |
Temporary jump (discontinuity) More... | |
FloatArray | firstPKTraction |
Equilibrated first Piola-Kirchhoff traction vector T. More... | |
FloatArray | tempFirstPKTraction |
Temporary first Piola-Kirchhoff traction vector (to find balanced state) More... | |
FloatMatrix | F |
Equilibrated deformation gradient in reduced form. More... | |
FloatMatrix | tempF |
Temporary deformation gradient in reduced form (to find balanced state) More... | |
FloatArray | mNormalDir |
Interface normal direction. More... | |
bool | mNewlyInserted |
FloatArray | projectedTraction |
Protected Attributes inherited from oofem::IntegrationPointStatus | |
GaussPoint * | gp |
Associated integration point. More... | |
Protected Attributes inherited from oofem::FEMComponent | |
int | number |
Component number. More... | |
Domain * | domain |
Link to domain object, useful for communicating with other FEM components. More... | |
Protected Attributes inherited from oofem::MaterialStatusMapperInterface | |
MaterialMappingAlgorithm * | mpMaterialMapper |
This class implements associated Material Status to IsoInterfaceDamageMaterial_2.
Definition at line 59 of file isointerfacedamage02.h.
oofem::IsoInterfaceDamageMaterialStatus_2::IsoInterfaceDamageMaterialStatus_2 | ( | int | n, |
Domain * | d, | ||
GaussPoint * | g | ||
) |
Constructor.
Definition at line 302 of file isointerfacedamage02.C.
References damage, kappa, tempDamage, and tempKappa.
Referenced by oofem::IsoInterfaceDamageMaterial_2::CreateStatus().
|
virtual |
Destructor.
Definition at line 309 of file isointerfacedamage02.C.
|
inlinevirtual |
Reimplemented from oofem::StructuralInterfaceMaterialStatus.
Definition at line 93 of file isointerfacedamage02.h.
References initTempStatus(), restoreContext(), saveContext(), and updateYourself().
|
inlinevirtual |
Returns the last equilibrated damage level.
Reimplemented from oofem::StructuralInterfaceMaterialStatus.
Definition at line 86 of file isointerfacedamage02.h.
References damage.
Referenced by oofem::IsoInterfaceDamageMaterial_2::giveEngTraction_3d(), and oofem::IsoInterfaceDamageMaterial_2::giveIPValue().
|
inline |
Returns the last equilibrated scalar measure of the largest strain level.
Definition at line 80 of file isointerfacedamage02.h.
References kappa.
Referenced by oofem::IsoInterfaceDamageMaterial_2::give3dStiffnessMatrix_Eng(), oofem::IsoInterfaceDamageMaterial_2::giveEngTraction_3d(), and oofem::IsoInterfaceDamageMaterial_2::giveIPValue().
|
inlinevirtual |
Returns the temp. damage level.
Reimplemented from oofem::StructuralInterfaceMaterialStatus.
Definition at line 88 of file isointerfacedamage02.h.
References tempDamage.
Referenced by oofem::IsoInterfaceDamageMaterial_2::give3dStiffnessMatrix_Eng(), and oofem::IsoInterfaceDamageMaterial_2::giveIPValue().
|
inline |
Returns the temp. scalar measure of the largest strain level.
Definition at line 82 of file isointerfacedamage02.h.
References tempKappa.
Referenced by oofem::IsoInterfaceDamageMaterial_2::give3dStiffnessMatrix_Eng().
|
virtual |
Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables.
Reimplemented from oofem::StructuralInterfaceMaterialStatus.
Definition at line 327 of file isointerfacedamage02.C.
References damage, oofem::StructuralInterfaceMaterialStatus::initTempStatus(), kappa, tempDamage, and tempKappa.
Referenced by giveClassName().
|
virtual |
Print receiver's output to given stream.
Reimplemented from oofem::StructuralInterfaceMaterialStatus.
Definition at line 314 of file isointerfacedamage02.C.
References damage, kappa, and oofem::StructuralInterfaceMaterialStatus::printOutputAt().
|
virtual |
Restores the receiver state previously written in stream.
stream | Input stream. |
mode | Determines amount of info available in stream (state, definition, ...). |
obj | Special parameter for sending extra information. |
throws | an ContextIOERR exception if error encountered. |
Reimplemented from oofem::StructuralInterfaceMaterialStatus.
Definition at line 366 of file isointerfacedamage02.C.
References oofem::CIO_IOERR, oofem::CIO_OK, damage, kappa, oofem::DataStream::read(), oofem::StructuralInterfaceMaterialStatus::restoreContext(), and THROW_CIOERR.
Referenced by giveClassName().
|
virtual |
Stores receiver state to output stream.
stream | Output stream. |
mode | Determines amount of info required in stream (state, definition, ...). |
obj | Special parameter, used only to send particular integration point to material class version of this method. |
throws | an ContextIOERR exception if error encountered. |
Reimplemented from oofem::StructuralInterfaceMaterialStatus.
Definition at line 344 of file isointerfacedamage02.C.
References oofem::CIO_IOERR, oofem::CIO_OK, damage, kappa, oofem::StructuralInterfaceMaterialStatus::saveContext(), THROW_CIOERR, and oofem::DataStream::write().
Referenced by giveClassName().
|
inline |
Sets the temp damage level to given value.
Definition at line 90 of file isointerfacedamage02.h.
Referenced by oofem::IsoInterfaceDamageMaterial_2::giveEngTraction_3d().
|
inline |
Sets the temp scalar measure of the largest strain level to given value.
Definition at line 84 of file isointerfacedamage02.h.
Referenced by oofem::IsoInterfaceDamageMaterial_2::giveEngTraction_3d().
|
virtual |
Update equilibrium history variables according to temp-variables.
Invoked, after new equilibrium state has been reached.
Reimplemented from oofem::StructuralInterfaceMaterialStatus.
Definition at line 335 of file isointerfacedamage02.C.
References damage, kappa, tempDamage, tempKappa, and oofem::StructuralInterfaceMaterialStatus::updateYourself().
Referenced by giveClassName().
|
protected |
Damage level of material.
Definition at line 67 of file isointerfacedamage02.h.
Referenced by giveDamage(), initTempStatus(), IsoInterfaceDamageMaterialStatus_2(), printOutputAt(), restoreContext(), saveContext(), and updateYourself().
|
protected |
Scalar measure of the largest equivalent displacement ever reached in material.
Definition at line 63 of file isointerfacedamage02.h.
Referenced by oofem::IsoInterfaceDamageMaterial_2::giveClassName(), giveKappa(), initTempStatus(), IsoInterfaceDamageMaterialStatus_2(), printOutputAt(), restoreContext(), saveContext(), and updateYourself().
|
protected |
Non-equilibrated damage level of material.
Definition at line 69 of file isointerfacedamage02.h.
Referenced by giveTempDamage(), initTempStatus(), IsoInterfaceDamageMaterialStatus_2(), and updateYourself().
|
protected |
Non-equilibrated scalar measure of the largest equivalent displacement.
Definition at line 65 of file isointerfacedamage02.h.
Referenced by giveTempKappa(), initTempStatus(), IsoInterfaceDamageMaterialStatus_2(), and updateYourself().