Dear neks I am trying to merge two meshes as in ext_cyl example. Do the two meshes have to have matching grid lines for the merge to work ? Thanks praveen
Yes, you should have matching grid lines. Zhenlan On Mon, May 19, 2014 at 8:42 PM, <[email protected]> wrote:
Dear neks I am trying to merge two meshes as in ext_cyl example. Do the two meshes have to have matching grid lines for the merge to work ? Thanks praveen
_______________________________________________ Nek5000-users mailing list [email protected] https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
-- Université Pierre et Marie Curie CNRS-LIMSI Campus d'Orsay 91403 ORSAY
On Mon, May 19, 2014 at 9:10 PM, <[email protected]> wrote:
Yes, you should have matching grid lines.
Zhenlan
Thank you. I am trying to merge a cylinder mesh with a box mesh. E.g., my cylinder is defined like this import.rea 2 1 Y 5 -32 1 0.25 0.20 cccobb 0.05 0.055 0.06 0.07 0.08 0.1 0 1 1 v ,E ,E ,E , I am getting only circles and boxes. The specification "o" does not seem to do anything. What is the meaning of "o" ? Thanks praveen
try my scripts attached here I do not think it is a O, it is a zero, see the user guide, it is explained there about prex. Cheers On Tue, May 20, 2014 at 2:11 PM, <[email protected]> wrote:
On Mon, May 19, 2014 at 9:10 PM, <[email protected]> wrote:
Yes, you should have matching grid lines.
Zhenlan
Thank you.
I am trying to merge a cylinder mesh with a box mesh. E.g., my cylinder is defined like this
import.rea
2
1
Y
5 -32 1
0.25 0.20
cccobb
0.05 0.055 0.06 0.07 0.08 0.1
0 1 1
v ,E ,E ,E ,
I am getting only circles and boxes. The specification "o" does not seem to do anything. What is the meaning of "o" ?
Thanks praveen
_______________________________________________ Nek5000-users mailing list [email protected] https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
On Tue, May 20, 2014 at 2:40 PM, <[email protected]> wrote:
try my scripts attached here
I do not think it is a O, it is a zero, see the user guide, it is explained there about prex.
Cheers
Thank you. Your box7.2d file has ccccoob and it gives 6 circles and one box. The "o" seems to generate a circle. praveen
o should give a polygone but it turns out to be a circle in my case. On Tue, May 20, 2014 at 2:57 PM, <[email protected]> wrote:
On Tue, May 20, 2014 at 2:40 PM, <[email protected]> wrote:
try my scripts attached here
I do not think it is a O, it is a zero, see the user guide, it is explained there about prex.
Cheers
Thank you. Your box7.2d file has
ccccoob
and it gives 6 circles and one box. The "o" seems to generate a circle.
praveen
_______________________________________________ Nek5000-users mailing list [email protected] https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
On Tue, May 20, 2014 at 2:58 PM, <[email protected]> wrote:
o should give a polygone but it turns out to be a circle in my case.
yes, "o" gives a circle. The transition from "c" to "b" is too drastic at the corners of the box; Adjacent element sizes are very different. How can I make it smoother ? Thanks praveen
participants (1)
-
nek5000-users@lists.mcs.anl.gov