uso de shell-3

Upload: darwin-patino-perez

Post on 13-Apr-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/26/2019 USO DE SHELL-3

    1/2

    ! File :apdlANSYS-DEFINICION DE SECCION SHELL-3

    ! Descripcin: USO DE SHELL-3

    ! Autor : Darwin Patio Prez

    ! Mail : [email protected],[email protected],[email protected]

    ! Fecha : 05/04/2016

    ! Departamento: Ingeniera Computacional IndustrialUCA

    /PREP7

    !*

    ET,1,SHELL93

    !*

    ! Define the section for shells

    R,1,.04, , , , , ,

    !*

    ! Define the material

    MPTEMP,,,,,,,,

    MPTEMP,1,0

    MPDATA,EX,1,,200e9

    MPDATA,PRXY,1,,.3

    ! Setup the model

    ! Define the keypoints

    k,1,0,0,0

    k,2,4,0,0

    k,3,4,4,0

    k,4,0,4,0

    ! Define the lines

    l,1,2

    l,2,3

    l,3,4

    l,4,1

  • 7/26/2019 USO DE SHELL-3

    2/2

    ! Define the section area

    a,1,2,3,4

    ! Extrude a volumn from area

    VEXT,1, , ,0,0,10,,,,

    ! Delete useless volumn and areas

    VDELE, 1

    ADELE,1,2,1

    ! Mesh

    ESIZE,0.5,0,

    AMESH,ALL

    !*

    FINISH

    /SOL

    ! Fixed end

    DL,1, ,ALL,

    DL,2, ,ALL,

    DL,3, ,ALL,

    DL,4, ,ALL,

    ! Give the pressure on the top surface

    SFA,5,2,PRES,1

    SOLVE

    FINISH