bi4 format specification

I am trying to write my own bi4 files, is there a documented format specification somewhere?

Comments

  • You can check the following functions:

    JSphCpuSingle::SaveData() -> JSph::SaveData() -> JSph::SavePartData()
    This function shows how to store particle data using the object JSph::DataBi4 (of type JPartDataBi4).

    In JSph::ConfigSaveData(), the object DataBi4 is created with the initial configuration of the case.

    JPartDataBi4.cpp and JPartDataBi4.h implements the class "JPartDataBi4".

    Regards




Sign In or Register to comment.