-
Notifications
You must be signed in to change notification settings - Fork 25
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
An error occurred in reading the cdb file of the model with cracks #450
Comments
@planestress |
Of course,here it is. |
Hi @planestress @germa89 1 The file is not really a CDB file, it is an input file. I diffrentiate between an 'cdb' file and an 'input' file in the content. This cdb file has APDL to run a solution and post-processing. True cdb files have just the FEM. It should not make a difference to the PyMAPDL Reader but if you read the cdb into MAPDL then you need to know this...well if you don't want to do the solve etc. If you do want to import into MAPDL you may want to edit out the commands that change the working directory and the filename in the cdb file. 2 PyMAPDL Reader expects the NBLOCK and EBLOCK commands to have the max entity number and the count on the lines. You can find the help on the cdb commands here. 3 The nodes in the NBLOCK should be in ascending order, for PyMAPDL Reader, but the last node defined in the file is not the node with the largest ID. Mike |
hello sir, I would like to ask how you simulate crack growth in ansys. If you have time, can you teach me. I would be very grateful. |
Hello,
I used FRANC3D software to do the crack propagation simulation,I am not sure I can solve your problem.Nevertheless,you can introduce your problem firstly and I will find out it.
…------------------ 原始邮件 ------------------
发件人: "ansys/pymapdl-reader" ***@***.***>;
发送时间: 2024年11月27日(星期三) 晚上10:13
***@***.***>;
***@***.******@***.***>;
主题: Re: [ansys/pymapdl-reader] An error occurred in reading the cdb file of the model with cracks (Issue #450)
hello sir, I would like to ask how you simulate crack growth in ansys. If you have time, can you teach me. I would be very grateful.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Ok,thank you。Can you give me your email address so that we can contact each other via email? This will make communication more convenient. |
***@***.***
…------------------ 原始邮件 ------------------
发件人: "ansys/pymapdl-reader" ***@***.***>;
发送时间: 2024年11月27日(星期三) 晚上10:23
***@***.***>;
***@***.******@***.***>;
主题: Re: [ansys/pymapdl-reader] An error occurred in reading the cdb file of the model with cracks (Issue #450)
Ok,thank you。Can you give me your email address so that we can contact each other via email? This will make communication more convenient.
@planestress
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
邮箱好像被屏蔽了大佬 请问你有做过ansys裂纹扩展的相关内容吗,我最近也要开展相关工作 ,但是组里其他人没有做的,我想问下大佬你有没有参考资料一类的 @planestress |
The email address seems to be blocked. I can not see it. Have you done any work related to crack growth in ANSYS? I am also going to do related work recently, but no one else in the my group has done it. I would like to ask if you have any references. Thank you so much |
@Fatigerrr |
Hi @Fatigerrr Also search the word 'crack' in the MAPDL Verification Manual here; there are a few fully done models with references. Mike p.s. you may want to post this type of question to the PyMAPDL GitHub Discussion site instead of here at the PyMAPDL Reader. The Reader is for working with already created files (result, element matrix etc) while the PyMAPDL is for all aspects of FEA/FEM utilizing MAPDL. |
🔍 Before submitting the issue
🐞 Description of the bug
I used
archive=pymapdl_reader.Archive('static.cdb')
command to read elements and nodes informations from the cdb file,where "static.cdb" is a file produced by software FRANC3D,an error occurred asIf I use this command read other uncracked models' cdb file it worked.
📝 Steps to reproduce
Creat a uncracked model and caculate with ANSYS and import it into FRANC3D,then introduce a crack to the model and save the file,there will be a cdb file generated.Next,read this cdb file with
pymapdl_reaader.Archive
command,the error will occur.💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
19.2
🐍 Which Python version are you using?
3.11
📦 Installed packages
The text was updated successfully, but these errors were encountered: