Skip to content

Commit

Permalink
add test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Apr 28, 2024
1 parent fe9c5e9 commit d8d6647
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
6 changes: 0 additions & 6 deletions examples/src/examples.jl

This file was deleted.

15 changes: 14 additions & 1 deletion test/test_composite_shell_statics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,20 @@ using .mcompshell1
mcompshell1.test()

module mcompshell2
# From Barbero's Finite Element Analysis using Abaqus ... book Example 3.3
"""
From Barbero's Finite Element Analysis using Abaqus ... book Example 3.3
Use Abaqus to model a simply supported rectangular plate with dimensions
ax = 2000 mm, ay = 2000 mm, for a laminate [±45/0]S.
Apply a tensile edge load
Nx = 200 N/mm. Determine the maximum horizontal displacement. Each layer is 1.0 mm
thick with the following properties:
E1 = 37.88 GPa
G12 = 3.405 GPa
ν12 = 0.299
E2 = 9.407 GPa
G23 = 3.308 GPa
ν23 = 0.422
"""
using LinearAlgebra: norm, Transpose, mul!, I
using FinEtools
using FinEtools.AlgoBaseModule: solve_blocked!
Expand Down

0 comments on commit d8d6647

Please sign in to comment.