hexagon logo

*** error - maximum number of boundary conditions 26 has been exceeded

I caught this error today when trying to use table input for Lbcs.
Before that, I used non table input with these lbcs without any problem.
 
Is there any solution for this? Why there is such limitation?
  • I never came across this error message. What version of Marc are you using?
  • I'm using Marc 2016. My input file looks like:
    ...........
    LOADCASE ,Default
      29,
    $ pdlfix             ,    1,
    Dis_Node_63210         ,    1,
    Dis_Node_63222         ,    1,
    Dis_Node_65371         ,    1,
    Dis_Node_59602         ,    1,
    Dis_Node_60623         ,    1,
    Dis_Node_59360         ,    1,
    Dis_Node_56238         ,    1,
    Dis_Node_55516         ,    1,
    Dis_Node_55292         ,    1,
    Dis_Node_53011         ,    1,
    Dis_Node_51241         ,    1,
    Dis_Node_50871         ,    1,
    Dis_Node_8581          ,    1,
    Dis_Node_8594          ,    1,
    Dis_Node_8823          ,    1,
    Dis_Node_2087          ,    1,
    Dis_Node_2098          ,    1,
    Dis_Node_2285          ,    1,
    fix_midplane          ,    1,
    midwireNode_18567        ,    1,
    midwireNode_23220        ,    1,
    midwireNode_21610        ,    1,
    midwireNode_16310        ,    1,
    midwireNode_17890        ,    1,
    midwireNode_12990        ,    1,
    midwireNode_18569        ,    1,
    midwireNode_23218        ,    1,
    midwireNode_20428        ,    1,
    midwireNode_14790        ,    1,
    CONTROL
    .....
     
     
  • You must have an entry
    BOUNDARY CONDITIONS, 26
    in the parameter section of the marc input deck. You can increase this to a large number of or delete this entry as it is not a required entry.
     
    You can see details of this entry in Vol C. (Program Input Manual).