Hi,
I’m quite new to CalculiX but I know Abaqus so the general syntax is familiar to me. However, I don’t know how to define shell edge load described in the documentation. I use preprocessor where I can easily create node sets, element sets and surface and then edit CalculiX keywords to add options not yet available in this preprocessor (shell edge load is among them). The syntax is:
*DLOAD
element_number/elset_name, EDNORx, magnitude
For quad shell elements EDNOR can have the value of 1,2,3 or 4 (and it represents the edge number, if I understand it correctly). But how can I know which one to choose ? Is it necessary to examine each element’s connectivity in the input file to determine this ? I want to analyze a rectangular plate and apply shell edge load to each of its 4 edges but I don’t know whether all elements have the same edge number when they are aligned along this edge of the plate or not.
Thanks in advance for your help