Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于复杂模型的导入及相关约束载荷的设置 #29

Open
xiaoxun-888 opened this issue Aug 13, 2024 · 1 comment
Open

关于复杂模型的导入及相关约束载荷的设置 #29

xiaoxun-888 opened this issue Aug 13, 2024 · 1 comment

Comments

@xiaoxun-888
Copy link

xiaoxun-888 commented Aug 13, 2024

请问,如果我有一个复杂的几何模型,我如何将这个模型导入该系统并进行设置?

@xiaoxun-888 xiaoxun-888 changed the title 关于复制模型的导入及相关载荷约束的设置 关于复杂模型的导入及相关载荷约束的设置 Aug 13, 2024
@xiaoxun-888 xiaoxun-888 changed the title 关于复杂模型的导入及相关载荷约束的设置 关于复杂模型的导入及相关约束载荷的设置 Aug 13, 2024
@xwpken
Copy link
Collaborator

xwpken commented Aug 13, 2024

You can import common mesh files (such as .inp from ABAQUS) into the environment through the meshio.read(), extract the nodal coordinates and element connections from the returned object, and input them into the Mesh class to generate customized mesh objects. This process can refer to: https://github.com/deepmodeling/jax-fem/blob/main/applications/buckling/cellular_solid.py

For boundary conditions, you can apply them by defining the judgment function or the corresponding node set, please refer to: https://github.com/deepmodeling/jax-fem/blob/main/applications/boundary_index/example.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants