Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Meshing volumes 1

Status
Not open for further replies.

Robert000

Structural
Oct 23, 2005
45
0
0
SK
Hi all,

I have some problems with mapped meshing. I would like to create brick mesh with regularity on boundary areas (inlet, outlet, top, left and right, bottom with finest mesh) as well as on object areas(finest mesh).

How can I do that?

Thanks a lot,

Robert

And the geometry:

/prep7

ET,1,FLUID142 !element type
MPTEMP,,,,,,,, !material properties
MPTEMP,1,0
MPDATA,DENS,1,,1.25
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,VISC,1,,1.79e-005

BLC4,0,0,2.35,17.723,51.5
BLC4,109.65,0,2.35,17.723,51.5
CYL4,56,-41.525,78.525,46.6143,81.525,133.3857,51.5
btol,0.001
vadd,all
BLOCK,-224,672,0,240,-103,154.5,
vsbv,1,4
 
Replies continue below

Recommended for you

Hello,

It's not so simple. This code generates your geometry so it can be mapped meshed, but the problem ist at the corners of the cylinder, where small lines are builded. It can be meshed but with very small elements.

Code:
/prep7
et,1,45
BLC4,0,0,2.35,17.723,51.5
BLC4,109.65,0,2.35,17.723,51.5
CYL4,56,-41.525,78.525,46.6143,81.525,133.3857,51.5 
btol,0.001 
vovlap,all
BLOCK,-224,672,0,240,0,51.5
vovlap,all
asel,s,loc,z,0
vext,all,,,,,-103
asel,s,loc,z,51.5
vext,all,,,,,154.5-51.5
vsel,s,loc,z,0,51.5
vsel,r,loc,x,0,112
vsel,u,,,2
vdele,all
vsel,all
esize,5
vsweep,all


Regards,
Alex
 
Status
Not open for further replies.
Back
Top