Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ElasticIsotropic3D Class Reference

#include <ElasticIsotropic3D.h>

Inheritance diagram for ElasticIsotropic3D::

ElasticIsotropicMaterial NDMaterial Material TaggedObject MovableObject List of all members.

Public Methods

 ElasticIsotropic3D (int tag, double E, double nu, double expp=0.6, double pr=100.0, double pop=0.0)
 ElasticIsotropic3D ()
 ~ElasticIsotropic3D ()
int setTrialStrain (const Vector &v)
int setTrialStrain (const Vector &v, const Vector &r)
int setTrialStrainIncr (const Vector &v)
int setTrialStrainIncr (const Vector &v, const Vector &r)
const MatrixgetTangent (void)
const VectorgetStress (void)
const VectorgetStrain (void)
int setTrialStrain (const Tensor &v)
 methods to set and retrieve state using the Tensor class. More...

int setTrialStrain (const Tensor &v, const Tensor &r)
int setTrialStrainIncr (const Tensor &v)
int setTrialStrainIncr (const Tensor &v, const Tensor &r)
const Tensor& getTangentTensor (void)
const stresstensor getStressTensor (void)
const Tensor& getStrainTensor (void)
int commitState (void)
int revertToLastCommit (void)
int revertToStart (void)
NDMaterialgetCopy (void)
 Called by GenericSectionXD. More...

const char* getType (void) const
 Return a string indicating the type of material model. More...

int getOrder (void) const
int sendSelf (int commitTag, Channel &theChannel)
int recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
void Print (ostream &s, int flag=0)
void setInitElasticStiffness (void)

Constructor & Destructor Documentation

ElasticIsotropic3D::ElasticIsotropic3D ( int tag,
double E,
double nu,
double expp = 0.6,
double pr = 100.0,
double pop = 0.0 )
 

Definition at line 36 of file ElasticIsotropic3D.cpp.

ElasticIsotropic3D::ElasticIsotropic3D ( )
 

Definition at line 45 of file ElasticIsotropic3D.cpp.

Referenced by getCopy().

ElasticIsotropic3D::~ElasticIsotropic3D ( )
 

Definition at line 52 of file ElasticIsotropic3D.cpp.


Member Function Documentation

void ElasticIsotropic3D::Print ( ostream & s,
int flag = 0 ) [virtual]
 

A pure virtual function. The component is to output itself to the output stream {s}. The integer {flag} can be used to select just what should be output, by default is passed.

Reimplemented from ElasticIsotropicMaterial.

Definition at line 315 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::commitState ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 189 of file ElasticIsotropic3D.cpp.

NDMaterial * ElasticIsotropic3D::getCopy ( void ) [virtual]
 

Called by GenericSectionXD.

Reimplemented from ElasticIsotropicMaterial.

Definition at line 243 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::getOrder ( void ) const [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 262 of file ElasticIsotropic3D.cpp.

const Vector & ElasticIsotropic3D::getStrain ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 131 of file ElasticIsotropic3D.cpp.

const Tensor & ElasticIsotropic3D::getStrainTensor ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 183 of file ElasticIsotropic3D.cpp.

const Vector & ElasticIsotropic3D::getStress ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 107 of file ElasticIsotropic3D.cpp.

const stresstensor ElasticIsotropic3D::getStressTensor ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 175 of file ElasticIsotropic3D.cpp.

Referenced by commitState().

const Matrix & ElasticIsotropic3D::getTangent ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 90 of file ElasticIsotropic3D.cpp.

const Tensor & ElasticIsotropic3D::getTangentTensor ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 168 of file ElasticIsotropic3D.cpp.

const char * ElasticIsotropic3D::getType ( void ) const [virtual]
 

Return a string indicating the type of material model.

Reimplemented from ElasticIsotropicMaterial.

Definition at line 256 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::recvSelf ( int commitTag,
Channel & theChannel,
FEM_ObjectBroker & theBroker ) [virtual]
 

This is a pure virtual method, one must be written for each instantiable subclass of MovableObject. Each object has to receive the data needed to be able to recreate itself in the new process after it has been sent through {theChannel}. If the object is an aggregation containing other objects, new objects of the correct type can be constructed using {theBroker}. To return if successful or a if not.

Reimplemented from ElasticIsotropicMaterial.

Definition at line 289 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::revertToLastCommit ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 229 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::revertToStart ( void ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 236 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::sendSelf ( int commitTag,
Channel & theChannel ) [virtual]
 

This is a pure virtual method, one must be written for each instantiable subclass of MovableObject. Each object has to send the data needed to be able to reproduce that object in a remote process. The object uses the methods provided by {theChannel} object to send the data to another channel at the remote actor, the address of the channel is set before this method is called. An object of similar type at the remote actor is invoked with a {receiveSelf()} to receive the data. Returns if successful (successful in that the data got to the channel), or a if no data was sent.

Reimplemented from ElasticIsotropicMaterial.

Definition at line 268 of file ElasticIsotropic3D.cpp.

void ElasticIsotropic3D::setInitElasticStiffness ( void )
 

Definition at line 328 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::setTrialStrain ( const Tensor & v,
const Tensor & r ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 144 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::setTrialStrain ( const Tensor & v ) [virtual]
 

methods to set and retrieve state using the Tensor class.

Reimplemented from ElasticIsotropicMaterial.

Definition at line 137 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::setTrialStrain ( const Vector & v,
const Vector & r ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 66 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::setTrialStrain ( const Vector & v ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 58 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::setTrialStrainIncr ( const Tensor & v,
const Tensor & r ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 161 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::setTrialStrainIncr ( const Tensor & v ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 151 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::setTrialStrainIncr ( const Vector & v,
const Vector & r ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 82 of file ElasticIsotropic3D.cpp.

int ElasticIsotropic3D::setTrialStrainIncr ( const Vector & v ) [virtual]
 

Reimplemented from ElasticIsotropicMaterial.

Definition at line 74 of file ElasticIsotropic3D.cpp.


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