|
[Sponsors] |
August 23, 2016, 09:17 |
Divergence of a scalarField in two forms
|
#1 |
Member
Rohith
Join Date: Oct 2012
Location: Germany
Posts: 57
Rep Power: 14 |
Hi All,
I am a little enthusiastic to know about the difference between these convective terms Code:
cp*fvm::(phi, T) Code:
fvm::(phi, cp*T) In the first case the divergence of a surfaceScalarField, phi and a volScalarField, T is a scalarField which is multiplied by a ScalarField cp resulting in a ScalarField. In the second case the product of two scalarFields cp and T is a volScalarfield. The divergence of the volScalarField obtained through product and a surfaceScalarField phi is a ScalarField. Can somebody tell me the strong difference between these two notations. Thanking you in Advance, Best Regards, Rohith Last edited by RaghavendraRohith; August 23, 2016 at 11:45. |
|
August 23, 2016, 11:34 |
|
#2 |
Senior Member
Join Date: Sep 2013
Posts: 353
Rep Power: 21 |
You should check that again
For a scalar s and a vector v: div(s*v) = s*div(v)+v & grad(s) Hence it is only equal if cp is a constant scalar. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PEMFC model with FLUENT | brahimchoice | FLUENT | 22 | April 19, 2020 16:44 |
[ANSYS Meshing] Help with element size | sandri_92 | ANSYS Meshing & Geometry | 14 | November 14, 2018 08:54 |
fluent divergence for no reason | sufjanst | FLUENT | 2 | March 23, 2016 17:08 |
Divergence problem | Smaras | FLUENT | 13 | February 21, 2013 06:03 |
3d vof | Smaras | FLUENT | 2 | February 19, 2013 07:58 |