flagflag  
6: 2015-02-01 (Sun) 16:58:28 iseki source 7: 2015-02-01 (Sun) 23:19:29 iseki source
Line 1: Line 1:
-**  Wind Module [#efefa4d9+**  FSFW (Simple Fluid Solver Wind) [#rc0a4833
-- under construction+- This is a Wind module for OpenSim 
 +- Project Manager is H.Nishimura 
 +- System Constructor is Fumi.Iseki (Fumi.Hax) 
 + 
 +- This module uses Simple Fluid Solver program code by Jos Stam 
 +- This module uses [[AForge.Net>http://www.aforgenet.com/]]​ for FFT 
 +#br 
 + 
 +*** Demo [#taece34d]
- [[YouTube Demo>http://youtu.be/yfppzAzG3L0]] - [[YouTube Demo>http://youtu.be/yfppzAzG3L0]]
-&ref(SFSWindS.png);+&ref(SFSWind.png,40%);
#br #br
-*** Simple Fluid Solver for Wind [#yd68d9b0]+*** Theory of Simple Fluid Solver for Wind [#yd68d9b0]
-**** Original Source Code [#l55ba92b]+**** Theory and Original Source Code [#l55ba92b]
- by Jos Stam - by Jos Stam
-- http://www.dgp.utoronto.ca/people/stam/r​eality/Research/pub.html -- http://www.dgp.utoronto.ca/people/stam/r​eality/Research/pub.html
Line 16: Line 24:
#br #br
-*** DLLs [#q19fb2de] +** DownLoad [#mf524c48] 
-// - for 0.8.0 http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/OpenSim/Modules/0.8.0/SimpleFluidSol​verWind.dll + 
-// - for 0.8.1 http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/OpenSim/Modules/0.8.1/SimpleFluidSol​verWind.dll+*** Binary DLL [#q19fb2de] 
 + 
 +**** v1.0.0 [#qdfe6ffa] 
 +- for OpenSim-0.8.0 [[SimpleFluidSolverWind.dll>http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/OpenSim/Modules/0.8.0/SimpleFluidSol​verWind.dll]] (12800 Byte) 
 +- for OpenSim-0.8.1 [[SimpleFluidSolverWind.dll>http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/OpenSim/Modules/0.8.1/SimpleFluidSol​verWind.dll]] (12800 Byte)
// - AForge.Math.dll  http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/OpenSim/Modules/0.8.1/AForge.Math.dl​l // - AForge.Math.dll  http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/OpenSim/Modules/0.8.1/AForge.Math.dl​l
Line 26: Line 38:
*** Source Code [#g60cd64d] *** Source Code [#g60cd64d]
**** Release Version [#u4ad78e6] **** Release Version [#u4ad78e6]
-- This is beta test version, yet now+- [[WindModule-1.0.0.tgz>http://www.nsl.tu​is.ac.jp/DownLoad/SoftWare/OpenSim/WindM​odule-1.0.0.tgz]]
#br #br
Line 32: Line 44:
- Subversion Repository - Subversion Repository
-- http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.modules/trunk/World -- http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.modules/trunk/World
 +-- This uses HTTP/DAV, therefore Subversion needs Neon module.
#br #br
-*** Compile and Install on Linux [#u92f1b3f+** Install & Settings [#ac74a06b
-**** Dev Version onLinex (ex. Centos) [#h3a7b456+*** Install [#r5969727
- [Stop OpenSim] +**** Download SimpleFluidSolverWind.dll [#rfbb5f17
- # yum  -y install fftw fftw-devel ++ Download ''SimpleFluidSolverWind.dll'' at this page
- # cd [OpenSim Directory++ Copy downloaded ''SimpleFluidSolverWind.dll'' to OpenSim ''bin'' folder
- # svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.modules/t​runk opensim.modules +#br
- # cd opensim.modules/World +
- # ./build.sh +
- # cd ../../ +
- # vi bin/OpenSim.ini        [ add "wind_plugin = SimpleFluidSolverWind" on [Wind] Section] +
- [Start OpenSim]+
-**** OpenSim.ini (Example) [#k51ddef4]+**** Download AForge.Net [#wa747e61] 
 ++ Please download AForge.Net from [[AForget.Net Download Page>http://www.aforgenet.com/framework/​downloads.html]] 
 ++ Extract zip file 
 ++ Copy ''AForge.Math.dll'' to OpenSim ''bin'' folder (only AForge.Math.dll)
 +#br 
 + 
 +*** Settings [#l65a9120] 
 +- Please Edit bin/''OpenSim.ini'' 
 +-- Sample
 [Wind]  [Wind]
   ;# {enabled} {} {Enable wind module?} {true false} true    ;# {enabled} {} {Enable wind module?} {true false} true
Line 60: Line 76:
   ;wind_plugin = SimpleRandomWind    ;wind_plugin = SimpleRandomWind
   wind_plugin = SimpleFluidSolverWind    wind_plugin = SimpleFluidSolverWind
 +   ..........
 + [XEngine]
 +   ...........
 +   AllowOSFunctions = true
-*** Memo [#j8125c2f+** Support Script [#ze0d3973] 
-- OpenSim/Region/CoreModules/World/Wind +***  SFSW_controller.lsl [#dfd4343f
-- WindModule.cs から plugins 下のプラグインを読み込む+- [[SFSW_controller.lsl>http://www.nsl.tuis.ac.jp/svn/opensim/opensim.m​odules/trunk/World/lsl/SFSW_controller.lsl]] 
 +- When you touch it, object Says module parameters 
 +#br
- OpenSim/Region/CoreModules/World/Wind/WindModule.cs  -+--- Plugins/ConfigurableWind.cs +**** Commands [#gacf0737] 
-                                                       | + 
-                                                       +--- Plugins/SimpleRandomWind.cs+***** /6000 force value [#dd290e68] 
 +- Set a kind of the external force 
 +- value 
 +-- 0 : Random Wind (default) 
 +-- 1 : North Wind 
 +-- 2 : East Wind 
 +-- 3 : South Wind 
 +-- 4 : West Wind 
 +-- 5 : Rotational Wind 
 + 
 +***** /6000 period value [#t05329c6] 
 +- Set period of the external force 
 +- When this Wind module is called times of this value,  Wind module restarts. 
 +- If set 0, Wind module never restart by period. 
 + 
 +***** /6000 strength value [#c995f4ad] 
 +- Set Wind strength 
 +- Default is 1.
 + 
 +***** /6000 damping value [#r73d534c] 
 +- Set damping rate of the external force 
 +- Default is 0.85 
 + 
 +***** /6000 wind_visc value [#jcf9fe7c] 
 +- Set viscosity coefficient of the wind 
 +- Default is 0.001 
 + 
 +***** /6000 wind_eps value [#n1e54e56] 
 +- Set lower limit of the energy variation rate
 +- When the energy variation rate is under this value, Wind module restarts. 
 +- If set 0.0, Wind module never restart by energy variation rate. 
 +- Default is 0.004 
 + 
 +***** /6000 region value [#k74c233d] 
 +- Set size of the region 
 +- Normally, the region is automatically set 
 + 
 +***** /6000 stop [#ce74eb34] 
 +- Stop the wind 
 +***** /6000 reset [#n4f2b142] 
 +- Stop the wind and reset script 
 +***** /6000 help [#pe008f84] 
 +- Show the help messages 
 +#br 
 + 
 +** [[Memo>./Memo]] [#rd24f4bb] 
 +#br


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
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
Today

Who's Online

50 user(s) are online (1 user(s) are browsing xpwiki)

Members: 0
Guests: 50

more...

Access Counter

Today : 4012401240124012
Yesterday : 5790579057905790
Total : 2365680823656808236568082365680823656808236568082365680823656808
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com