🎉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

Export drag force from acusolve to Abaqus/nastran, how?

User: "alpharays786"
Altair Community Member
Updated by alpharays786

Hi all,

 

How can I export drag force on a surface to Abaqus or nastran?

To use drag force as force/loading to strength analysis.

 

Or how to export drag force to Tecplot file (*.tpl or *.dat)?

 

Thanks 

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "ydigit"
    Altair Employee
    Updated by ydigit

    1. Activate surface nodal output using

        Model > Surface 'Name' > Nodal Time Step Frequency

     

    2. Export data using AcuOut or AcuTrans to x,y,z, traction_X, traction_Y, traction_Z

       Output format = Table > Surface Output (Nodal) > Surface Name > coordinates, traction

       This creates .osf (ASCII text) file coordinates and traction forces.

    User: "ydigit"
    Altair Employee
    Updated by ydigit

    I stand corrected.

    Traction exported by Surface Nodal Output would be stresses. Since you can also export nodal area as another quantity, it should be easy to do the multiplication done for getting forces.

    User: "alpharays786"
    Altair Community Member
    OP
    Updated by alpharays786

    Hi ydigit,

     

    Follow Output format = Table > Surface Output (Nodal) > Surface Name..

    But no variables show up. And this warning come out ''acuTranse cannot be called, as the Time Steps is not available for this problem''

    Is there any setting needed before can use above method?

     

    # Sorry, I have problem to attached a screen shoot picture

     

    Thanks

    User: "ydigit"
    Altair Employee
    Updated by ydigit

    Have you enabled the Surface Nodal output? Please upload the .INP file.

    User: "alpharays786"
    Altair Community Member
    OP
    Updated by alpharays786

    Have you enabled the Surface Nodal output? Please upload the .INP file.

     

    Yes, I'm unable the Surface Nodal output.. Now its working.. Thank you