Home
News
Forum
Wiki
Blog
Contents
Gallery
Movies
Downloads
About NSL
If you want to see English page, please click "English" Button at Left.
[
タイトル一覧
|
ページ一覧
|
新規
|
単語検索
|
最終更新
|
ヘルプ
]
OpenSim/Wind
をテンプレートにして作成
[
トップ
]
[ ]
開始行:
** FSFW (Simple Fluid Solver Wind) Module
- 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 Jo...
- This module uses [[AForge.NET>http://www.aforgenet.com/...
#br
*** Demo
- [[YouTube Demo>http://youtu.be/yfppzAzG3L0]]
&ref(SFSWind.png,40%);
#br
*** Theory of Simple Fluid Solver for Wind
**** Theory and Original Source Code
- by Jos Stam
-- http://www.dgp.utoronto.ca/people/stam/reality/Researc...
-- http://www.dgp.toronto.edu/people/stam/reality/Researc...
-- http://www.nealen.net/projects
--- http://www.nealen.net/projects/algoanim/flowanim.cpp
#br
** DownLoad
*** Binary DLL
**** v1.0.0
- for OpenSim-0.9.2.2 (Mono) [[SimpleFluidSolverWind.dll...
- for OpenSim-0.9.3Dev (net6.0) [[SimpleFluidSolverWind....
- AForge.Math.dll [[http://www.nsl.tuis.ac.jp/DownLoad/S...
#br
*** Source Code
**** Subversion Repository
-- svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.m...
#br
**** Compile Source Code (Linux)
[Download WindModule-x.y.z.tgz] (x, y, z are integer nu...
# cp WindModule-x.y.z.tgz [OpenSim directory]/bin
# cd [OpenSim directory]/bin
# zcat WindModule-x.y.z.tgz |tar xfv -
# cd WindModule-x.y.z
# ./build.sh (if you use 0.9.2, execu...
# cp bin/SimpleFluidSolverWind.dll ..
# cp AForge.NET/AForge.Math.dll ..
** Install & Settings
*** Install
**** Download SimpleFluidSolverWind.dll
+ Download ''SimpleFluidSolverWind.dll'' at this page.
+ Copy downloaded ''SimpleFluidSolverWind.dll'' to OpenSi...
#br
**** Download AForge.NET
+ Please download AForge.NET from [[AForget.NET Download ...
+ Extract downloaded zip file.
+ Copy ''AForge.Math.dll'' to OpenSim ''bin'' folder or d...
#br
*** Settings
- Please Edit bin/''OpenSim.ini''
-- Sample
[Wind]
;# {enabled} {} {Enable wind module?} {true false} true
;; Enables the wind module.
enabled = true
;# {wind_update_rate} {enabled:true} {Wind update rat...
;; How often should wind be updated, as a function of...
;; Approximately 50 frames a second
wind_update_rate = 100
;; The Default Wind Plugin to load
;wind_plugin = SimpleRandomWind
wind_plugin = SimpleFluidSolverWind
..........
[XEngine]
...........
AllowOSFunctions = true
** Support Script
*** SFSW_controller.lsl
- [[SFSW_controller.lsl>http://www.nsl.tuis.ac.jp/svn/ope...
- When you touch it, object Says module parameters
#br
**** Commands
***** /6000 force value
- 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
- Set period of the external force
- When this Wind module is called times of this value, W...
- If set 0, Wind module never restart by period.
***** /6000 strength value
- Set Wind strength
- Default is 1.0
***** /6000 damping value
- Set damping rate of the external force
- Default is 0.85
***** /6000 wind_visc value
- Set (scaled) viscosity coefficient of the wind
- Default is 0.001
***** /6000 wind_eps value
- Set lower limit of the energy variation rate.
- When the energy variation rate is under this value, Win...
-- energy variation rate = (Previous Wind Energy - Curren...
- If set 0.0, Wind module never restart by energy variati...
- Default is 0.004
***** /6000 region value
- Set size of the region
- Normally, the region is automatically set
***** /6000 stop
- Stop the wind
***** /6000 reset
- Stop the wind and reset script
***** /6000 help
- Show the help messages
#br
** [[Memo>./Memo]]
#br
終了行:
** FSFW (Simple Fluid Solver Wind) Module
- 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 Jo...
- This module uses [[AForge.NET>http://www.aforgenet.com/...
#br
*** Demo
- [[YouTube Demo>http://youtu.be/yfppzAzG3L0]]
&ref(SFSWind.png,40%);
#br
*** Theory of Simple Fluid Solver for Wind
**** Theory and Original Source Code
- by Jos Stam
-- http://www.dgp.utoronto.ca/people/stam/reality/Researc...
-- http://www.dgp.toronto.edu/people/stam/reality/Researc...
-- http://www.nealen.net/projects
--- http://www.nealen.net/projects/algoanim/flowanim.cpp
#br
** DownLoad
*** Binary DLL
**** v1.0.0
- for OpenSim-0.9.2.2 (Mono) [[SimpleFluidSolverWind.dll...
- for OpenSim-0.9.3Dev (net6.0) [[SimpleFluidSolverWind....
- AForge.Math.dll [[http://www.nsl.tuis.ac.jp/DownLoad/S...
#br
*** Source Code
**** Subversion Repository
-- svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.m...
#br
**** Compile Source Code (Linux)
[Download WindModule-x.y.z.tgz] (x, y, z are integer nu...
# cp WindModule-x.y.z.tgz [OpenSim directory]/bin
# cd [OpenSim directory]/bin
# zcat WindModule-x.y.z.tgz |tar xfv -
# cd WindModule-x.y.z
# ./build.sh (if you use 0.9.2, execu...
# cp bin/SimpleFluidSolverWind.dll ..
# cp AForge.NET/AForge.Math.dll ..
** Install & Settings
*** Install
**** Download SimpleFluidSolverWind.dll
+ Download ''SimpleFluidSolverWind.dll'' at this page.
+ Copy downloaded ''SimpleFluidSolverWind.dll'' to OpenSi...
#br
**** Download AForge.NET
+ Please download AForge.NET from [[AForget.NET Download ...
+ Extract downloaded zip file.
+ Copy ''AForge.Math.dll'' to OpenSim ''bin'' folder or d...
#br
*** Settings
- Please Edit bin/''OpenSim.ini''
-- Sample
[Wind]
;# {enabled} {} {Enable wind module?} {true false} true
;; Enables the wind module.
enabled = true
;# {wind_update_rate} {enabled:true} {Wind update rat...
;; How often should wind be updated, as a function of...
;; Approximately 50 frames a second
wind_update_rate = 100
;; The Default Wind Plugin to load
;wind_plugin = SimpleRandomWind
wind_plugin = SimpleFluidSolverWind
..........
[XEngine]
...........
AllowOSFunctions = true
** Support Script
*** SFSW_controller.lsl
- [[SFSW_controller.lsl>http://www.nsl.tuis.ac.jp/svn/ope...
- When you touch it, object Says module parameters
#br
**** Commands
***** /6000 force value
- 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
- Set period of the external force
- When this Wind module is called times of this value, W...
- If set 0, Wind module never restart by period.
***** /6000 strength value
- Set Wind strength
- Default is 1.0
***** /6000 damping value
- Set damping rate of the external force
- Default is 0.85
***** /6000 wind_visc value
- Set (scaled) viscosity coefficient of the wind
- Default is 0.001
***** /6000 wind_eps value
- Set lower limit of the energy variation rate.
- When the energy variation rate is under this value, Win...
-- energy variation rate = (Previous Wind Energy - Curren...
- If set 0.0, Wind module never restart by energy variati...
- Default is 0.004
***** /6000 region value
- Set size of the region
- Normally, the region is automatically set
***** /6000 stop
- Stop the wind
***** /6000 reset
- Stop the wind and reset script
***** /6000 help
- Show the help messages
#br
** [[Memo>./Memo]]
#br
ページ名:
サイト内 検索
高度な検索
ログイン
ユーザー名:
パスワード:
パスワード紛失
新規登録
サブ メニュー
新着情報
Books
リンク
サイトマップ
e-Learning
TUIS 認証局証明書
ミニカレンダー
2025年 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
<今日>
オンライン状況
44 人のユーザが現在オンラインです。 (16 人のユーザが xpwiki を参照しています。)
登録ユーザ: 0
ゲスト: 44
もっと...
アクセスカウンタ
今日 :
昨日 :
総計 :
Powered by XOOPS Cube 2.1© 2001-2006
XOOPS Cube Project
Design by
XoopsDesign.com