- Forum
- Public Forums
- Finite Element Modelling - Code_Aster
- pesanteur (gravity) not accepted in AFFE_CHAR_MECA
pesanteur (gravity) not accepted in AFFE_CHAR_MECA
- kwou
-
Topic Author
- Offline
- Moderator
-
15 years 3 months ago #3833
by kwou
Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)
--
kind regards - kees
pesanteur (gravity) not accepted in AFFE_CHAR_MECA was created by kwou
Hoi
after upgrading from CA9.4 to CA10.x I tried to apply gravity to a construction. It runs fine in CA9.4 but the command is not accepted in CA10.x.
[code:1]g = 9810.0;
px = 1.0;
gravity=AFFE_CHAR_MECA(VERI_NORM='OUI',
MODELE=Blmod,
PESANTEUR=(g,px,px,px),
INFO=2,);
[/code:1]
The message file reports:
DEBUT CR validation : fort.1
Etape : AFFE_CHAR_MECA ligne : 45 fichier : 'fort.1'
Mot-clé facteur multiple : PESANTEUR
L'occurrence n 1 du mot-clé facteur : PESANTEUR n'est pas valide
...
L'occurrence n 4 du mot-clé facteur : PESANTEUR n'est pas valide
Mot-clé invalide : PESANTEUR
Type non autorisé pour le mot-clé PESANTEUR : '9810.0'
...
Type non autorisé pour le mot-clé PESANTEUR : '1.0'
Fin Mot-clé invalide : PESANTEUR
Fin Mot-clé facteur multiple : PESANTEUR
Fin Etape : AFFE_CHAR_MECA
I attach the input
and flasheur files.
Any help much appreciated.
kind regards - kees
after upgrading from CA9.4 to CA10.x I tried to apply gravity to a construction. It runs fine in CA9.4 but the command is not accepted in CA10.x.
[code:1]g = 9810.0;
px = 1.0;
gravity=AFFE_CHAR_MECA(VERI_NORM='OUI',
MODELE=Blmod,
PESANTEUR=(g,px,px,px),
INFO=2,);
[/code:1]
The message file reports:
DEBUT CR validation : fort.1
Etape : AFFE_CHAR_MECA ligne : 45 fichier : 'fort.1'
Mot-clé facteur multiple : PESANTEUR
L'occurrence n 1 du mot-clé facteur : PESANTEUR n'est pas valide
...
L'occurrence n 4 du mot-clé facteur : PESANTEUR n'est pas valide
Mot-clé invalide : PESANTEUR
Type non autorisé pour le mot-clé PESANTEUR : '9810.0'
...
Type non autorisé pour le mot-clé PESANTEUR : '1.0'
Fin Mot-clé invalide : PESANTEUR
Fin Mot-clé facteur multiple : PESANTEUR
Fin Etape : AFFE_CHAR_MECA
I attach the input
Attachment gravity10.zip not found
Any help much appreciated.
kind regards - kees
Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)
--
kind regards - kees
- wwiki
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 0
15 years 3 months ago #3835
by wwiki
Replied by wwiki on topic Re:pesanteur (gravity) not accepted in AFFE_CHAR_MECA
- kwou
-
Topic Author
- Offline
- Moderator
-
15 years 3 months ago #3836
by kwou
Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)
--
kind regards - kees
Replied by kwou on topic Re:pesanteur (gravity) not accepted in AFFE_CHAR_MECA
Hoi wwiki
Thank you for your reply.
The syntax has been changed apparently with version CODE_ASTER -- VERSION DE DEVELOPPEMENT 10.01.09, I found it after a search in the histor files, directory $ASTER_ROOT/STA10.1/histor/10.1.9 or www.code-aster.org/documents/histor/10.1.9.txt . In the standard CA documentation vs 10 this has not been updated yet.
New syntax is:
[code:1]
g = 981000.0;
pz = -1.0;
gravity=AFFE_CHAR_MECA(VERI_NORM='OUI',
MODELE=Blmod,
PESANTEUR=_F(GRAVITE=g,DIRECTION=(0.0,0.0,pz),GROUP_MA='block1',),
INFO=2,);
[/code:1]
1) pour l'affectation de la gravité via la commande AFFE_CHAR_MECA, il s'agit de remplacer
le mot-clé simple PESANTEUR=(G,X,Y,Z) par un mot-clé facteur
PESANTEUR=_F(GRAVITE=G,DIRECTION=(X,Y,Z),GROUP_MA/MAILLE = ...)
Par défaut, la gravité s'applique à tout le
maillage si aucun mot-clé GROUP_MA ou MAILLE n'est défini.
kind regards - kees<br /><br />Post edited by: Kees Wouters, at: 2010/04/17 22:02
Thank you for your reply.
The syntax has been changed apparently with version CODE_ASTER -- VERSION DE DEVELOPPEMENT 10.01.09, I found it after a search in the histor files, directory $ASTER_ROOT/STA10.1/histor/10.1.9 or www.code-aster.org/documents/histor/10.1.9.txt . In the standard CA documentation vs 10 this has not been updated yet.
New syntax is:
[code:1]
g = 981000.0;
pz = -1.0;
gravity=AFFE_CHAR_MECA(VERI_NORM='OUI',
MODELE=Blmod,
PESANTEUR=_F(GRAVITE=g,DIRECTION=(0.0,0.0,pz),GROUP_MA='block1',),
INFO=2,);
[/code:1]
1) pour l'affectation de la gravité via la commande AFFE_CHAR_MECA, il s'agit de remplacer
le mot-clé simple PESANTEUR=(G,X,Y,Z) par un mot-clé facteur
PESANTEUR=_F(GRAVITE=G,DIRECTION=(X,Y,Z),GROUP_MA/MAILLE = ...)
Par défaut, la gravité s'applique à tout le
maillage si aucun mot-clé GROUP_MA ou MAILLE n'est défini.
kind regards - kees<br /><br />Post edited by: Kees Wouters, at: 2010/04/17 22:02
Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)
--
kind regards - kees
Moderators: catux
- Forum
- Public Forums
- Finite Element Modelling - Code_Aster
- pesanteur (gravity) not accepted in AFFE_CHAR_MECA
Time to create page: 0.132 seconds