|
[Sponsors] |
October 11, 2013, 23:12 |
fvm::div(T) or fvc::div(T)
|
#1 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
Hi guys,
I wanna make a discretisation on a turbulence stress tensor. In this term. In most of the situation, nut is a scalar. After discretisation, you can get: But in my case, nut is a turbulence tensor. So I cant turn it into laplacian term.I have to use fvc::div as follows: But actually, I wanna discretize the term into the matrix equation. But I cant use fvm::div(). What should I do.? Thanks. |
|
October 11, 2013, 23:18 |
|
#2 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
BTW.
scaling vector a by vector b would produce vector c whose components are ci = scale(a, b) = (a1b1, a2b2, a3b3) |
|
October 13, 2013, 20:51 |
|
#3 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
Any ideas?
|
|
October 13, 2013, 21:12 |
|
#4 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
||
|
|