Meaning of *.agdd file

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Meaning of *.agdd file

dxvn818
Dear all,

I would like to ask the meaning of *.agdd file in some examples. As far as I understand, the domain file *.agdd is written in this way:

"number of discrete elements"
x1 y1 z1 radius_1
x2 y2 z2 radius_2
...
"number of element pair"
element_1 element_2
...
"name of a set of discrete elements"
element_1
...
<???>

However, I do not understand the last part of the file, especially some words like "Disabled", for example, in /Example/Continuous/TensileTest/gdd/cube-2000.agdd:

Disabled
0
1
Box Boundary -9.705317e-04 -3.368818e-03 -1.660232e-03 1.123811e-03 1.527603e-03 1.482996e-03 9.999971e-01 1 1.012845e+00 1.015431e+00 1.015217e+00
0

Could you please give me some hint and what file in the lib I should refer to read more about it ?

Thank you,
Vinh
Do Xuan Vinh Nguyen
PhD Student,
School of Mechanical, Materials, Mechatronic and Biomedical Engineering,
Faculty of Engineering and Information Sciences,
University of Wollongong, New South Wales, Australia
Reply | Threaded
Open this post in threaded view
|

Re: Meaning of *.agdd file

jeremie.girardot
Administrator
Deaer vinh, here is the meaning of .agdd format :


--------------------------------------------------------------------------------------------
"number of discrete elements"
x1 y1 z1 radius_1
x2 y2 z2 radius_2
...
"number of element pair"
element_1 element_2
...
"number of discrete element setof
"name of a set of #1 discrete elements"
"number of discrete element IN the setof #1"
element_1
...
"name of a set of #2 discrete elements"
"number of discrete element IN the setof #2"
element_1
...
...
...
"number of pair setof
"name of a set of #1 pair"
"number of pairs IN the setof #1"
pair_1
...
"name of a set of #2 pairs"
"number of pairs IN the setof #2"
pair_1
...
...
...
"number of discrete shape#
"type of the shape" "name of the shape" "parameters of the shape"

...
"number of tools#

--------------------------------------------------------------------------------------------


you can check the example :

tags/2.0/Example/Continuous/TensileTest/gdd/cube-10000.agdd

regards



Reply | Threaded
Open this post in threaded view
|

Re: Meaning of *.agdd file

dxvn818
Thank you, Jeremie.
Do Xuan Vinh Nguyen
PhD Student,
School of Mechanical, Materials, Mechatronic and Biomedical Engineering,
Faculty of Engineering and Information Sciences,
University of Wollongong, New South Wales, Australia