Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the 3D elastostatics problem. Find u such that PDE Constitutive relation Kinematic relation ijj+fi 0 in ij = Cijklekl Juk J kl= +
Consider the 3D elastostatics problem. Find u such that PDE Constitutive relation Kinematic relation ijj+fi 0 in ij = Cijklekl Juk J kl= + Neumann b.c. Dirichlet b.c. ijn;=h; on hi u = u on u Consider a three-dimensional domain defined by = [0,1] m; x2 = [0,1] m; x3 = [0,1] m (i.e. the unit cube). Use E 2.0e11 Pa and v = 0.3. Assume traction h; =0 N.m2 on all surfaces where no other conditions are specified. Use linear basis functions and a 10 x 10 x 10 element mesh for submission. Apply the following boundary conditions: h = h = 0, h3 = 1.0e9 * 1 Pa on the face 3 = 1 m and u = u = u3 = 0 m on the face x3 = 0 m. Coding Instructions: You will receive the following files: main3.cc (the source file) FEM3.h (the template header file) writeSolutions.h CMakeLists.txt You will also receive the .vtk solution file for a 5 x 5 x 5 mesh. As before, most of your coding will be done in FEM3.h. Do not modify any function names or the names of any class data structure. The only parts of main3.cc that should be modified are the function inputs that define the number of elements in the mesh. Your FEM3.h file must run with the given main3.cc file. Nothing should be changed in writeSolutions.h or CMakeLists.txt. Submission Instructions: You should submit (through the Coursera website) a .zip file (name it CA3.zip) containing your FEM3.h file and the .h5 solution file. You will have one .h5 solution file. The .h5 file will contain the solution vector. Do not submit any files other than those listed here.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started