🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

AcuTrace output data

User: "K. Yamamoto"
Altair Community Member
Updated by K. Yamamoto

Hi, experts.

When analyzing particles with different parameters using acutrace, is it possible to distinguish the particles by those parameters in the end file?
Or is it possible to distinguish between particles in .*seeds file 1 and particles in *.seeds file 2 on .end file, for example?

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "acupro"
    Altair Employee
    Accepted Answer
    Updated by acupro

    It looks like it would only be distinguished by the Global Seed ID/Number - all in a single .end file.  If your seeds files specify the Seed IDs, that numbering should be preserved/consistent in the .end file.

    User: "K. Yamamoto"
    Altair Community Member
    OP
    Updated by K. Yamamoto

    It looks like it would only be distinguished by the Global Seed ID/Number - all in a single .end file.  If your seeds files specify the Seed IDs, that numbering should be preserved/consistent in the .end file.

    Thank you for your reply.

    In the analysis I did, I did not specify the seeds ID.
    Your comment is very helpful for me.

    Could you please tell me how to specify the seeds ID?

    User: "acupro"
    Altair Employee
    Updated by acupro

    Thank you for your reply.

    In the analysis I did, I did not specify the seeds ID.
    Your comment is very helpful for me.

    Could you please tell me how to specify the seeds ID?

    The Seed IDs are specified in the PARTICLE_SEED commands:

    https://help.altair.com/hwcfdsolvers/acusolve/topics/acusolve/particle_seed_acutrace_com_ref.htm

    User: "K. Yamamoto"
    Altair Community Member
    OP
    Updated by K. Yamamoto

    The Seed IDs are specified in the PARTICLE_SEED commands:

    https://help.altair.com/hwcfdsolvers/acusolve/topics/acusolve/particle_seed_acutrace_com_ref.htm

    Thank you for the useful information.


    I read that seed_coordinates specifies the seed position and a list of seeds IDs.
    I would like to load the seed list from a CSV file into the model. In that case, should I create columns for seeds ID, x coordinate, y coordinate, and z coordinate in the CSV file?

    However, when I tried the above, HyperWorks CFD could not read these four columns.
    Could you please tell me how to specify the seeds IDs assuming that they will be read from a CSV file?

    Thank you.

    User: "acupro"
    Altair Employee
    Updated by acupro

    Thank you for the useful information.


    I read that seed_coordinates specifies the seed position and a list of seeds IDs.
    I would like to load the seed list from a CSV file into the model. In that case, should I create columns for seeds ID, x coordinate, y coordinate, and z coordinate in the CSV file?

    However, when I tried the above, HyperWorks CFD could not read these four columns.
    Could you please tell me how to specify the seeds IDs assuming that they will be read from a CSV file?

    Thank you.

    I believe a row would look like this

    ID,X_Coordinate,Y_Coordinate,Z_Coordinate

    no spaces, only comma-separated

    Best way to test the format is create a few seeds in the GUI manually, then save those seeds to a file.