[GiDlist] Problems (GiD6.0 -> GiD7.1)

Moderator: GiD Team

Post Reply
Alisson P. Chaves

[GiDlist] Problems (GiD6.0 -> GiD7.1)

Post by Alisson P. Chaves »

Dear GiD team,

I'm having problems with some input DATA options. The program is working with
the version 6.0, but when I try to copy my problem type definition files, and use it in
the 7.1 version, the CONDITIONS and PROBLEM DATA options do not works. Only
an empty window appears. Is it necessary to make some changes in the .CND and
.PRB files to use this version? This two files are following attached, if it helps ...

Thanks in Advanced !

__________________________________________________________
Alisson P. Chaves alisson at dees.ufmg.br
MSc. student
Department of Structural Engineering
Universidade Federal de Minas Gerais
Av. do Contorno 842 - 2o. andar
30110-060 Belo Horizonte, MG, Brasil
__________________________________________________________


-------------- next part --------------
PROBLEM DATA
QUESTION: PROBLEM TITLE :
VALUE: Titulo
QUESTION: IKIND Parameter : #CB#(Subelement.,Pt-Fora-Subel,Pt-Fora-Simples,Mapeam-Degen.,Int-Analitica)
VALUE: Subelement.
QUESTION: Nodes per Element: #CB#(3,6)
VALUE: 3
HELP: Only the 3 nodes elements are availabe
QUESTION: N. Points Hammer: #CB#(1,3,7,13)
VALUE: 13
QUESTION: N. Pts Gauss/Direct.:
VALUE: 8
HELP: Number of integration points on each direction.
QUESTION: Alpha (Ponto Fora) :
Value: 1.50
HELP: Distance parameter Alpha (only for collocation point outside domain).
QUESTION: CALCULATE INTERNAL POINTS #CB#(YES, NO)
Value: NO
HELP: If YES, insert its co-ordinates in the fields below.
QUESTION: ONLY INTERNAL POINTS EVALUATION #CB#(YES, NO)
Value: NO
HELP: Boundary values must be already calculated (*.RESU files)
QUESTION: Internal_Points(X,Y,Z)
VALUE: #N# 3 0.0 0.0 0.0
HELP: Enter the internal points coordinates
END INTERVAL DATA
-------------- next part --------------
NUMBER: 1 CONDITION: Point-Constraints
CONDTYPE: over points
CONDMESHTYPE: over nodes
QUESTION: X-Constraint#CB#(0,1)
VALUE: 1
QUESTION: Y-Constraint#CB#(0,1)
VALUE: 1
QUESTION: Z-Constraint#CB#(0,1)
VALUE: 1
END CONDITION
NUMBER: 2 CONDITION: Point-Load
CONDTYPE: over points
QUESTION: On direction X#CB#(0,1)
VALUE: 0
QUESTION: X-Traction
VALUE: 0.0
QUESTION: On direction Y#CB#(0,1)
VALUE: 0
QUESTION: Y-Traction
VALUE: 0.0
QUESTION: On direction Z#CB#(0,1)
VALUE: 0
QUESTION: Z-Traction
VALUE: 0.0
END CONDITION
NUMBER: 3 CONDITION: Discontinuities
CONDTYPE: over surfaces
CONDMESHTYPE: over elems
QUESTION: X-Direction#CB#(0,1)
VALUE: 0
QUESTION: Tract. Value
VALUE: 0.0
QUESTION: Y-Direction#CB#(0,1)
VALUE: 0
QUESTION: Tract. Value
VALUE: 0.0
QUESTION: Z-Direction#CB#(0,1)
VALUE: 0
QUESTION: Tract. Value
VALUE: 0.0
END CONDITION
Aleix Valls

[GiDlist] Problems (GiD6.0 -> GiD7.1)

Post by Aleix Valls »

Hi Alisson,


I take a look to files that you attached with your email, and I have the
impression that problems don't came form the change of the version:

In file *.prb: The name of some files has blanks spaces, it is not allowed.
Instead of to use blank space use "_". In problem data window statements
will appear with blanks spaces instead of "_".

Actual definition: QUESTION: N. Points Hammer: #CB#(1,3,7,13)
VALUE: 13
New definition: QUESTION: N._Points_Hammer:#CB#(1,3,7,13)
VALUE: 13
In *.cnd :In this file happens the same thing like in *.prb. A part of this
I thinking there is another mistake:

