Enrique
Thanks for the tip but I still have a problem
I have the following as a .bas file which works OK when I have a line
between the points but when I delete the line it reports that
CondNumEntities(int) is zero ?
.bas file:
Number of Point charges
*Set Cond Point-charge *nodes
*set var numchg(int)=CondNumEntities(int)
*numchg
*#----------------------------------------
node value(Coulombs)
*Set Cond Point-charge *nodes
*loop nodes *OnlyInCond
*NodesNum *cond(1)
*end
Any thoughts?
Is there a way of setting the Utilities-Preferences: Meshing , and select
"Mesh Always by default" for
Points to be always on when the specific problem type is selected?
Thanks in advance
Mark
-----Original Message-----
From: Enrique Escolano [mailto:escolano at cimne.upc.es]
Sent: 12 May 2003 14:34
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] meshing
By default, isolated points are not meshed as nodes, but you can change this
setting with:
Utilities-Preferences: Meshing , and select "Mesh Always by default" for
Points
Note: The nodes are hidden by default, but can show their labels.
(or show written "escape escape View Entities Nodes" in the command line or
with the right buttons)
Enrique Escolano
----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: "Gidlist (E-mail)" gidlist at gatxan.cimne.upc.es
Sent: Monday, May 12, 2003 2:39 PM
Subject: [GiDlist] meshing
I have an electrostatics application where I have a surface & discrete
point
charges not on the surface.
I have found that the only way to write out both the surface mesh and the
points to a mesh file is to join the points to a dummy point with lines to
make them linear elements.
Is there a more elegant method to enable both surface elements & points to
be written to a mesh file?
Thanks in advance
Mark
GiD6.3.0b & win98
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 24/02/03
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can correct
the error.
[GiDlist] meshing
Moderator: GiD Team
[GiDlist] meshing
Your problem type can change automatically this GiD variable from tcl with
.central.s process escape escape escape utilities variables ForceMeshEntities 1
It is recommended to restore the old value when the problemtype is unloaded. To ask GiD for the current value, use:
set oldvalue [.central.s info variables ForceMeshEntities]
But inother hand, you have reason. If only are generated the nodes, without elements, the conditions are not transferred automatically to the mesh. This bug is not corrected until a next beta version.
----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: gidlist at gatxan.cimne.upc.es
Sent: Monday, May 12, 2003 6:20 PM
Subject: RE: [GiDlist] meshing
Enrique
Thanks for the tip but I still have a problem
I have the following as a .bas file which works OK when I have a line
between the points but when I delete the line it reports that
CondNumEntities(int) is zero ?
.bas file:
Number of Point charges
*Set Cond Point-charge *nodes
*set var numchg(int)=CondNumEntities(int)
*numchg
*#----------------------------------------
node value(Coulombs)
*Set Cond Point-charge *nodes
*loop nodes *OnlyInCond
*NodesNum *cond(1)
*end
Any thoughts?
Is there a way of setting the Utilities-Preferences: Meshing , and select
"Mesh Always by default" for
Points to be always on when the specific problem type is selected?
Thanks in advance
Mark
-----Original Message-----
From: Enrique Escolano [mailto:escolano at cimne.upc.es]
Sent: 12 May 2003 14:34
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] meshing
By default, isolated points are not meshed as nodes, but you can change this
setting with:
Utilities-Preferences: Meshing , and select "Mesh Always by default" for
Points
Note: The nodes are hidden by default, but can show their labels.
(or show written "escape escape View Entities Nodes" in the command line or
with the right buttons)
Enrique Escolano
----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: "Gidlist (E-mail)" gidlist at gatxan.cimne.upc.es
Sent: Monday, May 12, 2003 2:39 PM
Subject: [GiDlist] meshing
I have an electrostatics application where I have a surface & discrete
point
charges not on the surface.
I have found that the only way to write out both the surface mesh and the
points to a mesh file is to join the points to a dummy point with lines to
make them linear elements.
Is there a more elegant method to enable both surface elements & points to
be written to a mesh file?
Thanks in advance
Mark
GiD6.3.0b & win98
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 24/02/03
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can correct
the error.
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030512/312051d0/attachment.htm
.central.s process escape escape escape utilities variables ForceMeshEntities 1
It is recommended to restore the old value when the problemtype is unloaded. To ask GiD for the current value, use:
set oldvalue [.central.s info variables ForceMeshEntities]
But inother hand, you have reason. If only are generated the nodes, without elements, the conditions are not transferred automatically to the mesh. This bug is not corrected until a next beta version.
----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: gidlist at gatxan.cimne.upc.es
Sent: Monday, May 12, 2003 6:20 PM
Subject: RE: [GiDlist] meshing
Enrique
Thanks for the tip but I still have a problem
I have the following as a .bas file which works OK when I have a line
between the points but when I delete the line it reports that
CondNumEntities(int) is zero ?
.bas file:
Number of Point charges
*Set Cond Point-charge *nodes
*set var numchg(int)=CondNumEntities(int)
*numchg
*#----------------------------------------
node value(Coulombs)
*Set Cond Point-charge *nodes
*loop nodes *OnlyInCond
*NodesNum *cond(1)
*end
Any thoughts?
Is there a way of setting the Utilities-Preferences: Meshing , and select
"Mesh Always by default" for
Points to be always on when the specific problem type is selected?
Thanks in advance
Mark
-----Original Message-----
From: Enrique Escolano [mailto:escolano at cimne.upc.es]
Sent: 12 May 2003 14:34
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] meshing
By default, isolated points are not meshed as nodes, but you can change this
setting with:
Utilities-Preferences: Meshing , and select "Mesh Always by default" for
Points
Note: The nodes are hidden by default, but can show their labels.
(or show written "escape escape View Entities Nodes" in the command line or
with the right buttons)
Enrique Escolano
----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: "Gidlist (E-mail)" gidlist at gatxan.cimne.upc.es
Sent: Monday, May 12, 2003 2:39 PM
Subject: [GiDlist] meshing
I have an electrostatics application where I have a surface & discrete
point
charges not on the surface.
I have found that the only way to write out both the surface mesh and the
points to a mesh file is to join the points to a dummy point with lines to
make them linear elements.
Is there a more elegant method to enable both surface elements & points to
be written to a mesh file?
Thanks in advance
Mark
GiD6.3.0b & win98
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 24/02/03
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can correct
the error.
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030512/312051d0/attachment.htm