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

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for orr_sommerfeld_convmix_cgb-0.2.2.tar.gz
Algorithm Hash digest
SHA256 5ad2c4c07a4d6cf4ef9885bac892cd3d8e329f4adbf19f43b2afba761b6d4a2c
MD5 fc9c028107bc1ca3eee9c3cd4c81ebb8
BLAKE2b-256 1e2eedff24695b8756e002d76495f8e319dbcdcc513db78745ec90d14ef78ae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for orr_sommerfeld_convmix_cgb-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b3b7c6de72f3f3a85f466f0c035c25bbe1c5db576029f866ac8144aec8de77d7
MD5 567e0fb6ea6553bf1b1f69a8fa4e9f23
BLAKE2b-256 d864515e32ca0e1f8709222f138ad05017e0076e1de0b0ed4f396a26eeca0dce

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