-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
29 lines (29 loc) · 1.17 KB
/
README
File metadata and controls
29 lines (29 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ____ ____ _ _
# | _ \ __ _/ ___|| |_ / \
# | |_) / _` \___ \| __| / _ \
# | __/ (_| |___) | |_ / ___ \
# |_| \__,_|____/ \__/_/ \_\
#
# a software for Parallel Stability Analysis
#
# Created by Jacopo Canton under the supervision of Franco Auteri and Marco
# Carini, based on Luigi Quartapelle's subroutines for FEM discretization.
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# FEATURES:
# - axisymmetric base flow computation
# - continuation of solutions and bifurcation tracking (LOCA90)
# - eigenvalues and eigenvectors computation -3d- (ARPACK library)
# - structural sensitivity computation -3d-
# - computation of the optimal linear perturbations -3d- (transient growth)
# - DNS
# - evolution of optimal linear perturbations on the nonlinear system
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# CONTACTS:
# jcanton@mech.kth.se
# franco.auteri@polimi.it
# marco.carini@polimi.it
# luigi.quartapelle@polimi.it
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~