org.jscience.physics.solids
Class AtlasSection
java.lang.Object
org.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasSection
- All Implemented Interfaces:
- java.lang.Comparable
- Direct Known Subclasses:
- CircularSection, RectangularSection
public abstract class AtlasSection
- extends AtlasObject
| Methods inherited from class org.jscience.physics.solids.AtlasObject |
compareTo, equals, getId, getParentModel, getType, loadJDOMElement, populateGeometry, setId, setParentModel, toString, unloadJDOMElement |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
area
protected double area
Iy
protected double Iy
Iz
protected double Iz
Iyz
protected double Iyz
J
protected double J
As
protected double As
Qy
protected double Qy
Qz
protected double Qz
yBar
protected double yBar
zBar
protected double zBar
RhoX
protected double RhoX
RhoY
protected double RhoY
alpha
protected double alpha
IpMax
protected double IpMax
IpMin
protected double IpMin
RhoMax
protected double RhoMax
RhoMin
protected double RhoMin
K1
protected double K1
K2
protected double K2
K3
protected double K3
ShearCenter
protected AtlasPosition ShearCenter
srp
protected java.util.ArrayList<AtlasPosition> srp
outLine
protected java.util.ArrayList<AtlasPosition> outLine
AtlasSection
public AtlasSection()
AtlasSection
public AtlasSection(java.util.ArrayList<AtlasPosition> OL)
computeSectionStress
public abstract StressResult[] computeSectionStress()
getArea
public double getArea()
- Returns:
- Returns the area.
setArea
public void setArea(double area)
- Parameters:
area - The area to set.
getAs
public double getAs()
- Returns:
- Returns the as.
setAs
public void setAs(double as)
- Parameters:
as - The as to set.
getIy
public double getIy()
- Returns:
- Returns the Iy.
setIy
public void setIy(double Iy)
- Parameters:
Iy - The Iy to set.
getIz
public double getIz()
- Returns:
- Returns the Iz.
setIz
public void setIz(double Iz)
- Parameters:
Iz - The Iz to set.
getJ
public double getJ()
- Returns:
- Returns the j.
setJ
public void setJ(double j)
- Parameters:
j - The j to set.
getOutLine
public java.util.ArrayList<AtlasPosition> getOutLine()
- Returns:
- Returns the outLine.
setOutLine
public void setOutLine(java.util.ArrayList<AtlasPosition> outLine)
- Parameters:
outLine - The outLine to set.
setSRP
public void setSRP(java.util.ArrayList<AtlasPosition> sp)
- Parameters:
sp - The stress recovery points to set.
getSRP
public java.util.ArrayList<AtlasPosition> getSRP()
- Returns:
- Returns the array of stress recovery points
getShearCenter
public AtlasPosition getShearCenter()
- Returns:
- Returns the shearCenter.
setShearCenter
public void setShearCenter(AtlasPosition shearCenter)
- Parameters:
shearCenter - The shearCenter to set.