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 5, pressure field on the surface.
- 02/28/2024: Updated for FinEtools 8.
- 01/07/2023: Updated for FinEtools 7.f3.0. Moved tutorials into the package tree.
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")
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
.
- 08/23/2020: Added a separate tutorial package, FinEtoolsVibInFluidsTutorials.jl).
- 08/18/2020: Added tutorials.