🎉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

How can I commend Optistruct by Hypermesh commend window using tcl?

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

How can I command Optistruct Solver by Hypermesh command window using tcl?

 

I've tried  following commend script. but It was insufficient.

 

*feinputwithdata2 '#optistruct\optistruct' 'C:/Program Files/Altair/13.0/tutorials/hwsolvers/optistruct/carm_complete.fem' 0 0 0 0 0 1 5 1 0

*createstringarray 1  'CONNECTORS_SKIP '

*feoutputwithdata 'C:/Program Files/Altair/13.0/templates/feoutput/optistruct/optistruct' 'C:\Users\Administrator\Documents\HM46.fem' 1 0 2 1 1 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Updated by tinh

     

    How can I command Optistruct Solver by Hypermesh command window using tcl?

     

    I've tried  following commend script. but It was insufficient.

     

    *feinputwithdata2 '#optistruct\optistruct' 'C:/Program Files/Altair/13.0/tutorials/hwsolvers/optistruct/carm_complete.fem' 0 0 0 0 0 1 5 1 0

    *createstringarray 1  'CONNECTORS_SKIP '

    *feoutputwithdata 'C:/Program Files/Altair/13.0/templates/feoutput/optistruct/optistruct' 'C:\Users\Administrator\Documents\HM46.fem' 1 0 2 1 1 

     

     

     

    Hi

    you need 2 '\'

     

    #optistruct\\optistruct

     

     

    and 'C:/Users/Administrator\Documents/HM46.fem' instead of 'C:\Users\Administrator\Documents\HM46.fem'