🎉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

Working with include files

User: "Jaja"
Altair Community Member
Updated by Jaja

Hi guys.

 

I want to work with Include option.

 

If I write it include "Filename.fem" in the master .fem file it is sweet as, 

However when i try to define path (for server run) it is not working'

I tried optistruct -incpath "Path"

Also INFILE "Path"

 

Both not working. I am recieving in "correct card" error and "can not open the file"

And more, where i can see the detail of that error. It is not wrtiten in .tcl file.

 

Thank you 

 

 

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Rajashri_Saha"
    Altair Employee
    Updated by Rajashri_Saha

    Hi Jaja,

    You can just keep the include file in same location as master file and mention the name of include file in master file ( INCLUDE, filename.fem). This will work when you submit the run locally.

    When you submit the run in server, you need to select the include file where there is option to select the include file path. See the attached pic.

    You can refer the below link too.

    INCLUDE (altair.com)

    Thanks