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.5.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for orr_sommerfeld_convmix_cgb-0.2.5.tar.gz
Algorithm Hash digest
SHA256 0b31d6740f49b650dc452d52403b2d03f69c2ea43f6c8a949e1808bdc7d0298f
MD5 f2d5376f45be3c906745050ac52c7033
BLAKE2b-256 4b21221e6194e41b2921db3a5dda8a983b35f61ed21d16ecc1b0228db25da71c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for orr_sommerfeld_convmix_cgb-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ea2f216485eae5f8f6a6ff76be5b6836439f71244d07e46452aa38676bb12576
MD5 9c93113cb7e70cb64230bba213fbbef1
BLAKE2b-256 16db45e475b7ffe0ca63c9ecc05690ef59892ea0ca5c5e1eeedf7f22969bf69f

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