10: 2015-02-02 (月) 20:06:01 iseki |
11: 2015-02-03 (火) 09:42:02 iseki |
| **** Compile Source Code (Linux) [#m95e9eb2] | | **** Compile Source Code (Linux) [#m95e9eb2] |
| [Download WindModule-x.y.z.tgz] (x, y, z are integer number) | | [Download WindModule-x.y.z.tgz] (x, y, z are integer number) |
- | # cp WindModule-x.y.z.tgz [OpenSim directoy]/bin | + | # cp WindModule-x.y.z.tgz [OpenSim directory]/bin |
- | # cd [OpenSim directoy]/bin | + | # cd [OpenSim directory]/bin |
| # zcat WindModule-x.y.z.tgz |tar xfv - | | # zcat WindModule-x.y.z.tgz |tar xfv - |
| # cd WindModule-x.y.z | | # cd WindModule-x.y.z |
| **** Download AForge.NET [#wa747e61] | | **** Download AForge.NET [#wa747e61] |
| + Please download AForge.NET from [[AForget.NET Download Page>http://www.aforgenet.com/framework/downloads.html]]. My recommendation is ''[ Download Libraries Only ]'' | | + 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 or directory (only AForge.Math.dll). | | + Copy ''AForge.Math.dll'' to OpenSim ''bin'' folder or directory (only AForge.Math.dll). |
| #br | | #br |
| | | |
| ***** /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 |
| | | |
| - 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 |