NUMBER: 2 CONDITION: Point-Load
CONDTYPE: over points
QUESTION: On direction X#CB#(0,1)

Statement CONDMESHTYPE is omitted

Best Regards

Aleix
-----------------
Compass Ing. y Sistemas Aleix Valls
http://www.compassis.com/ aleix at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09

-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]On Behalf Of Alisson P. Chaves
Sent: Thursday, October 24, 2002 1:43 PM
To: gidlist at gatxan.cimne.upc.es
Subject: [GiDlist] Problems (GiD6.0 - GiD7.1)

Dear GiD team,

I'm having problems with some input DATA options. The program is working
with
the version 6.0, but when I try to copy my problem type definition files,
and use it in
the 7.1 version, the CONDITIONS and PROBLEM DATA options do not works. Only
an empty window appears. Is it necessary to make some changes in the .CND
and
.PRB files to use this version? This two files are following attached, if it
helps ...

Thanks in Advanced !

__________________________________________________________
Alisson P. Chaves alisson at dees.ufmg.br
MSc. student
Department of Structural Engineering
Universidade Federal de Minas Gerais
Av. do Contorno 842 - 2o. andar
30110-060 Belo Horizonte, MG, Brasil
__________________________________________________________
Enrique Escolano

[GiDlist] Problems (GiD6.0 -> GiD7.1)

Post by Enrique Escolano »

Another error in addition to the spaces in the name:
The field "Tract. Value" is repeated 3 times in the same condition!!.
To reference in the bas file a field by your name: *Cond(Tract_Value)
(recommended instead the index number *Cond(2)) , this name cannot be
repeated.

Enrique Escolano

----- Original Message -----
From: "Aleix Valls" aleix at compassis.com
To: gidlist at gatxan.cimne.upc.es
Sent: Thursday, October 24, 2002 3:32 PM
Subject: RE: [GiDlist] Problems (GiD6.0 - GiD7.1)


Hi Alisson,


I take a look to files that you attached with your email, and I have the
impression that problems don't came form the change of the version:

In file *.prb: The name of some files has blanks spaces, it is not
allowed.
Instead of to use blank space use "_". In problem data window statements
will appear with blanks spaces instead of "_".

Actual definition: QUESTION: N. Points Hammer: #CB#(1,3,7,13)
VALUE: 13
New definition: QUESTION: N._Points_Hammer:#CB#(1,3,7,13)
VALUE: 13
In *.cnd :In this file happens the same thing like in *.prb. A part of
this
I thinking there is another mistake:

NUMBER: 2 CONDITION: Point-Load
CONDTYPE: over points
QUESTION: On direction X#CB#(0,1)

Statement CONDMESHTYPE is omitted

Best Regards

Aleix
-----------------
Compass Ing. y Sistemas Aleix Valls
http://www.compassis.com/ aleix at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09

-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]On Behalf Of Alisson P. Chaves
Sent: Thursday, October 24, 2002 1:43 PM
To: gidlist at gatxan.cimne.upc.es
Subject: [GiDlist] Problems (GiD6.0 - GiD7.1)

Dear GiD team,

I'm having problems with some input DATA options. The program is
working
with
the version 6.0, but when I try to copy my problem type definition files,
and use it in
the 7.1 version, the CONDITIONS and PROBLEM DATA options do not works.
Only
an empty window appears. Is it necessary to make some changes in the .CND
and
.PRB files to use this version? This two files are following attached, if
it
helps ...

Thanks in Advanced !

__________________________________________________________
Alisson P. Chaves alisson at dees.ufmg.br
MSc. student
Department of Structural Engineering
Universidade Federal de Minas Gerais
Av. do Contorno 842 - 2o. andar
30110-060 Belo Horizonte, MG, Brasil
__________________________________________________________


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Alisson P. Chaves

[GiDlist] RE: It remains (GiD6.0 -> GiD7.1)

Post by Alisson P. Chaves »

Hi all,

Dear Aleix, I'd like to thanks for your answer, but I think this is not the problem. I
tried to follow your suggestion but the problem remains. The same blank window is
there. And else, if the blank spaces were the problem, it woldn't work in the 6.0
version ( I think!).

Anyway, I have a new information, if it helps. When I close the blank Problem Data
window, a GiD message appear, like this:

