org.jscience.physics.solids.load
Class Traction1D
java.lang.Object
org.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasLoad
org.jscience.physics.solids.load.Traction1D
- All Implemented Interfaces:
- java.lang.Comparable
public class Traction1D
- extends AtlasLoad
|
Field Summary |
protected static java.lang.String |
TYPE
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
protected static java.lang.String TYPE
Traction1D
public Traction1D(AreaElement el,
AtlasNode n1,
AtlasNode n2,
double val1,
double val2)
Traction1D
public Traction1D(AreaElement el,
AtlasNode n1,
AtlasNode n2,
double val)
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
contributeLoad
public void contributeLoad(SolutionMatrices m)
- Description copied from class:
AtlasLoad
- Method to contribute contributions to the loads matrix.
- Specified by:
contributeLoad in class AtlasLoad
- Parameters:
m - DOCUMENT ME!
getElem
public AreaElement getElem()
- Returns:
- Returns the elem.
setElem
public void setElem(AreaElement elem)
- Parameters:
elem - The elem to set.
getNode1
public AtlasNode getNode1()
- Returns:
- Returns the node1.
setNode1
public void setNode1(AtlasNode node1)
- Parameters:
node1 - The node1 to set.
getNode2
public AtlasNode getNode2()
- Returns:
- Returns the node2.
setNode2
public void setNode2(AtlasNode node2)
- Parameters:
node2 - The node2 to set.
getValue1
public double getValue1()
- Returns:
- Returns the value1.
setValue1
public void setValue1(double value1)
- Parameters:
value1 - The value1 to set.
getValue2
public double getValue2()
- Returns:
- Returns the value2.
setValue2
public void setValue2(double value2)
- Parameters:
value2 - The value2 to set.