pyNastran icon indicating copy to clipboard operation
pyNastran copied to clipboard

Nonlinear Solid Data Header Names

Open mason-hickman opened this issue 1 year ago • 1 comments

Equivalent stress is incorrectly named as effective plastic strain in the data headers for nonlinear solid elements, as shown below. The effective plastic strain header is duplicated. Noticed the issue for CHEXA and CTETRA elements. Have not checked others.

The code: `results = OP2()

results.read_op2(file)

headers = results.nonlinear_chexa_stress_strain[case_id].get_headers()`

Produces the following: data: [ntimes, ntotal, 15] where 15=[oxx, oyy, ozz, txy, tyz, txz, eff_plastic_strain, eff_plastic_strain, eff_creep_strain, exx, eyy, ezz, exy, eyz, exz]

mason-hickman avatar May 25 '23 18:05 mason-hickman

Ooops! I never replied.

Do you have an example? I suspect you're using a newer version than what the code was designed for and MSC/Siemens updated the format.

SteveDoyle2 avatar Jun 16 '23 04:06 SteveDoyle2

closed due to innactivity

SteveDoyle2 avatar Apr 06 '24 21:04 SteveDoyle2