zhulianhua/dugksFoam

python3 setDV.py update

Opened this issue · 0 comments

setDV.py may have some error when use python3. In "def dvGH", the variable "N" can replace with "int(N)" and in "def dvNC", "for i in range(nBy4)" can replace with "for i in range(int(nBy4))".