Dongxueyang

Results 52 comments of Dongxueyang

@Oblomov Thanks a lot. The problem is the path of stl file. I give the right path of the stl file and import stl file successfully. And I got another...

@Oblomov Thanks a lot. I change the boudary type to LJ_BOUNDARY and set the number of layer to one, and then I can run the simulation successfully. I check the...

@Oblomov I find that the boundary generated by stl file. Only initialize sph particles at the vertexes of the stl meshes, which will have great effects on the simulation. When...

Hi I install chrono and have cmake successfully , and when make I got the error like this: [72%]Linking CXX executable ../../../../bin/utest_CH_ChCSMatrix /usr/bin/ld: cannot find -lgtest_main collect2:error : ld returned...

@Oblomov @agnesLeroy How can I make output from chrono,I want to get some results which is about the floationg bodies only. Or how to output a result file with vtk...

@Oblomov Do you see the message and the problem mentioned above?

@Oblomov I have tried modifying the MAX_BODIES in src/particledefine.h. I set the MAX_BODIES to 517 and generate 517 spheres in a model by add_sphere() function. The simulation can be run....

@Oblomov I agree with you. And now I want to have a try to make some improvement, but where can I start from? Is it possoble to change the place...

Hi agnesLeroy: You see there is indeed a limit on the number of floating objects:the maximum is currently 16. You mean I can only generate 16 floatings in a model....

Thanks a lot . But why the limit number is 16? If I want to simulate sand it seems impossible. What facter is related to the limit number?