Problem with Astk
- thomas
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 3 months ago - 11 years 3 months ago #7401
by thomas
Problem with Astk was created by thomas
Hey,
i have a model with a lot of single mesh files. i try to give every *.med file it's own LU number in Astk. (over 200)
as i wanted to start the job, there was an error message telling me incorrect unit number.
can anyone help me with my problem?
is it possible to set the lu number over 99 or is there any option to raise the limit?
if there are other solutions how i can handle my problem it would be nice to tell me
thanks in advance!
thomas
i have a model with a lot of single mesh files. i try to give every *.med file it's own LU number in Astk. (over 200)
as i wanted to start the job, there was an error message telling me incorrect unit number.
can anyone help me with my problem?
is it possible to set the lu number over 99 or is there any option to raise the limit?
if there are other solutions how i can handle my problem it would be nice to tell me

thanks in advance!
thomas
Last edit: 11 years 3 months ago by thomas.
- Claus
-
- Offline
- Moderator
-
Less
More
- Posts: 670
- Thank you received: 34
11 years 3 months ago #7403
by Claus
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Replied by Claus on topic Re: Problem with Astk
Create a compound mesh in salomé or similar and handle all the different parts of the mesh with (volume) groups? 
I don't know if there's a limit on LU's - what exactly is the error?
/C

I don't know if there's a limit on LU's - what exactly is the error?
/C
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
- RichardS
- Offline
- Elite Member
-
11 years 3 months ago #7404
by RichardS
SimScale - Engineering Simulation in your browser!
Replied by RichardS on topic Re: Problem with Astk
Hello Thomas,
as claws proposed the best solution would probably be to create a compound mesh in salome. If the you have to deal with large mesh sizes this could also easily be bone in batch mode or completly via python.
If you really want to do this with aster you could "hack" the python catalogue:
- search for the file cata.py ( for me its /opt/aster/11.4/lib/python2.7/site-packages/Cata/cata.py)
- search for INFO_EXEC_ASTER and replace val_max=99 by val_max=999 for example.
But this could have side effects, so I would not really advise you to do it unless you have no other choice.
Best regards,
Richard
as claws proposed the best solution would probably be to create a compound mesh in salome. If the you have to deal with large mesh sizes this could also easily be bone in batch mode or completly via python.
If you really want to do this with aster you could "hack" the python catalogue:
- search for the file cata.py ( for me its /opt/aster/11.4/lib/python2.7/site-packages/Cata/cata.py)
- search for INFO_EXEC_ASTER and replace val_max=99 by val_max=999 for example.
But this could have side effects, so I would not really advise you to do it unless you have no other choice.
Best regards,
Richard
SimScale - Engineering Simulation in your browser!
- thomas
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 3 months ago - 11 years 3 months ago #7405
by thomas
Replied by thomas on topic Re: Problem with Astk
thank for the answers!
i will try it with a compound mesh in salome.
kind regards
thomas
Edit:
it works but i have one additional question:
there are yellow warning symbols at the groups of nodes.
is this any problem?
calculation completed
i will try it with a compound mesh in salome.
kind regards
thomas
Edit:
it works but i have one additional question:
there are yellow warning symbols at the groups of nodes.
is this any problem?
calculation completed
Last edit: 11 years 3 months ago by thomas.
- Claus
-
- Offline
- Moderator
-
Less
More
- Posts: 670
- Thank you received: 34
11 years 3 months ago #7407
by Claus
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Replied by Claus on topic Re: Problem with Astk
I think the yellow warning appears if you have modified the groups or something like that. If you know what you are doing with the groups, I wouldn't worry about it.
/C
/C
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Moderators: catux
Time to create page: 0.128 seconds