org.jscience.physics.solids.properties
Class RectangularSection
java.lang.Object
org.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasSection
org.jscience.physics.solids.properties.RectangularSection
- All Implemented Interfaces:
- java.lang.Comparable
public class RectangularSection
- extends AtlasSection
|
Field Summary |
protected java.lang.String |
TYPE
|
| Fields inherited from class org.jscience.physics.solids.AtlasSection |
alpha, area, As, IpMax, IpMin, Iy, Iyz, Iz, J, K1, K2, K3, outLine, Qy, Qz, RhoMax, RhoMin, RhoX, RhoY, ShearCenter, srp, yBar, zBar |
| Methods inherited from class org.jscience.physics.solids.AtlasSection |
getArea, getAs, getIy, getIz, getJ, getOutLine, getShearCenter, getSRP, setArea, setAs, setIy, setIz, setJ, setOutLine, setShearCenter, setSRP |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
protected java.lang.String TYPE
RectangularSection
public RectangularSection(java.lang.String ID,
double yLen,
double zLen)
computeSectionStress
public StressResult[] computeSectionStress()
- Specified by:
computeSectionStress in class AtlasSection
getType
public java.lang.String getType()
- Returns "Rectangular Section".
- Specified by:
getType in class AtlasObject
toString
public java.lang.String toString()
- Description copied from class:
AtlasObject
- Convenience method to dump information about the object.
- Overrides:
toString in class AtlasObject