[GiDlist] loop over conditions
Posted: Fri Mar 07, 2003 8:50 am
Thank you. This is a good point start.
Supposing I apply the condition Point_Déplacement_imposé first with the
arguments dx=0 dy=0 dz=0 and the with the arguments dx=10 dy=0 dz=10
using the a procedere to find out all the conditions, sort them and
printing only once each condition is OK.
But If I apply twice the condition Point_Déplacement_imposé with the
some arguments dx=0 dy=0 dz=0 using the method you proposed me I will
get only one condition in my bas file. For my problem I need to be able
to print individualy each condition (the two I applied and not for each
point), even if they have the same parameter.
The reasons why I need individualy acces to each condition are driven by
the FEM code I use.
Supposing that I want simulate a stamping process. I need to aplpy some
conditions to block parts in space and other conditions to move down the
punch. Normaly the conditions are different. By maybe in some cases they
will have the some values in the firts step. The some is true for
forces. I need to be able to apply forces with the some values but one
will constant over time and other will evolue fonction of time.
Best regards,
-------------------------------------------------
Mihai TEODORESCU
Email: mihai.teodorescu at prevost-industries.com
-------------------------------------------------
Supposing I apply the condition Point_Déplacement_imposé first with the
arguments dx=0 dy=0 dz=0 and the with the arguments dx=10 dy=0 dz=10
using the a procedere to find out all the conditions, sort them and
printing only once each condition is OK.
But If I apply twice the condition Point_Déplacement_imposé with the
some arguments dx=0 dy=0 dz=0 using the method you proposed me I will
get only one condition in my bas file. For my problem I need to be able
to print individualy each condition (the two I applied and not for each
point), even if they have the same parameter.
The reasons why I need individualy acces to each condition are driven by
the FEM code I use.
Supposing that I want simulate a stamping process. I need to aplpy some
conditions to block parts in space and other conditions to move down the
punch. Normaly the conditions are different. By maybe in some cases they
will have the some values in the firts step. The some is true for
forces. I need to be able to apply forces with the some values but one
will constant over time and other will evolue fonction of time.
Best regards,
-------------------------------------------------
Mihai TEODORESCU
Email: mihai.teodorescu at prevost-industries.com
-------------------------------------------------