Page 1 of 1

[GiDlist] Problem type encryption

Posted: Tue Nov 04, 2014 1:35 pm
by sujith gowda
Hi,

I want to know how to make a file to be accessed (can use but not the code
inside through editors) by authorized persons but not from any other.

The files like : *.bas, *.cnd, etc which are present in the problemtypes
folder of ansys55. (attached snapshot). These example files given can be
opened to see the contents in it. But,
If we prepare a new problemtype and want others to access(execute) through
GiD but not the program/code/data inside these files.

Kindly let me know if there is possibility to secure like this,

Thank you,


*Sujith Gowda H S*
Universität Stuttgart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141104/3e955470/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture.JPG
Type: image/jpeg
Size: 32908 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141104/3e955470/attachment-0001.jpeg

[GiDlist] Overlapping mesh elements

Posted: Tue Nov 04, 2014 7:26 pm
by amit Dhankhar
Hi,

Is there a possibility of overlapping mesh elements when we're meshing
multiple volumes? I have the following geometry (basically 3 volumes- a
cube with a cylindrical hole and two cylindrical volumes, each run upto
half length of the cube)

[image: Inline image 1][image: Inline image 2]

I am observing some very close nodes near the cylindrical volumes which
might implicate overlapping elements. Is there a way to check for such
elements if there are any? I have turned off the auto-correct mesh
correction preference since I want to have nearly equal size mesh elements.

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141104/bd3ae963/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 54403 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141104/bd3ae963/attachment-0002.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 26799 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141104/bd3ae963/attachment-0003.png

[GiDlist] Overlapping mesh elements

Posted: Tue Nov 04, 2014 8:01 pm
by escolano
Are the surfaces shared by volumes?

Then you will have shared nodes and connected elements, but they won’t be overlapped.

If surfaces were not shared you will obtain different nodes for each surface, and off course overlapped curved surfaces will provide overlapped elements

(e.g. If do you mesh two arc lines on the same location with different sizes you will obtain overlapped polygonals !!)



If do you have a single shared surface, but force ‘Mesh-Mesh criteria-Duplicate-Surfaces’ as trick to have a copy of the nodes on each volume

then you will have exactly the same position of the nodes on each side, and then elements were not overlapped, they are just tangents.



Enrique



De: gidlist-bounces at listas.cimne.upc.edu [mailto:gidlist-bounces at listas.cimne.upc.edu] En nombre de amit Dhankhar
Enviado el: martes, 4 de noviembre de 2014 19:26
Para: gidlist at listas.cimne.upc.edu
Asunto: [GiDlist] Overlapping mesh elements



Hi,

Is there a possibility of overlapping mesh elements when we're meshing multiple volumes? I have the following geometry (basically 3 volumes- a cube with a cylindrical hole and two cylindrical volumes, each run upto half length of the cube)

Inline image 1Inline image 2



I am observing some very close nodes near the cylindrical volumes which might implicate overlapping elements. Is there a way to check for such elements if there are any? I have turned off the auto-correct mesh correction preference since I want to have nearly equal size mesh elements.

Thanks!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141104/169a0fd3/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 4965 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141104/169a0fd3/attachment.jpeg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 3674 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141104/169a0fd3/attachment-0001.jpeg

[GiDlist] Problem type encryption

Posted: Wed Nov 05, 2014 11:43 am
by escolano
Tcl/Tk itself is an standart scripting language,

You can find documentation about it on the web, e.g.

Tcl tutorial: http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html

Tcl/Tk commands reference http://www.tcl.tk/man/tcl8.6



On the other hand GiD add some extra commands (e.g. to access to its geometry, mesh and data)

You can find GiD specific information in Help-Customization help-Tcl/Tk extension



Enrique



De: sujith gowda [mailto:sujit18.11 at gmail.com]
Enviado el: miércoles, 5 de noviembre de 2014 0:19
Para: Enrique Escolano
Asunto: Re: [GiDlist] Problem type encryption



Hello Sir,
Thanks for the support.


And also I want to know about writing .tcl files,
Can I get any tutorial or examples or guidance to write it for different purposes,
example: to make our own type of node numbering etc.



Thank you,




Sujith Gowda H S
Second Year M.Sc in COMMAS,
Universität Stuttgart,

Germany
Phone: +49-17672126512
e-mail : sujit18.11 at gmail.com mailto:sujit18.11 at gmail.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141105/40072d23/attachment-0001.htm

[GiDlist] Problem type encryption

Posted: Wed Nov 05, 2014 1:52 pm
by sujith gowda
Thank you,
I will go through these


*Sujith Gowda H S*
Second Year M.Sc in COMMAS,
Universität Stuttgart,
Germany
Phone: +49-17672126512
e-mail : sujit18.11 at gmail.com

On 5 November 2014 11:43, Enrique Escolano escolano at cimne.upc.edu wrote:

Tcl/Tk itself is an standart scripting language,

You can find documentation about it on the web, e.g.

Tcl tutorial: http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html

Tcl/Tk commands reference http://www.tcl.tk/man/tcl8.6



On the other hand GiD add some extra commands (e.g. to access to its
geometry, mesh and data)

You can find GiD specific information in Help-Customization help-Tcl/Tk
extension



Enrique



*De:* sujith gowda [mailto:sujit18.11 at gmail.com]
*Enviado el:* miércoles, 5 de noviembre de 2014 0:19
*Para:* Enrique Escolano
*Asunto:* Re: [GiDlist] Problem type encryption



Hello Sir,
Thanks for the support.


And also I want to know about writing .tcl files,
Can I get any tutorial or examples or guidance to write it for different
purposes,
example: to make our own type of node numbering etc.



Thank you,


*Sujith Gowda H S*
Second Year M.Sc in COMMAS,
Universität Stuttgart,

Germany
Phone: +49-17672126512
e-mail : sujit18.11 at gmail.com



_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20141105/09ccbff7/attachment.htm