You are on page 1of 9

fini

/clear
/prep7
/TITLE,cantilever beam
N,1,0,0,0
N,2,50,0,0
N,3,200,0,0
c*** define element type
et,1,beam3
c*** define material prop.
mp,ex,1,30e6!!!psi steel
mp,nuxy,1,0.3
mp,ex,2,10e6!!!psi aluminum
mp,nuxy,2,0.34
c*** create parameters
ht=6!!inch
br=4!!inch
ar=ht*br
MI1=br*ht**3/12
ht1=3!!inch
br1=2!!inch
ar1=ht1*br1
MI2=br1*ht1**3/12

c*** create real constants


R,1,ar,MI1,ht
R,2,ar1,MI2,ht1
c***
REAL,1
mat,1
type,1
c*** define elements
e,1,2
c***
REAL,2
mat,2
type,1
c*** define elements
e,2,3
c***constraints
d,1,all,0
c*** force
f,3,fy,-100
/solu
solve
Input for cantilever composit

Use mplist to list all


material properties

Use rlist to list real constant


sets

Plot elements
with material
numbers on,
Plt_ctrl,

Use Plt_Ctrl
,numbering to plot
elements with real
constants

Observe type,mat ,real values in


element list

Use *status to list the values of


parameters created.

Use /eshap,1 to see the line


type elements in 3D with
relative dimensions. Use
isometric control to plot.

SOLVE the problem and see the results as per the


previous Problem.
Remember following commands:
/eshap,1: visual 3d effect to line type elements.
*status
Element Plots with Real constant, material and
element type numbers.

You might also like