jgiret / pyfd

Python for fluid dynamics problems - set of support scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python support for CFD

Join the chat at https://gitter.im/robertsawko/pyfd
Build Status

This is a collection of Python modules for routine CFD calculation but also as a sandbox for more complicated calculations.

  • Colebrook-White friction factor check with single phase pipe
  • Calculation of turbulence intensities for inlet BC specification
  • Wheeler and PD moment inversion algorithms
  • Method of classes method

General

Pressure drop

Simple pressure drop calculation based on Colebrook-White. Tested with efunda calculator.

Turbulence

Turbulent BC

Population balance modelling

Methods of moments

Wheeler's moment inversion

Also known as Modified Chebyshev algorithm (Gautschi 2004). Obtains a set of weights and abcissas from the set of moments.

Realizability check

Checks whether Hadamard matrices have non-negative determinants

About

Python for fluid dynamics problems - set of support scripts.


Languages

Language:Python 100.0%Language:Vim Script 0.0%