Dongxueyang

Results 14 issues of Dongxueyang

Hi, everyone: @Oblomov @Narcolessico @Azrael3000 I am making a simulation of a sphere (floating) fall into the water. I generate the the boundary like this: GeometryID boundary = addXYZFile(GT_FIXED_BOUNDARY, FT_BORDER,...

Hello everyone and @Oblomov : I want to use addSTLMesh() function to import an boundary file in stl format. like this: GeometryID topo_stl = addSTLMesh(GT_FIXED_BOUNDARY, FT_BORDER, Point(0,0,0),"boundary.stl"); But I got...

Hi guys: Now the number of objects we can generate in our model is limted, which make it impossible to simulate a large scale model. So if you have some...

Hi I have compiled the gpusph successfully and can run some examples in src/problems. But when I run the example BuoyancyTest and Objects I got such errors with chrono I...

Hi guys: Is there anyone who have made some simulation of floating drived by fluid? I am interested in the interaction of fluid and rigid body and hope to find...

Hi everyone: Also @stoiver . Can I compile the anuga with python3.6 under ubuntu18.04? I see the python version of python is 2.7 almostly. If I use python 3.6, is...

Hi sir: @stoiveroberts Now I can see that the anuga can read a topography with an asc formant file. So is it possible to use other format to generate the...

Hi @stoiver : I want to run a large simulation. To improve the efficiency of calculation. I want to run the program on a supercomputing platform, and use multi-nodes. So...

Hi everyone: @stoiver I find an inlet boundary example and try to use it in a model. The command is like this: fixed_inflow = anuga.Inlet_operator(domain, inflow_region , Q=inflow_rate) I can...

Hi everyone: These days I am simualting a flood routing model. I set an inlet boundary at upper reaches of river and the water can flow into the domain according...