65 #include <material/damage/DamageModel.h> 82 double DeltaU , Beta , SigmaY;
85 double LastCommitInfo[6];
87 ParkAng(
int tag,
double deltaU ,
double beta ,
double sigmaY );
90 int setTrial(
double scalar,
double scalarRate = 0.0 );
91 int setTrial(
const Vector &trialVector);
94 int setInputResponse(
Element *elem ,
const std::vector<std::string> & ,
int ndof );
96 double getDamage(
void);
97 double getPosDamage(
void);
98 double getNegDamage(
void);
100 int commitState(
void);
101 int revertToLastCommit(
void);
102 int revertToStart(
void);
109 int setParameter(
const std::vector<std::string> &argv,
Information &eleInformation);
113 int getResponse(
int responseID,
Information &info);
117 void Print(std::ostream &s,
int flag =0)
const;
120 void update(
void) {
return;}
Float vector abstraction.
Definition: Vector.h:94
int setVariable(const std::string &argv)
Returns the identifier of the variable cuyo name being passed as parameter.
Definition: ParkAng.cpp:222
Park-Ang damage model.
Definition: ParkAng.h:79
Communication parameters between processes.
Definition: Communicator.h:66
Base class response objects.
Definition: Response.h:81
int getVariable(int variableID, double &info)
Returns the value of the variable cuyo identifier being passed as parameter.
Definition: ParkAng.cpp:227
int sendSelf(Communicator &)
Send the object.
Definition: ParkAng.cpp:297
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: ParkAng.cpp:306
DamageModel * getCopy(void) const
Virtual constructor.
Definition: ParkAng.cpp:206
Base class for the finite elements.
Definition: Element.h:112
int recvSelf(const Communicator &)
Receive the object.
Definition: ParkAng.cpp:301
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int updateParameter(int responseID, Information &eleInformation)
Updates the parameter identified by parameterID with info.
Definition: ParkAng.cpp:234
Base class for damage models.
Definition: DamageModel.h:107