message 1:---------------- can't read "GidData(PD, SYNC,TKWIDGET)": no such
element in array

I'd appreciate if you have new suggestions.

best regards

__________________________________________________________________

From: "Aleix Valls" aleix at compassis.com
To: gidlist at gatxan.cimne.upc.es
Subject: RE: [GiDlist] Problems (GiD6.0 - GiD7.1)
Send reply to: gidlist at gatxan.cimne.upc.es
mailto:gidlist-request at gid.cimne.upc.es?subject=subscribe
mailto:gidlist-request at gid.cimne.upc.es?subject=unsubscribe
Date sent: Thu, 24 Oct 2002 15:32:34 +0200

[ Double-click this line for list subscription options ]

Hi Alisson,

I take a look to files that you attached with your email, and I have the
impression that problems don't came form the change of the version:

In file *.prb: The name of some files has blanks spaces, it is not allowed.
Instead of to use blank space use "_". In problem data window statements
will appear with blanks spaces instead of "_".

Actual definition: QUESTION: N. Points Hammer: #CB#(1,3,7,13)
VALUE: 13
New definition: QUESTION: N._Points_Hammer:#CB#(1,3,7,13)
VALUE: 13
In *.cnd :In this file happens the same thing like in *.prb. A part of this
I thinking there is another mistake:

NUMBER: 2 CONDITION: Point-Load
CONDTYPE: over points
QUESTION: On direction X#CB#(0,1)

Statement CONDMESHTYPE is omitted

Best Regards

Aleix
-----------------
Compass Ing. y Sistemas Aleix Valls
http://www.compassis.com/ aleix at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09

_______________________________________________________

Alisson P. Chaves
alisson at dees.ufmg.br
_______________________________________________________
Jorge Suit Perez Ronda

[GiDlist] RE: It remains (GiD6.0 -> GiD7.1)

Post by Jorge Suit Perez Ronda »

Dear Alisson, here is attached the problem type fixed, please as Enrique
said you must provide unique names to QUESTIONS.

best regards,

Jorge Suit

Alisson P. Chaves wrote:

Hi all,

Dear Aleix, I'd like to thanks for your answer, but I think this is not the problem. I
tried to follow your suggestion but the problem remains. The same blank window is
there. And else, if the blank spaces were the problem, it woldn't work in the 6.0
version ( I think!).

Anyway, I have a new information, if it helps. When I close the blank Problem Data
window, a GiD message appear, like this:

message 1:---------------- can't read "GidData(PD, SYNC,TKWIDGET)": no such
element in array

I'd appreciate if you have new suggestions.

best regards

__________________________________________________________________

From: "Aleix Valls" aleix at compassis.com
To: gidlist at gatxan.cimne.upc.es
Subject: RE: [GiDlist] Problems (GiD6.0 - GiD7.1)
Send reply to: gidlist at gatxan.cimne.upc.es
mailto:gidlist-request at gid.cimne.upc.es?subject=subscribe
mailto:gidlist-request at gid.cimne.upc.es?subject=unsubscribe
Date sent: Thu, 24 Oct 2002 15:32:34 +0200

[ Double-click this line for list subscription options ]

Hi Alisson,

I take a look to files that you attached with your email, and I have the
impression that problems don't came form the change of the version:

In file *.prb: The name of some files has blanks spaces, it is not allowed.
Instead of to use blank space use "_". In problem data window statements
will appear with blanks spaces instead of "_".

Actual definition: QUESTION: N. Points Hammer: #CB#(1,3,7,13)
VALUE: 13
New definition: QUESTION: N._Points_Hammer:#CB#(1,3,7,13)
VALUE: 13
In *.cnd :In this file happens the same thing like in *.prb. A part of this
I thinking there is another mistake:

NUMBER: 2 CONDITION: Point-Load
CONDTYPE: over points
QUESTION: On direction X#CB#(0,1)

Statement CONDMESHTYPE is omitted

Best Regards

Aleix
-----------------
Compass Ing. y Sistemas Aleix Valls
http://www.compassis.com/ aleix at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09

_______________________________________________________

Alisson P. Chaves
alisson at dees.ufmg.br
_______________________________________________________

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: alisson.cnd
Url: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20021024/aa85a2a1/attachment.txt
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: alisson.prb
Url: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20021024/aa85a2a1/attachment-0001.txt
Post Reply