From cc052498133ad24ae5a493f842ea42c5abcc468a Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Fri, 18 Oct 2013 08:28:35 +0100 Subject: [PATCH] ENH: Surface filme - updated thixotropicViscosity model documentation --- .../thixotropicViscosity/thixotropicViscosity.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/thixotropicViscosity/thixotropicViscosity.H b/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/thixotropicViscosity/thixotropicViscosity.H index 3cdd3235e6c..609b7940e6c 100644 --- a/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/thixotropicViscosity/thixotropicViscosity.H +++ b/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/thixotropicViscosity/thixotropicViscosity.H @@ -35,13 +35,13 @@ Description The viscosity is then calculated using the expression \f[ - \mu = \frac{\mu_{inf}}{{1 - K \lambda}^2} + \mu = \frac{\mu_{\infty}}{{1 - K \lambda}^2} \f] Where the parameter K is given by: \f[ - K = 1 - \frac{\mu_{\inf}}{\mu_{0}}^0.5 + K = 1 - \sqrt{\frac{\mu_{\infty}}{\mu_{0}}} \f] Here: @@ -53,7 +53,7 @@ Description d | model coefficient \dot{\gamma} | stress rate [1/s] \mu_{0} | limiting viscosity when \f$ \lambda = 1 \f$ - \mu_{\inf} | limiting viscosity when \f$ \lambda = 0 \f$ + \mu_{\infty} | limiting viscosity when \f$ \lambda = 0 \f$ \endvartable -- GitLab