Ashu's Online Notes

Home

❯

Literature

❯

strainRateFunction

strainRateFunction

May 20, 20221 min read

The viscosity is modeled as a function of strain rate.

transportModel  strainRateFunction;
    strainRateFunctionCoeffs
    {
        function polynomial ((a b) (c d));
    }

Corresponds to

ν=a×γ˙​b+c×γ˙​d

References

  1. https://cfd.direct/openfoam/user-guide/v7-boundaries#x25-1840005.2.3.4
  2. https://cfd.direct/openfoam/user-guide/v7-boundaries#x25-1840005.2.3.4

Graph View

  • Website
  • Substack