|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface SolidElement
要素インターフェイス
フィールドの概要 |
---|
インタフェース fem.GaussianQuadrature から継承されたフィールド |
---|
C1_3, GTETRA2, GTRI2, GW3, GX2, GX3 |
メソッドの概要 | |
---|---|
Matrix |
gradMatrix(Point3D[] p,
double coef)
拡散マトリックス { ∫∇Ni・∇Nj dV } を返す |
Matrix |
shapeFunction(double xsi,
double eta,
double zeta)
形状関数行列 { Ni dNi /dξ dNi /dη dNi /dζ } を返す |
Matrix |
shapeFunctionMatrix(Point3D[] p,
double coef)
形状関数マトリックス { ∫NiNj dV } を返す |
Strain[] |
strain(Point3D[] p,
Vector3D[] d)
要素歪を返す |
Stress[] |
stress(Point3D[] p,
Vector3D[] d,
Material material)
要素応力を返す |
Stress[] |
stress(Point3D[] p,
Vector3D[] d,
Matrix d1)
要素応力を返す |
Stress[] |
stress(Strain[] strain,
Material material)
要素応力を返す |
Stress[] |
stress(Strain[] strain,
Matrix d1)
要素応力を返す |
インタフェース fem.Element から継承されたメソッド |
---|
angle, border, borderCount, borders, copyElement, getMaterial, gradMatrix, massMatrix, massMatrix, setMaterial, shapeFunctionMatrix, stiffnessMatrix, stiffnessMatrix, toString |
インタフェース fem.LabeledData から継承されたメソッド |
---|
label, setLabel |
インタフェース fem.Nodes から継承されたメソッド |
---|
center, node, nodeCount, nodes, resetNodeLabel |
メソッドの詳細 |
---|
Matrix shapeFunction(double xsi, double eta, double zeta)
xsi
- ξ 座標eta
- η 座標zeta
- ζ 座標
Strain[] strain(Point3D[] p, Vector3D[] d)
p
- 節点を格納した配列d
- 節点変位を格納した配列
Stress[] stress(Strain[] strain, Material material)
strain
- 要素歪を格納した配列material
- 材料
Stress[] stress(Strain[] strain, Matrix d1)
strain
- 要素歪を格納した配列d1
- 応力 - 歪マトリックス
Stress[] stress(Point3D[] p, Vector3D[] d, Material material)
p
- 節点を格納した配列d
- 節点変位を格納した配列material
- 材料
Stress[] stress(Point3D[] p, Vector3D[] d, Matrix d1)
p
- 節点を格納した配列d
- 節点変位を格納した配列d1
- 応力 - 歪マトリックス
Matrix shapeFunctionMatrix(Point3D[] p, double coef)
Element
内の shapeFunctionMatrix
p
- 節点を格納した配列coef
- 係数
Matrix gradMatrix(Point3D[] p, double coef)
Element
内の gradMatrix
p
- 節点を格納した配列coef
- 係数
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |