René's URL Explorer Experiment


Title: Wrong offset in 'element_beam_node_indexes' · Issue #91 · open-lasso-python/lasso-python · GitHub

Open Graph Title: Wrong offset in 'element_beam_node_indexes' · Issue #91 · open-lasso-python/lasso-python

X Title: Wrong offset in 'element_beam_node_indexes' · Issue #91 · open-lasso-python/lasso-python

Description: Accoring to the LS-DYNA® Database Binary Output Files Manual, Section GEOMETRY DATA (Page 18) the Array IX2(6,1) contains Connectivity, orientation node, two null entries, and the material number for each 2 node beam element. For some be...

Open Graph Description: Accoring to the LS-DYNA® Database Binary Output Files Manual, Section GEOMETRY DATA (Page 18) the Array IX2(6,1) contains Connectivity, orientation node, two null entries, and the material number f...

X Description: Accoring to the LS-DYNA® Database Binary Output Files Manual, Section GEOMETRY DATA (Page 18) the Array IX2(6,1) contains Connectivity, orientation node, two null entries, and the material number f...

Opengraph URL: https://github.com/open-lasso-python/lasso-python/issues/91

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Wrong offset in 'element_beam_node_indexes'","articleBody":"\nAccoring to the [LS-DYNA® Database Binary Output Files](https://ftp.lstc.com/anonymous/outgoing/lsprepost/d3plot_database_manual/ls-dyna_database_Apr2020.pdf) Manual, Section `GEOMETRY DATA` (Page 18) the Array `IX2(6,1)` contains\n\n\u003e Connectivity, orientation node, two null entries, and the material number for each 2 node beam element.\n\u003e For some beam types the last two number contain the beam type and length to width ratio * 100 and length to height ratio * 100\n\u003e type = ix2(5,\\*) \u0026 0x3F\n\u003e width = 0.01 * length / (ix2(5,\\*)\u003e\u003e6\n\u003e height = 0.01 * length / ix2(6,\\*)\n\u003e Third node (orientation) may be \u003e 1e9 Contain flag 1e9 to indicate a spot weld\n\nMy interpretation of this is the array layout is this:\n\n- [N1, N2, N3, 0, 0, MAT_ID] for 2-Node-Beams\n- [N1, N2, N3, LW_RATIO_TYPE, LH_RATIO, MAT_ID] for some other Beams\n\nIn [Line 2426](https://github.com/open-lasso-python/lasso-python/blob/a9607eff8d397913a8834358e6450a5febcec8d8/src/lasso/dyna/d3plot.py#L2426) you subtract the FORTRAN_OFFSET (1) from all values of the array, but this is not correct. The offset should only be applied for N1, N2, N3 and must not be applied for LW_RATIO_TYPE, LH_RATIO. Otherwise the extraction of these values does not work (without having to add 1 again).\n\n```python\n# element_beam_node_indexes = d3plot.arrays[ArrayType.element_beam_node_indexes]\nbeam_type = element_beam_node_indexes[3] \u0026 0x3F\nbeam_width = 100 * L / (element_beam_node_indexes[3] \u003e\u003e 6)\nbeam_height = 100 * L / element_beam_node_indexes[4]\n```\n\nOne could also think of adding a new array with these values \n\n- `element_beam_node_indexes` containing `N1`, `N2`, `N3` and `TYPE` (all `integer` values)\n- `element_beam_dimensions` containing `WIDTH` and `HEIGHT` (all `float` values) \n\nIn [Line 2424](https://github.com/open-lasso-python/lasso-python/blob/a9607eff8d397913a8834358e6450a5febcec8d8/src/lasso/dyna/d3plot.py#L2424) you add the MAT_ID to the PART_ID (Array `element_beam_part_indexes`). Is this correct?\n\nKind regards\nFlorian","author":{"url":"https://github.com/FlorianFritz","@type":"Person","name":"FlorianFritz"},"datePublished":"2025-09-13T08:15:02.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/91/lasso-python/issues/91"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4cec8371-4507-4219-bf4f-e65183a446f2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE062:AB9F0:6CC8A:93EC7:698DE3E4
html-safe-nonce5320de9978cbb80589e9d890e170ec29471cdfca2f22149dbe3d644a01c6dc2e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMDYyOkFCOUYwOjZDQzhBOjkzRUM3OjY5OERFM0U0IiwidmlzaXRvcl9pZCI6IjYzMDQ4MTc2NTM2MTg2OTcxODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac84390e7f5313e35704d57f7e34a6619e439ef76e6326beca9fcdf533594b72b6
hovercard-subject-tagissue:3412866746
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/open-lasso-python/lasso-python/91/issue_layout
twitter:imagehttps://opengraph.githubassets.com/375c91307262268acda8e66ae586737f247dc5923f1c1abc7f51de1e70565f81/open-lasso-python/lasso-python/issues/91
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/375c91307262268acda8e66ae586737f247dc5923f1c1abc7f51de1e70565f81/open-lasso-python/lasso-python/issues/91
og:image:altAccoring to the LS-DYNA® Database Binary Output Files Manual, Section GEOMETRY DATA (Page 18) the Array IX2(6,1) contains Connectivity, orientation node, two null entries, and the material number f...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameFlorianFritz
hostnamegithub.com
expected-hostnamegithub.com
None929d0ce8b653d60df0698366d7e9012f9423ea1bace40816e16e5b007242aae4
turbo-cache-controlno-preview
go-importgithub.com/open-lasso-python/lasso-python git https://github.com/open-lasso-python/lasso-python.git
octolytics-dimension-user_id114169132
octolytics-dimension-user_loginopen-lasso-python
octolytics-dimension-repository_id540129748
octolytics-dimension-repository_nwoopen-lasso-python/lasso-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id540129748
octolytics-dimension-repository_network_root_nwoopen-lasso-python/lasso-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5048f761cd42a133ec9ccbf7ca847affc26d4937
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/issues/91#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopen-lasso-python%2Flasso-python%2Fissues%2F91
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopen-lasso-python%2Flasso-python%2Fissues%2F91
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=open-lasso-python%2Flasso-python
Reloadhttps://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/issues/91
Reloadhttps://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/issues/91
Reloadhttps://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/issues/91
open-lasso-python https://patch-diff.githubusercontent.com/open-lasso-python
lasso-pythonhttps://patch-diff.githubusercontent.com/open-lasso-python/lasso-python
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fopen-lasso-python%2Flasso-python
Fork 25 https://patch-diff.githubusercontent.com/login?return_to=%2Fopen-lasso-python%2Flasso-python
Star 76 https://patch-diff.githubusercontent.com/login?return_to=%2Fopen-lasso-python%2Flasso-python
Code https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python
Issues 21 https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/issues
Pull requests 4 https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/pulls
Actions https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/actions
Projects 0 https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/projects
Security 0 https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/security
Insights https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/pulse
Code https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python
Issues https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/issues
Pull requests https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/pulls
Actions https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/actions
Projects https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/projects
Security https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/security
Insights https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/open-lasso-python/lasso-python/issues/91
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/open-lasso-python/lasso-python/issues/91
Wrong offset in 'element_beam_node_indexes'https://patch-diff.githubusercontent.com/open-lasso-python/lasso-python/issues/91#top
https://github.com/FlorianFritz
https://github.com/FlorianFritz
FlorianFritzhttps://github.com/FlorianFritz
on Sep 13, 2025https://github.com/open-lasso-python/lasso-python/issues/91#issue-3412866746
LS-DYNA® Database Binary Output Fileshttps://ftp.lstc.com/anonymous/outgoing/lsprepost/d3plot_database_manual/ls-dyna_database_Apr2020.pdf
Line 2426https://github.com/open-lasso-python/lasso-python/blob/a9607eff8d397913a8834358e6450a5febcec8d8/src/lasso/dyna/d3plot.py#L2426
Line 2424https://github.com/open-lasso-python/lasso-python/blob/a9607eff8d397913a8834358e6450a5febcec8d8/src/lasso/dyna/d3plot.py#L2424
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.