{"id":1371,"date":"2022-01-12T20:02:17","date_gmt":"2022-01-13T04:02:17","guid":{"rendered":"https:\/\/gantovnik.com\/bio-tips\/?p=1371"},"modified":"2022-01-12T20:05:41","modified_gmt":"2022-01-13T04:05:41","slug":"210-parametric-curve-in-3d-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2","status":"publish","type":"post","link":"https:\/\/gantovnik.com\/bio-tips\/2022\/01\/210-parametric-curve-in-3d-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2\/","title":{"rendered":"#261 Output top values of stress in f06 file in Nastran"},"content":{"rendered":"<p>Output top values of stress in f06 file:<\/p>\n<p>You can use this<\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\nSTRESS(SORT1,REAL,VONMISES,CENTER)=ALL\r\nPARAM,S1,1\r\nPARAM,NUMOUT,5\r\n<\/pre>\n<p>or <\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\nMAXMIN(DEF) STRESS QUAD4 9 17 MAXA=1\r\n$in every subcase add\r\nMAXMIN(elem,VONMISES,center,fiber)=ALL\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Output top values of stress in f06 file: You can use this STRESS(SORT1,REAL,VONMISES,CENTER)=ALL PARAM,S1,1 PARAM,NUMOUT,5 or MAXMIN(DEF) STRESS QUAD4 9 17 MAXA=1 $in every subcase add MAXMIN(elem,VONMISES,center,fiber)=ALL<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_lmt_disableupdate":"yes","_lmt_disable":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[22],"tags":[],"class_list":["post-1371","post","type-post","status-publish","format-standard","hentry","category-nastran"],"modified_by":"gantovnik","jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8bH0k-m7","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":696,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/09\/124-sol200-sensitivity-data-output\/","url_meta":{"origin":1371,"position":0},"title":"#124: SOL200 Sensitivity data output","author":"gantovnik","date":"2020-09-28","format":false,"excerpt":"#123: SOL200 Sensitivity data output Use DSAPRT card in case control to print sensitivity in f06 file: DSAPRT (FORMATTED,NOEXPORT)=ALL This command supports a number of options. The data can be exported to an external file using the EXPORT option. The EXPORT option writes the data in binary which is a\u2026","rel":"","context":"In &quot;nastran&quot;","block_context":{"text":"nastran","link":"https:\/\/gantovnik.com\/bio-tips\/category\/nastran\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":675,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/09\/116-interpretation-of-the-gap-contact-status-in-nastran-f06-file\/","url_meta":{"origin":1371,"position":1},"title":"#116: Interpretation of the GAP contact status in Nastran f06 file?","author":"gantovnik","date":"2020-09-28","format":false,"excerpt":"#116: Interpretation of the GAP contact status in Nastran f06 file? Gap contact status values are 1) Open = gap open (with or without friction) 2) Slide = gap closed in the absence of friction 3) Stick = gap closed in the presence of friction and (Fy**2 + Fz**2) (MUk\u2026","rel":"","context":"In &quot;nastran&quot;","block_context":{"text":"nastran","link":"https:\/\/gantovnik.com\/bio-tips\/category\/nastran\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":666,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/09\/112-msc-nastran-sol-106\/","url_meta":{"origin":1371,"position":2},"title":"#112 MSC Nastran SOL 106","author":"gantovnik","date":"2020-09-28","format":false,"excerpt":"#112 MSC Nastran SOL 106 MSC Nastran SOL 106 The nonlinear effects in structures occur due to nonlinear material behavior and large deformations. Geometric nonlinearity becomes relevant when the structure is subjected to large displacement and rotation. Geometric nonlinearity effects are prominent in two aspects: geometric stiffening due to initial\u2026","rel":"","context":"In &quot;nastran&quot;","block_context":{"text":"nastran","link":"https:\/\/gantovnik.com\/bio-tips\/category\/nastran\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":477,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/02\/extract-eigenvalues-from-nastran-f06-file\/","url_meta":{"origin":1371,"position":3},"title":"#68 Extract eigenvalues from Nastran f06 file","author":"gantovnik","date":"2020-02-28","format":false,"excerpt":"grep -i -A 26 'R E A L E I G E N V A L U E S' my_fem.f06 > eigenvalues.txt","rel":"","context":"In &quot;bash&quot;","block_context":{"text":"bash","link":"https:\/\/gantovnik.com\/bio-tips\/category\/bash\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":644,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/09\/103-how-to-print-design-variables-at-every-iteration-in-f06-file-for-sol200\/","url_meta":{"origin":1371,"position":4},"title":"#103: How to print design variables at every iteration in .f06 file for SOL200","author":"gantovnik","date":"2020-09-25","format":false,"excerpt":"#103: How to print design variables at every iteration in .f06 file for SOL200 DOPTPRM,P1,1,P2,2 This P1,1 specifies print at every design cycle and P2,2 specifies to print properties.","rel":"","context":"In &quot;nastran&quot;","block_context":{"text":"nastran","link":"https:\/\/gantovnik.com\/bio-tips\/category\/nastran\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":660,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/09\/109-how-to-output-the-stiffness-matrices-in-nastran\/","url_meta":{"origin":1371,"position":5},"title":"#109: How to output the stiffness matrices in Nastran?","author":"gantovnik","date":"2020-09-28","format":false,"excerpt":"#109: How to output the stiffness matrices in Nastran? PARAM,EXTOUT,DMIGPCH The matrices will be printed in punch file *.pnch KAAX = boundary stiffness matrix PAX = boundary load matrix","rel":"","context":"In &quot;nastran&quot;","block_context":{"text":"nastran","link":"https:\/\/gantovnik.com\/bio-tips\/category\/nastran\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/posts\/1371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/comments?post=1371"}],"version-history":[{"count":0,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/posts\/1371\/revisions"}],"wp:attachment":[{"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/media?parent=1371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/categories?post=1371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/tags?post=1371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}