Get and Save "TEMP" of/in .bdf file

12 views
Skip to first unread message

Dmitry Avdeev

unread,
Sep 8, 2021, 2:06:10 AM9/8/21
to pyNastran Discuss
How to get nodal temperatures of load set : TEMP from bdf file?

Steven Doyle

unread,
Sep 8, 2021, 11:05:18 AM9/8/21
to pyNastran Discuss
The easiest way is to call...

from pyNastran.bdf.mesh_utils.forces_moments import get_temperatures_array
temperature_array = get_temperatures_array(model, load_case_id)

temperature_array will be nGRID/nSPOINTs long sorted by node/spoint id, where load_case_id will be the sid of the TEMP, so 1, 2, ...

On Tue, Sep 7, 2021 at 11:06 PM Dmitry Avdeev <dit...@gmail.com> wrote:
How to get nodal temperatures of load set : TEMP from bdf file?

--
You received this message because you are subscribed to the Google Groups "pyNastran Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pynastran-disc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pynastran-discuss/f92cf28f-546c-4196-a99c-94d4dc73e9acn%40googlegroups.com.

Dmitry Avdeev

unread,
Sep 9, 2021, 4:59:39 AM9/9/21
to pyNastran Discuss
Thank you for your quick response

среда, 8 сентября 2021 г. в 19:05:18 UTC+4, steve:
Reply all
Reply to author
Forward
0 new messages