Numerical Simulation Tools

CFD & Aerodynamics Calculator - NASA Standard Atmosphere

Free Real-time

Atmospheric Parameters & Total Conditions

Formulas:
T0 = T * (1 + (gamma-1)/2 * M^2)
P0 = P * (1 + (gamma-1)/2 * M^2)^(gamma/(gamma-1))
q = 0.5 * rho * V^2
a = sqrt(gamma * R * T)

y+ Calculator (Boundary Layer Mesh Design)

Turbulence Model y+ Targets
ModelTarget y+Description
k-omega SST~ 1Requires fine near-wall mesh
Standard k-epsilon~ 30Standard wall function
LES/DNS~ 1Direct simulation
Formulas:
y+ = rho * u* * y / mu = u* * y / nu
u* = sqrt(tauw/rho), tauw = 0.5 * Cf * rho * V^2
First layer: Dy = y+ * nu / u*
Cf = 0.074 * Re^(-0.2) (Schlichting)

Boundary Layer Calculator

Note: Shape factor H = delta*/theta:
H ~ 2.0-2.5 = Laminar
H ~ 1.2-1.5 = Turbulent
Formulas:
Turbulent: delta = 0.37 * x / Re_x^(1/5)
delta* = 0.046 * x / Re_x^(1/5)
theta = 0.036 * x / Re_x^(1/5)
Re_x = rho * V * x / mu

Drag & Lift Calculator

Drag Coefficient Reference
Body TypeCdApplication
Sphere0.47Reference
Cylinder0.99Bluff body
Airfoil 0deg0.006Flat plate
Airfoil 10deg0.08With AoA
Car0.30Ground vehicle
Truck0.70Commercial
Formulas:
Drag D = Cd * q * A
Lift L = Cl * q * A
Cl = 2pi * alpha (rad), thin airfoil
q = 0.5 * rho * V^2

Reynolds Number Calculator

Flow Regime:
Flat plate: Re_crit = 5x10^5
Sphere/Cylinder: Re_crit = 2x10^5
Re > Re_crit = Turbulent
Formula:
Re = rho * V * L / mu = V * L / nu