Difference between revisions of "Snow documentation"
From Yade
Line 1: | Line 1: | ||
+ | By Alsidqi Hasan |
||
− | I suggest Alsidqi list questions about the snow module here (structure of the code, meaning/access of variables,...), so Janek can answer here and built the documentation at the same time. [[User:Bchareyre|Bchareyre]] 14:28, 25 August 2009 (UTC) |
||
− | [[Category:NotFinishedPages]] |
||
+ | '''Introduction''' |
||
− | Snow-Read Problems: |
||
+ | |||
− | 1. Compiling Problems: |
||
+ | A novel Discrete Element Method (DEM) employing polyhedral elements based on experimental set-up parameters is developed. It is implemented in an algorithm that simulates a dynamic model of creep deformation based on observed snow grains packing. |
||
− | a. I found problem like this: |
||
+ | |||
− | VoxelEnvelope.cpp: In member function ‘void VoxelEnvelope::calculate_surfaces_loop_spawn(Config&)’: |
||
+ | [[File:xrays.jpg]] |
||
− | VoxelEnvelope.cpp:27: error: ‘class boost::thread’ has no member named ‘detach’ |
||
− | Solution: Modify theVoxelEnvelope.cpp by adding a line "#if BOOST_VERSION >= 103500" before "loop.detach();" (at line 27) and a line "#endif" after it. |