Skip to main content

Paquete para cálculo de autovalores y autofunciones.

Project description

Orr-Sommerfeld-convmix-CGB Package

It is a python package developed in order to solve the Orr Sommerfeld equations. It is free for the community and allows to calculate disturbances for one flow of interest: Mixed convection in vertical rectangular channels. These perturbations can be used to analyze the phenomenon of the laminar-turbulent transition.

Table of contents

General info

Fluid systems are often described and characterized by their stability or receptivity behavior. Perturbations of infinitesimal amplitude that grow when superimposed on an equilibrium state of the flow render the base flow unstable. The laminar-turbulent transition can have a significant impact on heat transfer, especially in mixed convection applications where temperature effects are manifested through buoyancy forces.

To understand the flow conditions that cause this transition mathematically and how it affects heat transfer, the linear stability theory can be used. This theory predicts when a laminar flow becomes turbulent by analyzing small disturbances and determining if they will grow or dissipate. If the disturbances grow, the laminar flow becomes unstable and transitions to turbulence. This package focuses on examining the temporal transition, using spatial variables as inputs.

Technologies

Project is created with:

Installation

It is possible to install using pip:

pip install Orr-Sommerfeld-convmix-CGB

Examples

  • Importing the package:
from Orr_Sommerfeld_convmix_CGB import OS_CM
  • The necessary inputs to compute the spectrum of temporal eigenvalues and their respective perturbations are:
N=100 #Number of nodes t
Ra=100 #Rayleigh number
Pr=0.71 #Prandtl number
Re=300 #Reynolds number
alpha=2.5 #perturbation wavelength in the x-direction
beta=0 #perturbation wavelength in the z-direction
  • Can compute the spectrum of temporal eigenvalues (disturbances frecuency) and their respective eigenvectors, which are the amplitude of the disturbances. Also can obtain the real and imaginary parts of the eigenvalue which its imaginary part is the maximum:
[lam,V,max_real,max_imag]=OS_CM.Orr_Sommerfeld(N,Ra,Pr,Re,alpha,beta)
  • The lam array is sorted from highest imaginary part to lowest imaginary part, and it contains all the eigenvalues. To obtain the eigenvectors corresponding to a given eigenvalue, you can do:
[v,u,w,tita]=OS_CM.vector_perturbaciones(N,lam,V,0,alpha,beta,Re,Ra)
  • Where v, u and w are de amplitudes of the velocity disturbances and tita is the amplitude of the temperature disturbance. In this example, the eigenvalue choosen was the first one in lam.
  • There is also available a function to normalize the disturbances such that when the phase of v is zero, its norm is maximum and equal to 1:
[v,u,w,tita]=OS_CM.normalizacion(v,u,w,tita)
  • Additionally, there is a function that plots the eigenvalues using the matplotlib library. The package also includes an interactive plot of the eigenvalues using pandas
OS_CM.grafica_autovalores(N,Ra,Pr,Re,alpha,beta)
  • eigenvectors can also be plotted using the previously mentioned normalization: OS_CM.grafica_autofunciones(N,Ra,Pr,Re,alpha,beta)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orr_sommerfeld_convmix_cgb-0.2.6.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file orr_sommerfeld_convmix_cgb-0.2.6.tar.gz.

File metadata

File hashes

Hashes for orr_sommerfeld_convmix_cgb-0.2.6.tar.gz
Algorithm Hash digest
SHA256 9f22d9d918acc9e7f9c21fbce417504a1bb383907557bfae734abcac7b33474d
MD5 de3cbcf433464ff96bf5bf849decd4e6
BLAKE2b-256 3003c7b43a6ef2f6bf38cf2598ba5caa613bbd4799d9af2246d95fd538cabeed

See more details on using hashes here.

File details

Details for the file orr_sommerfeld_convmix_cgb-0.2.6-py3-none-any.whl.

File metadata

File hashes

Hashes for orr_sommerfeld_convmix_cgb-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6dca3c169a295f666b5c2da9ad7a05056e2a38ab69bcfdd66748fa150a9a4ac8
MD5 6565f7b788999212db3e7e81f16c4afe
BLAKE2b-256 36e21ad1c3c5c34ab50558364aac57f98eea52afe9e07265dce77d2ba089fb60

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page