Skip to content
  • Andrew Heather's avatar
    ENH: Lagrangian - added particle Tomiyama drag model · 8950c9b0
    Andrew Heather authored and Kutalmış Berçin's avatar Kutalmış Berçin committed
    Based on the reference
    
        Tomiyama, A., Kataoka, I., Zun, I., Sakaguchi, T. (1998)
        Drag coefficients of single bubbles under normal and micro gravity
        conditions
        JSME International Journal, 41(2), 472-479.
    
    Example usage
    
        subModels
        {
            particleForces
            {
                tomiyamaDrag
                {
                    sigma       0.07;
                    contamination pure; // pure | slight | full
                }
            }
        }
    8950c9b0