PetrKryslUCSD / FinEtoolsVibInFluids.jl

Finite Element tools in Julia: Vibration of elastic solids partially or fully submerged in inviscid fluid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status Latest documentation

FinEtoolsVibInFluids: Vibration of elastic objects in fluids

FinEtools is a package for basic operations on finite element meshes. FinEtoolsVibInFluids is a package using FinEtools to solve problems of free vibration in fluids.

Fu, Price clamped plate, vibration mode 5Fu, Price clamped plate, vibration mode 5, pressure field on the surface.

News

  • 02/28/2024: Updated for FinEtools 8.
  • 01/07/2023: Updated for FinEtools 7.f3.0. Moved tutorials into the package tree.

Past news

Tutorials

There are tutorials explaining the use of this package. Check out the index. The tutorials themselves can be executed as follows:

  • Download the package or clone it.
git clone https://github.com/PetrKryslUCSD/FinEtoolsVibInFluids.jl.git
  • Change into the tutorials folder: cd .\FinEtoolsVibInFluids.jl\tutorials.
  • Start Julia: julia.
  • Activate the environment:
using Pkg; Pkg.activate("."); Pkg.instantiate();
  • Execute the desired tutorial. Here name.jl is the name of the tutorial file:
include("name.jl")

Examples

Begin with changing your working directory to the examples folder. Activate and instantiate the examples environment.

using Pkg
Pkg.activate(".")
Pkg.instantiate()

There are a number of examples. The examples may be executed as described in the conceptual guide to FinEtools.

Past news

About

Finite Element tools in Julia: Vibration of elastic solids partially or fully submerged in inviscid fluid

License:MIT License


Languages

Language:Julia 100.0%