Home

Awesome

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.

<img src="Fu_Price_mode5.png" alt="Fu, Price clamped plate, vibration mode 5" style="width: 100; float: left; margin-right: 10px;" />Fu, Price clamped plate, vibration mode 5, pressure field on the surface.

News

Past news

Tutorials

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

git clone https://github.com/PetrKryslUCSD/FinEtoolsVibInFluids.jl.git
using Pkg; Pkg.activate("."); Pkg.instantiate();
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.

<a name="past-news"></a>Past news