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

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for orr_sommerfeld_convmix_cgb-0.2.3.tar.gz
Algorithm Hash digest
SHA256 0d4db117c068dbd75697c3d673110c0e453980ca8bd262bced6473db1f267700
MD5 04e96c3b8bc71b83b51eea4babe3e621
BLAKE2b-256 d797c3ebd9e37760f1665d4cdb88bbb91cbe2a7973dbd7870658c6590345d96f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for orr_sommerfeld_convmix_cgb-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f36e0119d3f5c0f9b84bd1e379ecd6de2395724b49ae81c74720670bf0674c2d
MD5 4a9669934e4c8e6db483454605a3ff66
BLAKE2b-256 c85778cf32c163fb183e2101e9e45adbf5156ad3338f7efb5a28655a99d8ce37

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