ana1Tests.simiSolTest.computeV

computeV(solSimi, x1, y1, i, L_y, V)[source]

get flow velocity in y direction from f and g solutions

Parameters
  • solSimi (dictionary) – similarity solution

  • x1 (numpy array) – x coordinate location desiered for the solution

  • y1 (numpy array) – y coordinate location desiered for the solution

  • i (int) – time index

  • L_y (float) – scale in y dir

  • V (float) – y velocity component scale

Returns

v – v similarity solution at (x1, y1)

Return type

numpy array