TetSolidList Generate

TetGen, import mesh, Paraview, Quasar, etc

TetSolidList Generate

Postby rwendner » Wed Jul 27, 2016 7:44 am

The TetSolidList generate commands are inconsistent with the HexSolidList generate commands.
Please adopt for the TetSolidList the same syntax as used for the HexSolidList.

The Prism command is not recognized, even though the command appears in the manual.
Then suddenly the manual switches to the command Parallelepiped, which works.
There is insufficient explanation in the manual regarding the use of Parallelepiped.

TetSolidList TetCube Geometry {
Generate {
Parallelepiped {
1 5 ; 1 3 ; 1 3 ;
-4. 4.
-2. 2.
-2. 2.
}
}
}

Something like the following would be consistent and easy to use
Generate {
Block {
Dimensions 10 cm 10 cm 10 cm
ElementsAtEdge 10 10 10
}
rwendner
 
Posts: 154
Joined: Wed Jul 15, 2015 4:35 pm

Re: TetSolidList Generate

Postby zhouxinwei » Wed Jul 27, 2016 10:07 pm

Thanks for pointing this out. The "Parallepiped" format follows the convention used in an old mesh generator called Ingrid. I believe we wanted to implement the simplified "Prism" format consistent with the HexSolidList years ago, but it looks like we did not do it. We will implement this feature when we have some time, hopefully soon.
zhouxinwei
 
Posts: 208
Joined: Thu Jul 09, 2015 7:12 pm

Re: TetSolidList Generate

Postby rwendner » Wed Jul 27, 2016 10:14 pm

the current syntax has the following meaning:

TetSolidList TetCube Geometry {
Generate {
Parallelepiped {
1 3 ; 1 3 ; 1 3 ; // 1 nx; 1 ny; 1 nz ... number of devisions for each direction
-0.3 0.3 // min and max dimension in x direction
-0.3 0.3 // min and max dimension in y direction
-0.3 0.3 // min and max dimension in z direction
}
}
}
rwendner
 
Posts: 154
Joined: Wed Jul 15, 2015 4:35 pm

Re: TetSolidList Generate

Postby rwendner » Tue Aug 02, 2016 11:28 am

Is there a command that specifies the units used by the Generate command?
If not, please add a command consistent with the other generators.
rwendner
 
Posts: 154
Joined: Wed Jul 15, 2015 4:35 pm

Re: TetSolidList Generate

Postby zhouxinwei » Thu Aug 04, 2016 2:12 am

Thanks for the suggestion, a LengthUnits keyword will be added.
zhouxinwei
 
Posts: 208
Joined: Thu Jul 09, 2015 7:12 pm


Return to Pre/Post Processing

Who is online

Users browsing this forum: No registered users and 2 guests

cron