|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectPendulumMotion
public class PendulumMotion
振り子運動クラス
フィールドの概要 | |
---|---|
static double[] |
C1
Runge - Kutta - Gill 法の係数 1 |
static double[][] |
C2
Runge - Kutta - Gill 法の係数 2 |
コンストラクタの概要 | |
---|---|
PendulumMotion()
|
メソッドの概要 | |
---|---|
static void |
nextRKG(double dt,
double cv,
Motion motion)
Runge - Kutta - Gill 法で振り子運動の次のタイムステップを計算する |
static double |
period(double length,
double g,
double theta)
振り子の周期を返す |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final double[] C1
public static final double[][] C2
コンストラクタの詳細 |
---|
public PendulumMotion()
メソッドの詳細 |
---|
public static double period(double length, double g, double theta)
length
- 振り子長さg
- 重力加速度theta
- 初期角度public static void nextRKG(double dt, double cv, Motion motion)
dt
- 時間増分cv
- 速度増分motion
- 振り子運動
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |