Search found 24 matches

by Chambernan
Fri Apr 01, 2022 10:35 am
Forum: Customization
Topic: How to Create a GiD Problem Type
Replies: 22
Views: 162279

Re: How to Create a GiD Problem Type

Thank you! I have implemented this function to set an initial displacement for the element (eg element translation), but as you said this function is not commonly used. Then I encountered two new problems. First, for the loop like the following, /YD/YDE/I1ELCF *nelem *loop elems -1 *end elems The ou...
by Chambernan
Wed Mar 30, 2022 3:03 pm
Forum: Customization
Topic: How to Create a GiD Problem Type
Replies: 22
Views: 162279

Re: How to Create a GiD Problem Type

Helloļ¼ When I'm writing a bas file, I want to implement a function: in "condition", when I check "Displacement" (Fig. 1), the sum of node's X coordinate and X-Value is output. The content of .cnd is shown in Figure 2. I tried writing *if (Figure 3), but I found that, regardless o...
by Chambernan
Wed Mar 23, 2022 2:06 am
Forum: Customization
Topic: How to Create a GiD Problem Type
Replies: 22
Views: 162279

Re: How to Create a GiD Problem Type

Thank you very much for your answer, I found it, thank you!
by Chambernan
Tue Mar 22, 2022 3:20 pm
Forum: Customization
Topic: How to Create a GiD Problem Type
Replies: 22
Views: 162279

How to Create a GiD Problem Type

Hello! I'm a beginner and I want to use GiD as a preprocessing software to define material properties, boundary conditions, etc. By consulting the manual, I learned that users need to define their own .mat, .cnd, .prb, .bat, .bas and other files, but I don't know how to follow the format of these fi...