Hi, I am trying to create a Floating body using XYZfile or HDF5file.
However, some trouble I have found.
The first one, in XYZReader.cc. In Line.71 the value npart have not been assignment. It should be npart =
getNPart();
and this may help you @brittlyd
The second one is how to create a Body. i.e., CHRONO Body.
I think first we should delete the overlapping fluid particles. However, a XYZFile with a complex Body can not be used to find that particles.
Moreover, In XYZReader, no function named CreateBody, as a result, I get this exception.
FATAL: Object::BodyCreate called but no obj file specified in constructor!
[Inferior 1 (process 22473) exited with code 01]
But, it can be done, absolutely. I am working… If someone have the solutions, please let me know