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

vk.com/club152685050 | vk.com/id446425943

Example Component Mode Synthesis Analysis

!Specifies the loadstep and substep to be expanded

expsol,1,4

!g.

!Solve the first expansion pass

solve finish

!Repeat the expansion pass for "part2"

!Expansion pass 2

/clear,nostart

/filnam,part2 resume

/solu

expass,on

seexp,part2,use

expsol,1,4 solve finish

!Repeat the expansion pass for "part3"

!Expansion pass 3

/clear,nostart

/filnam,part3 resume

/solu

expass,on

seexp,part3,use

expsol,1,4 solve finish

!STEP #6 (a. through d.)

!Reads results for "load step 1 - substep 4"

!a.

!Clears the database

/clear,nostart

!b.

!Specifies the data file where results are to be found

/post1

cmsfile,add,part1,rst

cmsfile,add,part2,rst

cmsfile,add,part3,rst

!c.

!Reads the first data set

set,first

!d.

!Plots the displacement contour in the x direction

11.3.4. Analysis Steps: Fixed-Interface Method

The following table describes the input listing and the steps involved in the example fixed-interface CMS analysis in more detail.

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

 

of ANSYS, Inc. and its subsidiaries and affiliates.

297

vk.com/club152685050C ponent Mode Synthesis| vk.com/id446425943

Step

Description

Command(s)

 

 

 

1. Start an interactive session.

2. Read the input file: cms_sample.inp /INPUT,CMS_SAMPLE.INP

3.

Perform the generation pass.

 

 

 

 

 

a. Change the Jobname to PART1.

/FILNAME,PART1

 

b. Specify the analysis type as substructuring.

/SOLU

 

 

ANTYPE,SUBSTR

 

c. Assign a name to the superelement matrix file.

SEOPT,PART1,2

 

d. Specify CMS options.

CMSOPT,FIX,10

 

e. Select element component PART1.

CMSEL

 

f. Select node component INTERFACE1.

CMSEL,S,INTER-

 

 

FACE1

 

g. Set all active DOFs as masters.

M,ALL,ALL

 

h. Select all nodes attached to the selected elements.

NSLE

 

i. Solve the current analysis.

SOLVE

 

j. Save the database.

SAVE

 

----

 

As coded in the input file, generation passes for the remaining parts PART2 and PART3 occur here. Steps a through j are repeated for PART2 and again for PART3. (The Jobname and superelement matrix file name change accordingly.) Also, for passes 2 and 3, the node component is INTERFACE2 and INTERFACE3, respectively.

4.

Perform the use pass.

 

 

 

 

 

a. Clear the database.

/CLEAR,NOSTART

 

b. Change the Jobname to USE.

/FILNAME,USE

 

c. Define the element type.

/PREP7

 

 

ET,1,MATRIX50

 

d. Define the element type attribute pointer.

TYPE,1

 

e. Define the three superelements to use in the model

SE,PART1

 

(PART1, PART2 and PART3).

 

 

 

SE,PART2

 

 

SE,PART3

 

 

FINISH

 

f. Specify the analysis type as modal.

/SOLU

ANTYPE,MODAL

g. Specify modal analysis options. MODOPT,LANB,10

h. Expand 10 modes.

MXPAND,10

 

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

298

of ANSYS, Inc. and its subsidiaries and affiliates.

vk.com/club152685050 | vk.com/id446425943

Example Component Mode Synthesis Analysis

Step

Description

Command(s)

 

 

 

 

i. Solve the current analysis.

SOLVE

 

 

FINISH

 

 

 

5.

Perform the expansion pass.

 

 

 

 

 

a. Clear the database.

/CLEAR,NOSTART

 

b. Change the Jobname to PART1.

/FILNAME,PART1

 

c. Resume the database.

RESUME

 

d. Perform the expansion.

/SOLU

 

 

EXPASS,ON

 

e. Name the superelement and use pass.

SE-

 

 

EXP,PART1,USE

 

f. Specify the loadstep and substep to expand.

EXPSOL,1,4

 

g. Solve the current analysis.

SOLVE

 

----

FINISH

 

As coded in the input file, expansion passes for the remaining

 

 

parts PART2 and PART3 occur here. Steps a through g are

 

 

repeated for PART2 and again for PART3. (The Jobname and

 

 

superlement name change accordingly.)

 

6.

Read the results.

 

 

a. Specify the superelement matrix file containing the

/CLEAR,NOSTART

 

results.

 

 

 

/POST1

 

 

CMS-

 

 

FILE,ADD,PART1,RST

 

 

CMS-

 

 

FILE,ADD,PART2,RST

 

 

CMS-

 

 

FILE,ADD,PART3,RST

 

b. Read the first data set.

SET,FIRST

 

c. Plot the displacement contour in the X direction.

PLNSOL,U,X

 

----

FINISH

 

This step completes the sample fixed-interface CMS analysis.

 

Your results should match those shown in Figure 11.3: Ex- ample CMS Analysis Results: Fixed-Interface Method (p. 300).

The results of your fixed-interface CMS analysis should match those shown here:

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

 

of ANSYS, Inc. and its subsidiaries and affiliates.

299

vk.com/club152685050C ponent Mode Synthesis| vk.com/id446425943

Figure 11.3: Example CMS Analysis Results: Fixed-Interface Method

11.3.5. Input for the Analysis: Free-Interface Method

This input file fragment shows how to set up the generation pass to perform the example CMS analysis via the free-interface method. (All other input remains the same, as shown in Input for the Analysis: Fixed-Interface Method (p. 293).)

.

.

.

!STEP #3 (a. through j.)

!Generation pass

!Generation pass 1

!a.

!Change the active jobname which will become the superelement name

/filnam,part1

!b.

!Specify the analysis type as substructuring

/solu

antype,substr

!c.

!Specifies the name to be assigned to superelement matrix file

!Strongly suggested to be the same as the active jobname

seopt,part1,2

!d.

!Specifies CMS options

cmsopt,FREE,10,,,FNUM,3

!If not otherwise specified, the CMSOPT command default behavior

!is to automatically determine rigid body modes in the calculation

!e.

!Selects element component named "part1"

cmsel,s,part1

 

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

300

of ANSYS, Inc. and its subsidiaries and affiliates.