ana1Tests.simiSolTest.computeH

computeH(solSimi, x1, y1, i, L_x, L_y, H, AminusC)[source]

get flow thickness 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_x (float) – scale in x dir

  • L_y (float) – scale in y dir

  • H (float) – scale in z dir

  • AminusC – A-C coefficient

Returns

h – h similarity solution at (x1, y1)

Return type

numpy array