Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
ANSYS.pdf
Скачиваний:
875
Добавлен:
31.08.2019
Размер:
31.29 Mб
Скачать

vk.com/club152685050Rezoning | vk.com/id446425943

For a 3-D analysis, remeshing is possible only by importing a new mesh created by another application (REMESH,READ) or by splitting an existing mesh (REMESH,SPLIT).

Components are not passed through the rezoning operation.

Rezoning does not support:

POST1 load-case combination commands (such as LCASE, LCDEF, LCOPER, and LCSEL)

Initial state loading (INISTATE)

Dropped midside nodes for higher-order elements (EMID)

Coupling (CP) and constraint equations (CE)

Cyclic symmetry boundary conditions

Distributed ANSYS

4.14. Rezoning Examples

The following example simulations introduce you to rezoning:

4.14.1.Example: Rezoning Using a Program-Generated New Mesh

4.14.2.Example: Rezoning Using a Generic New Mesh

Also see Nonlinear Analysis of a 2-D Hyperelastic Seal Using Rezoning, Ring-Gear Forging Simulation with Rezoning, and Hot-Rolling Structural Steel Analysis with 3-D Rezoning in the Technology Demonstration Guide.

4.14.1. Example: Rezoning Using a Program-Generated New Mesh

Following is an example simulation involving a sealing assembly problem. The example uses a programgenerated new mesh for the remeshing operation.

A rubber seal has an initial rectangular shape and consists of a hyperelastic material modeled with two parameters as a Mooney-Rivlin model. A shaft has a circular cross section and is assumed to be rigid. The shaft moves down vertically. The simulation plots the element strain in the y direction.

Given the initial input, the simulation terminates at substep 10 (TIME = 0.44) because of a mesh distortion. After rezoning, which occurs at substep 7, the simulation concludes successfully with the new mesh.

 

Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information

124

of ANSYS, Inc. and its subsidiaries and affiliates.

vk.com/club152685050 | vk.com/id446425943

Rezoning Examples

4.14.1.1. Initial Input for the Analysis

This input results in a deformed mesh and causes the analysis to terminate:

/batch,list

/filname,RznExample1

/prep7

/com define parameters h=20

b=10

el=b/8

xc=17.5

yc=32.99038

rc=15 PilotMove= -13

c10=62.3584129 c01=-37.8485452 dd=1e-4

/com define element types, material, etc. et,1,182

keyopt,1,3,2

keyopt,1,6,1

et,2,169

et,3,172

keyopt,3,9,0

keyopt,3,10,1

et,4,169

et,5,172

keyopt,5,9,0

keyopt,5,10,1

tb,hyper,1,,2,mooney

tbdata,1,c10,c01,dd

mp,mu,2,0.0

r,3

r,4

/com define geometry k,1,xc,yc

Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information

 

of ANSYS, Inc. and its subsidiaries and affiliates.

125

vk.com/club152685050Rezoning | vk.com/id446425943

k,2,xc,yc,yc k,3,xc-rc,yc k,4,0.0,0.0 k,5,2*rc,0.0 rect,0,b,0,h circle,1,rc,2,3,360,1 /pnum,line,1

lplot l,4,5 lplot aplot

/com create solid elements esize,el

mat,1

type,1

real,1

amesh,1

/com generate the 1st contact pair mat,2

real,3

type,2

esize,h

lmesh,5,7

*get,PilotID,node,,num,max

PilotID=PilotID+1

nkpt,PilotID,1 tshap, pilo e,PilotID

type,3

lsel,,,,2,3

nsll,,1

esln,,0 esurf alls

/com generate the 2nd contact pair real,4

type,4

lmesh,8

lsel,,,,8 esll

esurf,,reverse alls

type,5

lsel,,,,1,2

nsll,,1

esln,,0 esurf alls

/com apply boundary conditions and loads d,PilotID,ux,0.0

d,PilotID,uy,PilotMove

d,PilotID,rotz,0.0

lsel,,,,4

nsll,,1

d,all,ux,0.0 alls

lsel,,,,8

nsll,,1

d,all,uy,0.0 alls

nlist

 

Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information

126

of ANSYS, Inc. and its subsidiaries and affiliates.