I have a model that is made up of many smaller components. Some use repeated ids for grids and elements. I can combine the components easy enough using BEGIN SUPER, SEBULK and SECONCT for each. Each PART is a single INCLUDE statement with an associated BDF file. This builds the model and it runs. However the frequencies and shapes are vastly different from a renumbered model. Looking through the F06 and F04 it appears that super element reduction is done. I want displacement and other outputs for each node in a given model as well. Is there a way to tell Nastran to forgo reduction? Of course I could be wrong that reduction is occurring...
I use one subcase with SUPER = ALL and a single set of boundary conditions. I only care about mode shapes and frequencies at this stage. Using PARTs positioning and inclusion is much easier for preprocessing than renumbering and relocating each little part. Also the part models are changing often so renumbering/repositioning is a big time sink.