ibl.initial_condition.FalknerSkanStagCondition
- class ibl.initial_condition.FalknerSkanStagCondition(du_e, nu)
Bases:
InitialConditionReturns the stagnation conditions based on the Falkner-Skan solution.
This class returns the stagnation conditions obtained from the Falkner-Skan solution to the stagnation point flow.
- Parameters:
du_e (float)
nu (float)
- __init__(du_e, nu)
- Parameters:
du_e (float)
nu (float)
Methods
__init__(du_e, nu)delta_d()Return the displacement thickness for this initial condition.
delta_k()Return the kinetic energy thickness for this initial condition.
delta_m()Return the momentum thickness for this initial condition.
shape_d()Return the displacement shape factor for this initial condition.
shape_k()Return the kinetic energy shape factor for this initial condition.
Attributes
Rate of change of edge velocity profile at initial condition.
Kinematic viscosity at initial condtion.
- shape_d()
Return the displacement shape factor for this initial condition.
- Returns:
Displacement shape factor.
- Return type:
float
- shape_k()
Return the kinetic energy shape factor for this initial condition.
- Returns:
Kinetic energy shape factor.
- Return type:
float
- delta_d()
Return the displacement thickness for this initial condition.
- Returns:
Displacement thickness.
- Return type:
float
- delta_m()
Return the momentum thickness for this initial condition.
- Returns:
Momentum thickness.
- Return type:
float
- delta_k()
Return the kinetic energy thickness for this initial condition.
- Returns:
Kinetic energy thickness.
- Return type:
float
- property du_e: float
Rate of change of edge velocity profile at initial condition.
- property nu: float
Kinematic viscosity at initial condtion. Must be greater than zero.