pygasflow

Contents:

  • Install
  • Examples
  • pygasflow Modules Reference
    • Solvers
    • Common functionalities
    • Fanno Flow
    • Isentropic Flow
    • Rayleigh Flow
    • Shockwaves
    • Nozzles
    • Aerothermodynamics
      • Attached Viscous Flow
        • Boundary-Layer Thickness - Flat Plate
        • Wall Shear Stress - Flat Plate
        • Wall Shear Stress - Stagnation Point
        • Heat Flux - Flat Plate
        • Heat Flux - Stagnation Point
      • Non-Dimensional Numbers
      • Newtonian Flow Model
      • Temperatures
      • Thermal Conductivity
      • Viscosity
      • Hypersonic Viscous Interaction
    • Interactive
  • Deprecations
  • Changelog
pygasflow
  • pygasflow Modules Reference
  • Aerothermodynamics
  • Attached Viscous Flow
  • Edit on GitHub

Attached Viscous Flow

This module contains functions to estimate the main quantities related to attached viscous flow.

  • Boundary-Layer Thickness - Flat Plate
    • deltas_lam_ic()
    • deltas_tur_ic()
    • deltas_lam_c()
    • deltas_tur_c()
    • Laminar Incompressible
      • delta_lam_ic()
      • delta_1_lam_ic()
      • delta_2_lam_ic()
      • shape_factor_lam_ic()
    • Laminar Compressible
      • delta_lam_c()
      • delta_1_lam_c()
      • delta_2_lam_c()
      • shape_factor_lam_c()
    • Turbulent Incompressible
      • delta_tur_ic()
      • delta_tur_ic_viscous()
      • viscous_edge_velocity()
      • delta_tur_ic_scaling()
      • delta_1_tur_ic()
      • delta_2_tur_ic()
      • shape_factor_tur_ic()
    • Turbulent Compressible
      • delta_tur_c()
      • delta_tur_c_viscous()
      • delta_tur_c_scaling()
      • delta_1_tur_c()
      • delta_2_tur_c()
      • shape_factor_tur_c()
  • Wall Shear Stress - Flat Plate
    • wss_ic()
    • wss_c()
    • skin_friction()
    • Laminar Incompressible
      • wss_lam_ic()
      • friction_drag_lam_ic()
    • Laminar Compressible
      • wss_lam_c()
      • friction_drag_lam_c()
    • Turbulent Incompressible
      • wss_tur_ic()
      • friction_drag_tur_ic()
    • Turbulent Compressible
      • wss_tur_c()
      • friction_drag_tur_c()
  • Wall Shear Stress - Stagnation Point
    • velocity_gradient()
    • wss_cyl_c()
  • Heat Flux - Flat Plate
    • wall_temperature()
    • heat_flux()
  • Heat Flux - Stagnation Point
    • heat_flux_fay_riddell()
    • heat_flux_scott()
    • heat_flux_detra()
    • wall_temperature()
    • heat_flux()
Previous Next

© Copyright 2025, Davide Sandonà.

Built with Sphinx using a theme provided by Read the Docs.