Search found 6 matches
- Wed Sep 07, 2016 8:19 pm
- Forum: Mesh
- Topic: Problem with 3D graded unstructured meshes
- Replies: 1
- Views: 4471
Problem with 3D graded unstructured meshes
Hello, I am building a 3D model of a beam with a 45 degree slot in the middle. The tetrahedral mesh that I would like to build is an unstructured one, with smaller elements in the middle (close to the slot) and bigger elements on the sides. At the moment I meshed the solid with constant sizes of the...
- Sat Dec 05, 2015 5:25 pm
- Forum: Postprocess
- Topic: Isosurfaces on prisms
- Replies: 5
- Views: 8447
Re: Isosurfaces on prisms
Hi Miguel!
thank you very much!! when will the next version of GiD be available?
thank you very much!! when will the next version of GiD be available?
- Wed Dec 02, 2015 3:28 pm
- Forum: Postprocess
- Topic: Isosurfaces on prisms
- Replies: 5
- Views: 8447
Re: Isosurfaces on prisms
Hello Miguel,
those prisms are linear. I sent you an email with the result files, since they are too big to be posted here...
those prisms are linear. I sent you an email with the result files, since they are too big to be posted here...
- Wed Dec 02, 2015 12:58 pm
- Forum: Postprocess
- Topic: Isosurfaces on prisms
- Replies: 5
- Views: 8447
Isosurfaces on prisms
Dear all,
I would like to plot isosurfaces on prismatic 3D elements. However the plots are fragmented as in the attached photos...
I tried with both last developer and official versions.
Thank you in advance for your help!
I would like to plot isosurfaces on prismatic 3D elements. However the plots are fragmented as in the attached photos...
I tried with both last developer and official versions.
Thank you in advance for your help!
- Mon Jun 08, 2015 2:21 pm
- Forum: Customization
- Topic: loop over element nodes with conditions
- Replies: 3
- Views: 5928
Re: loop over element nodes with conditions
Hello Enrique, thank you for your reply. However the situation is a little bit more complex than that. My condition is a pressure over face: NUMBER: 7 CONDITION: Surface-Load CONDTYPE: over surfaces CONDMESHTYPE: over face elems QUESTION: Components:#CB#(GLOBAL,LOCAL) VALUE: GLOBAL DEPENDENCIES: (GL...
- Sun Jun 07, 2015 4:35 pm
- Forum: Customization
- Topic: loop over element nodes with conditions
- Replies: 3
- Views: 5928
loop over element nodes with conditions
Hello, I have a loop over the elements to get nodes conditions. For example, I have a face condition over a line and I get it from the .bas file with this: *Set Cond Face-Load *elems *CanRepeat *loop elems *OnlyInCond ELEM=*elemsnum() NODES=*globalnodes *if(QUADRAT==1) GLOBAL: FX=*cond(2) FY=*cond(3...