No description
#Example_451 A plane stress modal analysis fem #Set up the FEM environment fem define nodes;r;modal;example #Read in 6 nodes to define a plate fem define window;c #Calculate the window size fem define bases;r;;example #Define a bilinear basis function fem define elements;r;;example #Define two elements fem define fibre;d #Default fibre angles fem define elements;r;;example fibre #Define two fibre elements fem draw lines #Make the line segments visible fem draw elements #Make the element numbers visible fem draw nodes #Make the node numbers visible fem define equation;p #Define a modal analysis using linear # elasticity with plane stress elements # for elements 1 and 2. # Set the basis function type number # to 1 for both displacement components. # Default all other questions. fem define material;p #Define the material parameters for # steel. Define an isotropic material # with a Young's modulus of 200 GPa, # Poissons ratio of 0.3, constant zero # load components and a density of # 7854 Kg/m^3 fem define initial;p #Define initial and boundary conditions # for the problem. Set both # displacements at nodes 1 and 3 to 0.0 fem define solve;p #Define the solve. Default all options # except set the maximum modal frequency # to 5 kHz fem solve #Solve the modal analysis problem fem list modal #List the modal frequencies and shapes fem draw line mode 1 dotted scale 0.5 #Draw the lowest frequency mode fem draw line mode 2 dotted scale 0.5 fem draw line mode 3 dotted scale 0.5 fem draw line mode 4 dotted scale 0.5 fem draw line mode 5 dotted scale 0.5 fem draw line mode 6 dotted scale 0.5 fem draw line mode 7 dotted scale 0.5 fem draw line mode 8 dotted scale 0.5 #Draw the highest frequency mode
Name Modified Size
example_451.com 15-Feb-2001 2.5k modal.ipbase 10-Apr-2000 1.1k modal.ipelem 10-Apr-2000 611 modal.ipelfb 10-Apr-2000 366 modal.ipequa 26-May-2003 1.6k modal.ipinit 10-Apr-2000 632 modal.ipmate 10-Apr-2000 1.4k modal.ipnode 10-Apr-2000 1.3k modal.ipsolv 27-Aug-2002 493
Name Modified Size
examples_4_45_451.tar.gz 19-Aug-2006 3.9k
Html last generated: Sun Mar 6 05:50:20 2016
Input last modified: Mon May 26 17:45:58 2003