0
$\begingroup$

A computational fluid dynamics example solves the equations below. I'm trying to learn the software and a bit of fluid dynamics concurrently. I believe that this is an integral form of the Navier-Stokes equation, conserving quantities within fixed volume elements.

My skills understanding notation are "underdeveloped".

  • In the first integral, what is the meaning of the colon?
  • after the comma, what is the "upside-down A"-like symbol? Do I read that as for all $\mathbf{v}$?

From SfePy example navier_stokes/navier_stokes2d.py:

Navier-Stokes integral

$\endgroup$
7
  • 1
    $\begingroup$ Regarding the second question: the so-called quantifier $\forall$ (in Tex written es \forall) indeed is read as "for all v". $\endgroup$
    – mrtaurho
    Commented May 4, 2019 at 11:31
  • 1
    $\begingroup$ Regarding the first question: simply searching for "colon meaing vector calculus" directs me to this post calling this notation "double dot product" (something I haven't encountered yet). Without further context it cannot be said to be the right one here. $\endgroup$
    – mrtaurho
    Commented May 4, 2019 at 11:42
  • $\begingroup$ @mrtaurho part way down first page and bottom of page 13 here materials.uoc.gr/el/grad/courses/METY101/… and addressed in notation in navier stokes equation I think you've solved it. $\endgroup$
    – uhoh
    Commented May 4, 2019 at 11:47
  • $\begingroup$ Is there anything I could improve which prevents you from accepting my answer? Please, feel free to say! $\endgroup$
    – mrtaurho
    Commented May 4, 2019 at 16:54
  • 1
    $\begingroup$ Ah, I see. I didn't meant to bother you. $\endgroup$
    – mrtaurho
    Commented May 4, 2019 at 22:09

1 Answer 1

1
$\begingroup$

Making my own comments an answer.

Concerning the first question: as I already mentioned the notation $\textbf A:\textbf B$ most likely refers to the Double Dot Product. What exactly happens here (more precise what is multplied here) is, at least to me, not entirely clear since I am not that experienced within this field of mathematics and especially I have never encountered the Double Dot Product, as representative of products of dyadics, before. However, within the Wikipedia article of the Navier Stokes equations, subsection Compressible Flow (and it's used within Incompressible Flow too) it is also used as Double Dot Product from were I can conclude that is then which it refers to here. Additionally, the arcticle you linked calls it "double dot".

Concerning the second question: this one is one of the two commonly used quantifiers. On the one hand we got the exitential quantifier $\exists$ (\exists in Tex, read as "there exists...") and one the other hand the universal quantifier $\forall$ (\forall in Tex, read as "for all..."). Here we read $\forall\underline v$ as "for all vectors $v$" and similiar $\forall q$ as "for all scalars $q$" (the information of vectors and scalars is not included within the quantifiers but within the remaining notation).

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .