byuflowlab / FLOWExaFMM.jl

Julia wrapper of ExaFMM with modifications for a vortex solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The relationship between the SGS and body.J

MENG-light opened this issue · comments

The body.J is defined as a 3x3 Jacobian matrix, while SGS is the sub-grids scale contributions, a 3-dimensional vector.
Why after the SGS contirbution is calculated, Assign SGS to body.J for use by FLOWVPM ( Bi[i].J[0] += SGS[0]; Bi[i].J[1] += SGS[1]; Bi[i].J[2] += SGS[2];)