temporarily fix viscosity ratio to 5
This commit is contained in:
parent
c5abbc2e3b
commit
0ca93a2597
1 changed files with 1 additions and 0 deletions
|
|
@ -670,6 +670,7 @@
|
|||
REAL FUNCTION diffusivity_sutherland(c)
|
||||
REAL, INTENT(IN) :: c
|
||||
REAL :: theta, As, Ts, T0, T1
|
||||
REAL, PARAMETER :: rvis=5.0d0
|
||||
T0 = 1.0
|
||||
T1 = (1.0 + bc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue