org.jscience.physics.solids.material
Class PlaneStress
java.lang.Object
org.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasMaterial
org.jscience.physics.solids.material.PlaneStress
- All Implemented Interfaces:
- java.lang.Comparable
public class PlaneStress
- extends AtlasMaterial
|
Field Summary |
protected static java.lang.String |
TYPE
|
|
Constructor Summary |
PlaneStress(java.lang.String id,
double e,
double n)
|
PlaneStress(java.lang.String id,
double e,
double g,
double n,
boolean iso)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
protected static java.lang.String TYPE
PlaneStress
public PlaneStress(java.lang.String id,
double e,
double g,
double n,
boolean iso)
PlaneStress
public PlaneStress(java.lang.String id,
double e,
double n)
getMatrix
public DoubleMatrix getMatrix()
- Specified by:
getMatrix in class AtlasMaterial
getType
public java.lang.String getType()
- Description copied from class:
AtlasObject
- Returns the type of the object. The type returned will be specific to each object that
extends this class.
- Specified by:
getType in class AtlasObject
getCoordSys
public AtlasCoordSys getCoordSys()
- Specified by:
getCoordSys in class AtlasMaterial
- Returns:
- Returns the cs.
setCoordSys
public void setCoordSys(AtlasCoordSys cs)
- Parameters:
cs - The cs to set.
getE
public double getE()
- Returns:
- Returns the e.
setE
public void setE(double e)
- Parameters:
e - The e to set.
getG
public double getG()
- Returns:
- Returns the g.
setG
public void setG(double g)
- Parameters:
g - The g to set.
isIsotropic
public boolean isIsotropic()
- Returns:
- Returns the isotropic.
setIsotropic
public void setIsotropic(boolean isotropic)
- Parameters:
isotropic - The isotropic to set.
getNu
public double getNu()
- Returns:
- Returns the nu.
setNu
public void setNu(double nu)
- Parameters:
nu - The nu to set.
toString
public java.lang.String toString()
- Description copied from class:
AtlasObject
- Convenience method to dump information about the object.
- Overrides:
toString in class AtlasObject
loadJDOMElement
public org.jdom.Element loadJDOMElement()
- Marshalls object to XML.
- Overrides:
loadJDOMElement in class AtlasObject
unloadJDOMElement
public static AtlasObject unloadJDOMElement(AtlasModel parent,
org.jdom.Element e)