====================================================== Update05.txt jpn/us togather document ====================================================== =jpn/us=====  多体問題シュミレーションプログラムアップデート履歴。  V1.01 :最初期バージョン。論理ミス存在。  V1.02 :直前バージョン。論理ミス存在。 MC sumilation update histry. V1.01 :first version include logical miss. V1.02 :secondary version include logical miss.  これらのバージョンは,具体的なノウハウも判らない まま手探りで論理を構築していた「過渡期」のバージョ ンです。 Those version is tryal edition when I didnot know concrete way for C and MultiMoving.  単一天体による楕円軌道シュミレーションと違って, 多体運動はどれが「論理的に異常な」振る舞いかどうか 「実行挙動画面」から判断することが難しく,プログラ ムソースをながめなおす時間を持って初めて,矛盾やバ グを発見できました。 Multimoving is difficult to distinguish logical bug from viewing run-moniter. More easy is mono-celestron moving as oval orbit. I discovered it when I was permitted get enough time to watch my MC source file as reserch.  恥ずかしいことに,1.01では引力要素をすべて原点O に還元した力学として展開していたこと、1.02では例外 処理の分岐の間違いにより,必要な計算の約半分をキャ ンセルして実行しない事態におちいっていました。  結果として,1.01ではすべての運動点が画面の中心に 対して点対称な運動をし,1.02では感触として妙に総合 質量の軽めな総合運動になってしまいました。  今回,1.03では,プログラミングに精通している知人 の協力により,C言語の見通しのよいコード表記技術の アドバイスを受け,1.02の論理矛盾が発見できたわけで す。 Warstly,1.01 spreaded elements of gravity as all to belong in O(0,0), therefore, all points moved around O( 0,0). 1.02 had an error that mistuned sequence numbers mis- logic (checked out sequence parameter of itselfs and then no-small calculate.)then aboutly half calculates leave of sum. Resultly, 1.02 Universe is very Right powered world. This time, A my friend advised a manner to write C programs language, then I discovered mis-logical problem of ver1.02.  結果としてできあがった1.05では,かなり重い,かつ しばしばねちねちした相互作用を持つ宇宙です。  関連して、入力時の質点の質量インプットの形式が変 わりました。  太陽質量の何分の一1/?から,  太陽質量の何倍  ? に変更されました。(mc,mc999 とも)。  操作時、注意して下さい。(適当な値、20から20 00倍)。  点同士の異常接近による膠着状態が出現したときは, しばしばctrl+cが効きません。その場合はdos-プロン プトごとalt+ctrl+delで強制終了して下さい。 Those result:1.05 is a heavy gravity powered Universe. And then, In input parameters pahse, one parameter's st- yle changed. Each celestrons's mass input parameter, from 1/? to ?. For Example, you wanna tune 1.02's "10", on 1.05,please, take "0.1". But this universe's function so heavy, suitible 20 - 2000 times of sum mass. Probablly 0.1 times is not enough fun to watch. If your running,odd near encountion appered and jamming very slow action movement phase, (by high degree accell check system.):when sometimes CTRL + C is unable to inte- ruput to escape.Sorry, In this case by Alt + Cntl + Del Please close Dos Prompt forcely. 1999May14th./20th. =======================================================