Commit e110fb09 authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Expose TKE modeling coefficient

Description:

Gitlab Ticket # - 4610
parent 87a9ff49
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1486,6 +1486,18 @@ vuq{
            ValType=Real
         }
      }
      k_tke_coeff{
         Description="Coefficient in the model used to convert wall shear to turbulent kinetic energy of the form TKE=Tau/rho/coeff, where Tau is the wall shear and rho is the fluid density (coeff is dimensionless)."
         MinOccurs=0
         MaxOccurs=1
         InputTmpl="value.flag"
         value{
            MinOccurs=1
            MaxOccurs=1
            ValType=Real
            MinValExc=0.0
         }
      }

   }
}
+9 −0
Original line number Diff line number Diff line
@@ -1226,3 +1226,12 @@ k_db_4
:Type: Real
:Range: n/a

k_tke_coeff
^^^^^^^^^^^
:Description: Coefficient in the model used to convert wall shear to turbulent kinetic energy of the form TKE=Tau/rho/coeff, where Tau is the wall shear and rho is the fluid density (coeff is dimensionless).
:Min Occurance: 0
:Max Occurance: 1
:Units: n/a
:Type: Real
:Range: >0.0
+1 −0
Original line number Diff line number Diff line
@@ -75,4 +75,5 @@ vuq
      k_db_2 0.8
      k_db_3 0.4
      k_db_4 7.86
      k_tke_coeff 0.3
+1 −0
Original line number Diff line number Diff line
@@ -2,5 +2,6 @@ k_db_1 = 2.300000e-02
k_db_2 = 8.000000e-01
k_db_3 = 4.000000e-01
k_db_4 = 7.860000e+00
k_tke_coeff = 3.000000e-01
k_xkwlxA = 1.100000e+00
k_xkwlxB = -2.200000e+00
+0 −8
Original line number Diff line number Diff line
k_hspl = 1.000000e+00
k_xk_anrflm = 1.000000e+00
k_xk_sb = 1.000000e+00
k_xk_slg = 1.000000e+00
ka_hspl = 0.000000e+00
ka_xk_anrflm = 0.000000e+00
ka_xk_sb = 0.000000e+00
ka_xk_slg = 0.000000e+00
Loading