I just use custom command tool to analysis tcl file.
I add recorder for mpco
recorder mpco "mmc.mpco" -N "displacement" "modesOfVibration"
but it doesn't work.
How can I write mpco file?
How can I write mpco file
How can I write mpco file
- Attachments
-
- gkj_op_ela_RSA.zip
- (71.58 KiB) Downloaded 191 times
-
marafini.f
- Posts: 363
- Joined: Fri Nov 13, 2020 1:52 pm
Re: How can I write mpco file
Dear gokki,
I just checked your file in your folder called analysis_steps.tcl.
If you put a wipe command after the recorder mpco command you will not obtain any result. If you remove the second wipe, the mpco recorder will be created but will yield this error:
MPCORecorder FATAL Error: igp != elem_gauss_id[igp]
This error is there because there is a problem with the zeroLengthSection element and the mpco recorder, it is something we are going to take care of in the future.
But in the meantime, we saw that in your example you do not need to use the zeroLengthSection, as you are using elastic materials for the shear in two directions, which result in an uncoupled behaviour. You can just use a normal zeroLengthElement, paying particular attention to the orientation you apply to the two materials.
Let us know how it goes.
Enjoy your modeling =)
Francesca
I just checked your file in your folder called analysis_steps.tcl.
If you put a wipe command after the recorder mpco command you will not obtain any result. If you remove the second wipe, the mpco recorder will be created but will yield this error:
MPCORecorder FATAL Error: igp != elem_gauss_id[igp]
This error is there because there is a problem with the zeroLengthSection element and the mpco recorder, it is something we are going to take care of in the future.
But in the meantime, we saw that in your example you do not need to use the zeroLengthSection, as you are using elastic materials for the shear in two directions, which result in an uncoupled behaviour. You can just use a normal zeroLengthElement, paying particular attention to the orientation you apply to the two materials.
Let us know how it goes.
Enjoy your modeling =)
Francesca
Re: How can I write mpco file
Thanks to you, I can check the result.
-
marafini.f
- Posts: 363
- Joined: Fri Nov 13, 2020 1:52 pm
Re: How can I write mpco file
You are welcome gokki.