Dear Calculix Community,
I am reaching out to seek assistance regarding an issue I have encountered while attempting to output the element stiffness matrix for 3D element in Calculix using the substructure approach.
I have created a inputfile for a single hexahedral element 4 nodes are fixed and 4 opposite nodes are loaded along x.
I have defined this single element as a substructure and trying to output element stiffness, but getting a *WARNING: no degrees of freedom in the model (see attachments). I have also attached input file.
I appreciate your time and attention to this matter. Thank you in advance for your support.
Looking forward to your prompt response.
Thanks,
Anoop
**
** Heading +++++++++++++++++++++++++++++++++++++++++++++++++
**
*Heading
Hash: T8RZsaOT, Date: 01/08/2024, Unit system: MM_TON_S_C
**
** Nodes +++++++++++++++++++++++++++++++++++++++++++++++++++
**
*Node
1, 0.00000000E+000, 0.00000000E+000, 1.00000000E+000
2, 0.00000000E+000, 1.00000000E+000, 1.00000000E+000
3, 0.00000000E+000, 1.00000000E+000, 0.00000000E+000
4, 0.00000000E+000, 0.00000000E+000, 0.00000000E+000
5, 2.00000000E+000, 0.00000000E+000, 1.00000000E+000
6, 2.00000000E+000, 1.00000000E+000, 1.00000000E+000
7, 2.00000000E+000, 1.00000000E+000, 0.00000000E+000
8, 2.00000000E+000, 0.00000000E+000, 0.00000000E+000
**
** Elements ++++++++++++++++++++++++++++++++++++++++++++++++
**
*Element, Type=C3D8, Elset=Solid_part-1
1, 4, 3, 2, 1, 8, 7, 6, 5
*Nset, Nset=Internal_Selection-1_Fixed-1
1, 2, 3, 4
*Nset, Nset=Internal_Selection-1_Concentrated_Force-1
5, 6, 7, 8
*Elset, Elset=Internal_Selection-1_Solid_Section-1
Solid_part-1
*Material, Name=Steel
*Elastic
210000, 0.3
*Solid section, Elset=Internal_Selection-1_Solid_Section-1, Material=Steel
*Step
*Static
*Output, Frequency=1
*Boundary, op=New
** Name: Fixed-1
*Boundary
Internal_Selection-1_Fixed-1, 1, 6, 0
*Cload, op=New
*Dload, op=New
** Name: Concentrated_Force-1
*Cload
Internal_Selection-1_Concentrated_Force-1, 1, 1000
*Node file
RF, U
*El file
S, E
*End step
*NSET,NSET=NALL,GENERATE
1,8
*STEP
*SUBSTRUCTURE GENERATE
*RETAINED NODAL DOFS,SORTED=NO
NALL,1,3
*SUBSTRUCTURE MATRIX OUTPUT,STIFFNESS=YES,OUTPUT FILE=USER DEFINED,FILE NAME=Hexahedral_prepomax_substructure
*END STEP