Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Pages: 1
Excuse me.
I am trying to simulate of shell model.
The model is subjected to a linear load in the X-axis direction from the left of upper shell and fixed at the right of under shell.
But it does not simulate anyway.
Perhaps there are problems with the settings of connection between the upper, lower and central shells, but I am not sure.
Would you like to some advice please?
Offline
hello
the error in the message file means that surface right is free floating in space
so does surface target
what are supposed to do the two instance of LIAISON_SOLIDE ?
and there are a few other things which i do not understand
jean pierre aubry
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
I haven't seen your model yet, but I know at least two ways of connecting shells. Merge nodes and elements in SMESH module or LIAISON_DDL* between groups. LIAISON_SOLIDE I'd only use when I want to transfer distant load, moment applied to node or rigid connection between specific two groups, for example like RBE2 spider.
*I made a mistake, I meant LIAISON_MAIL.
Last edited by k_zurawski (2023-11-19 17:10:57)
regards,
Krzysztof
Offline
LIAISON_SOLIDE=(_F(GROUP_NO=('r', )),
_F(GROUP_NO=('l', ))),
I'd use LIAISON_SOLIDE as separate AFFE_CHAR_MECA and invoke it separately in EXCIT (but this is my preference only). And you have a mistake in my opinion. _F(GROUP_NO=('r', ) should indicate both "contact" pairs.
Rigid=AFFE_CHAR_MECA(MODELE=B,
LIAISON_SOLIDE=_F(GROUP_NO=('r','l',),),
)
Last edited by k_zurawski (2023-11-19 17:34:39)
regards,
Krzysztof
Offline
In case of glue contact between meshes:
Glued=AFFE_CHAR_MECA(MODELE=B,
LIAISON_MAIL=_F(GROUP_MA_MAIT='liner',
GROUP_MA_ESCL='tagr',
TYPE_RACCORD='MASSIF', (check in documentation what correct RACCORD for shell is)
),)
this is for one instance, you have to add second glued pair.
regards,
Krzysztof
Offline
Let me know if you need more assistance. We can go step by step with the command file.
regards,
Krzysztof
Offline
hello
find attached is a modified .comm file that (i hope!) solves the problem
with a more logical mesh the problem would be much simpler
but please read the documentation for each command before using it to understand what i does
you may also read my book
jean pierre aubry
Last edited by jeanpierreaubry (2023-11-20 17:08:35)
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
One question, listr and func0 are defined in this case to divide totla load to 20 increments? Am I right?
regards,
Krzysztof
Offline
One question, listr and func0 are defined in this case to divide totla load to 20 increments? Am I right?
it looks like that
but i do not know what the writer of the command file intend to do with this feature as the 20 steps are purely linear (proportionnal)
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Maybe to check at which step the stress is near yield?
regards,
Krzysztof
Offline
Maybe to check at which step the stress is near yield?
maybe though with MECA_STATIQUE it is strictly proportionnal
and with E=16000.0, i guess the parts are in wood
construction code do not mention yield stress for wood!
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Jean Pierre,
You have chosen NIVE_COUCHE='MOY' in POST_CHAMP, why not SUP or INF?
regards,
Krzysztof
Offline
Krzysztof,
just my choice
it shows the stress state not taking into account local bending
of course a real life study shoud include SUP an INF as well
as another point
i am annoyed that all these remarks do not call any answer from the original poster
who did not bother to introduce himsef by the way !
Last edited by jeanpierreaubry (2023-11-26 10:08:44)
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Correct me if I'm wrong, but in this case the results for all the three layers should be the same?
As for the second point.
I can't speak for others, but despite few fierce battles I'm loosing when it comes to patience. I think it's the sign of of our times that we want to have all the information right away on a silver plate.
If he got discouraged at least I benefited from this conversation. So please don't feel that you wasted your time.
Thank you for sharing all your experience here and with your publication.
regards,
Krzysztof
Offline
Correct me if I'm wrong, but in this case the results for all the three layers should be the same?
of course for this very (plane) probleme, i answered a bit too fast
Thank you for sharing all your experience here and with your publication.
thanks to you
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Pages: 1