Skip to content
  • Henry Weller's avatar
    functionObjects::flowType: new functionObject which calculates and writes the... · 3d0c94bd
    Henry Weller authored
    functionObjects::flowType: new functionObject which calculates and writes the flowType of velocity field
    
        The flow type parameter is obtained according to the following equation:
        \verbatim
                     |D| - |Omega|
            lambda = -------------
                     |D| + |Omega|
    
            -1 = rotational flow
             0 = simple shear flow
             1 = planar extensional flow
        \endverbatim
    3d0c94bd