rhdodds / warp3d

Open source code for nonlinear finite element analysis of 3D solids and structures
Other
98 stars 39 forks source link

heat conductivity and specific heat #13

Closed vivelakorea closed 2 years ago

vivelakorea commented 2 years ago

Hi,

I'm trying to make a abaqus model same as the example 1 in the manual. Because there is a thermal load, so the specific heat and thermal conductivity of the material have to be defined in material's property in abaqus. But there are no values relating to these in the input file provided in the manual.

Is there some defualt values in warp3d?

Thanks.

rhdodds commented 2 years ago

Hello.

WARP3D does not have the capability to compute the steady or transient temperature distribution in a model.

The user can input temperatures at model nodes computed from another program. WARP3D then computes the strains and stresses (linear or nonlinear) caused by the specified temperature distribution.

Best,

Bob Dodds

On Jan 19, 2022, at 6:32 PM, 심규장 Gyujang Sim @.***> wrote:

Hi,

I'm trying to make a model same as the example 1 in the manual. I've got a problem that because there is a thermal load, so the specific heat and thermal conductivity of the material has to be defined in material's property. But there are no values relating to these in the input file provided in the manual.

Is there some defualt values in warp3d?

Thanks.

— Reply to this email directly, view it on GitHub https://github.com/rhdodds/warp3d/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7CB7R2HRMXNUJ7ZBWMPF3UW5QZVANCNFSM5MLOMMZQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.

vivelakorea commented 2 years ago

I'm not sure if I'm understanding it now. Does it mean that heat does not transfer in WARP3D?

rhdodds commented 2 years ago

That is correct.

WARP3D does not perform heat transfer computations.

On Jan 19, 2022, at 8:40 PM, 심규장 Gyujang Sim @.***> wrote:

I'm not sure I'm understanding it now. Does it mean that heat does not transfer in WARP3D?

— Reply to this email directly, view it on GitHub https://github.com/rhdodds/warp3d/issues/13#issuecomment-1017090089, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7CB7S2LQYL63XYVWJTAKLUW57ZLANCNFSM5MLOMMZQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you commented.

vivelakorea commented 2 years ago

Thanks for your kind explanation.