diff --git a/Project.toml b/Project.toml index 350c927..25e3055 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] DelimitedFiles = "1" +ArnoldiMethod = "0.4" julia = "1" [extras] diff --git a/README.md b/README.md index f7bb032..16b2cd3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # OWENSFEA +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://sandialabs.github.io/OWENSFEA.jl) +![](https://github.com/sandialabs/OWENSFEA.jl/workflows/CI/badge.svg) + + OWENSFEA is a structural dynamics analysis tool intended to address the challenges associated with modeling Vertical Axis Wind Turbines (VAWTs), namely spin softening, centrifugal stiffening, and coriolis forces, in a numerically energy preserving finite element method. This finite element method is based on the Timoshenko beam element and can be run both for modal and unsteady analyses. Please see the following reference for more details. Please make all feature changes and bug fixes as branches and then create pull requests against the dev branch. The dev branch will be periodically pulled into master for version changes. diff --git a/docs/Project.toml b/docs/Project.toml new file mode 100644 index 0000000..238937a --- /dev/null +++ b/docs/Project.toml @@ -0,0 +1,9 @@ +[deps] +BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" +Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" + +[extras] +CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" \ No newline at end of file