flagflag  If you want to see English page, please click "English" Button at Left.
7: 2015-02-01 (日) 23:19:29 iseki ソース 現: 2023-08-18 (金) 11:15:33 iseki ソース
Line 1: Line 1:
-**  FSFW (Simple Fluid Solver Wind) [#rc0a4833]+**  FSFW (Simple Fluid Solver Wind) Module [#rc0a4833]
- This is a Wind module for OpenSim - This is a Wind module for OpenSim
- Project Manager is H.Nishimura - Project Manager is H.Nishimura
Line 5: Line 5:
- This module uses Simple Fluid Solver program code by Jos Stam - This module uses Simple Fluid Solver program code by Jos Stam
-- This module uses [[AForge.Net>http://www.aforgenet.com/]] for FFT+- This module uses [[AForge.NET>http://www.aforgenet.com/]] for FFT
#br #br
Line 29: Line 29:
**** v1.0.0 [#qdfe6ffa] **** v1.0.0 [#qdfe6ffa]
-- for OpenSim-0.8.0 [[SimpleFluidSolverWind.dll>http://www.n​sl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/​Modules/0.8.0/SimpleFluidSolverWind.dll]] (12800 Byte+- for OpenSim-0.9.2.2 (Mono)  [[SimpleFluidSolverWind.dll>http://www.n​sl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/​Modules/0.9.2.2/SimpleFluidSolverWind.dll]] (12288Byte
-- for OpenSim-0.8.1 [[SimpleFluidSolverWind.dll>http://www.n​sl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/​Modules/0.8.1/SimpleFluidSolverWind.dll]] (12800 Byte)+- for OpenSim-0.9.3Dev (net6.0)  [[SimpleFluidSolverWind.dll>http://www.n​sl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/​Modules/0.9.3/SimpleFluidSolverWind.dll]] (24576Byte)
-// - AForge.Math.dll  http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/OpenSim/Modules/0.8.1/AForge.Math.dll+- AForge.Math.dll  [[http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/OpenSim/Modules/AForge.Math.dll]] (68096Byte)
#br #br
*** Source Code [#g60cd64d] *** Source Code [#g60cd64d]
-**** Release Version [#u4ad78e6+**** Subversion Repository [#ue12301e
-- [[WindModule-1.0.0.tgz>http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/WindModule-1.0.0.tgz]]+-- svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.modules/trunk/Wind
#br #br
-**** Development Version [#z7017d02+**** Compile Source Code (Linux) [#m95e9eb2
-- Subversion Repository + [Download WindModule-x.y.z.tgz] (x, y, z are integer number) 
--- http://www.nsl.tuis.ac.jp/svn/opensim/opensim.modules/trunk/World + # cp WindModule-x.y.z.tgz  [OpenSim directory]/bin 
--- This uses HTTP/DAV, therefore Subversion needs Neon module+ # cd [OpenSim directory]/bin 
-#br+ # zcat WindModule-x.y.z.tgz |tar xfv - 
 + # cd WindModule-x.y.z 
 + # ./build.sh                    (if you use 0.9.2, execute ./build.sh 0.9.2) 
 + # cp bin/SimpleFluidSolverWind.dll .
 + # cp AForge.NET/AForge.Math.dll ..
** Install & Settings [#ac74a06b] ** Install & Settings [#ac74a06b]
Line 51: Line 55:
**** Download SimpleFluidSolverWind.dll [#rfbb5f17] **** Download SimpleFluidSolverWind.dll [#rfbb5f17]
+ Download ''SimpleFluidSolverWind.dll'' at this page. + Download ''SimpleFluidSolverWind.dll'' at this page.
-+ Copy downloaded ''SimpleFluidSolverWind.dll'' to OpenSim ''bin'' folder.++ Copy downloaded ''SimpleFluidSolverWind.dll'' to OpenSim ''bin'' folder or directory.
#br #br
-**** Download AForge.Net [#wa747e61] +**** Download AForge.NET [#wa747e61] 
-+ Please download AForge.Net from [[AForget.Net Download Page>http://www.aforgenet.com/framework/​downloads.html]] ++ Please download AForge.NET from [[AForget.NET Download Page>http://www.aforgenet.com/framework/​downloads.html]].  My recommendation is ''[ Download Libraries Only ]'' 
-+ Extract zip file ++ Extract downloaded zip file. 
-+ Copy ''AForge.Math.dll'' to OpenSim ''bin'' folder (only AForge.Math.dll).++ Copy ''AForge.Math.dll'' to OpenSim ''bin'' folder or directory (only AForge.Math.dll).
#br #br
Line 67: Line 71:
   ;; Enables the wind module.    ;; Enables the wind module.
   enabled = true    enabled = true
 + 
   ;# {wind_update_rate} {enabled:true} {Wind update rate in frames?} {} 150    ;# {wind_update_rate} {enabled:true} {Wind update rate in frames?} {} 150
   ;; How often should wind be updated, as a function of world frames.    ;; How often should wind be updated, as a function of world frames.
   ;; Approximately 50 frames a second    ;; Approximately 50 frames a second
   wind_update_rate = 100    wind_update_rate = 100
 + 
   ;; The Default Wind Plugin to load    ;; The Default Wind Plugin to load
   ;wind_plugin = SimpleRandomWind    ;wind_plugin = SimpleRandomWind
Line 83: Line 87:
** Support Script [#ze0d3973] ** Support Script [#ze0d3973]
***  SFSW_controller.lsl [#dfd4343f] ***  SFSW_controller.lsl [#dfd4343f]
-- [[SFSW_controller.lsl>http://www.nsl.tui​s.ac.jp/svn/opensim/opensim.modules/trun​k/World/lsl/SFSW_controller.lsl]]+- [[SFSW_controller.lsl>http://www.nsl.tui​s.ac.jp/svn/opensim/opensim.modules/trun​k/Wind/lsl/SFSW_controller.lsl]]
- When you touch it, object Says module parameters - When you touch it, object Says module parameters
#br #br
Line 113: Line 117:
***** /6000 wind_visc value [#jcf9fe7c] ***** /6000 wind_visc value [#jcf9fe7c]
-- Set viscosity coefficient of the wind+- Set (scaled) viscosity coefficient of the wind
- Default is 0.001 - Default is 0.001
Line 119: Line 123:
- Set lower limit of the energy variation rate. - Set lower limit of the energy variation rate.
- When the energy variation rate is under this value, Wind module restarts. - When the energy variation rate is under this value, Wind module restarts.
 +-- energy variation rate = (Previous Wind Energy - Current Wind Energy)/(Current Wind Energy)
- If set 0.0, Wind module never restart by energy variation rate. - If set 0.0, Wind module never restart by energy variation rate.
- Default is 0.004 - Default is 0.004


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 5月翌月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
<今日>

オンライン状況

69 人のユーザが現在オンラインです。 (10 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 69

もっと...

アクセスカウンタ

今日 : 561561561
昨日 : 1265612656126561265612656
総計 : 2352599223525992235259922352599223525992235259922352599223525992
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com