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

#include <plmaterialforce.h>

Inheritance diagram for oofem::PLMaterialForce:
Collaboration diagram for oofem::PLMaterialForce:

Public Member Functions

 PLMaterialForce ()
virtual ~PLMaterialForce ()
const char * giveClassName () const override
const char * giveInputRecordName () const override
void initializeFrom (InputRecord &ir) override
void giveInputRecord (DynamicInputRecord &input) override
bool hasPropagation () const override
bool propagateInterface (Domain &iDomain, EnrichmentFront &iEnrFront, TipPropagation &oTipProp) override
void setRadius (const double &iRadius)
void setIncrementLength (const double &iIncrementLength)
void setCrackPropThreshold (const double &iCrackPropThreshold)
Public Member Functions inherited from oofem::PropagationLaw
 PropagationLaw ()
virtual ~PropagationLaw ()

Protected Attributes

double mRadius
double mIncrementLength
double mCrackPropThreshold
std ::unique_ptr< MaterialForceEvaluatormpMaterialForceEvaluator

Detailed Description

Propagation law that propagates the crack in the direction of the material force.

Author
Erik Svenning
Date
Nov 14, 2014

Definition at line 62 of file plmaterialforce.h.

Constructor & Destructor Documentation

◆ PLMaterialForce()

oofem::PLMaterialForce::PLMaterialForce ( )

References PLMaterialForce().

Referenced by PLMaterialForce().

◆ ~PLMaterialForce()

oofem::PLMaterialForce::~PLMaterialForce ( )
virtual

Definition at line 36 of file plmaterialforce.C.

Member Function Documentation

◆ giveClassName()

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

Implements oofem::PropagationLaw.

Definition at line 68 of file plmaterialforce.h.

◆ giveInputRecord()

◆ giveInputRecordName()

const char * oofem::PLMaterialForce::giveInputRecordName ( ) const
inlineoverridevirtual

Implements oofem::PropagationLaw.

Definition at line 69 of file plmaterialforce.h.

References _IFT_PLMaterialForce_Name.

Referenced by giveInputRecord().

◆ hasPropagation()

bool oofem::PLMaterialForce::hasPropagation ( ) const
inlineoverridevirtual

Implements oofem::PropagationLaw.

Definition at line 74 of file plmaterialforce.h.

References mIncrementLength.

◆ initializeFrom()

◆ propagateInterface()

◆ setCrackPropThreshold()

void oofem::PLMaterialForce::setCrackPropThreshold ( const double & iCrackPropThreshold)
inline

Definition at line 79 of file plmaterialforce.h.

References mCrackPropThreshold.

◆ setIncrementLength()

void oofem::PLMaterialForce::setIncrementLength ( const double & iIncrementLength)
inline

Definition at line 78 of file plmaterialforce.h.

References mIncrementLength.

◆ setRadius()

void oofem::PLMaterialForce::setRadius ( const double & iRadius)
inline

Definition at line 77 of file plmaterialforce.h.

References mRadius.

Member Data Documentation

◆ mCrackPropThreshold

double oofem::PLMaterialForce::mCrackPropThreshold
protected

◆ mIncrementLength

double oofem::PLMaterialForce::mIncrementLength
protected

◆ mpMaterialForceEvaluator

std :: unique_ptr< MaterialForceEvaluator > oofem::PLMaterialForce::mpMaterialForceEvaluator
protected

Definition at line 84 of file plmaterialforce.h.

Referenced by propagateInterface().

◆ mRadius

double oofem::PLMaterialForce::mRadius
protected

Definition at line 82 of file plmaterialforce.h.

Referenced by giveInputRecord(), initializeFrom(), propagateInterface(), and setRadius().


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