byuflowlab / FLOWExaFMM.jl

Julia wrapper of ExaFMM with modifications for a vortex solver
4 stars 3 forks source link

The relationship between the SGS and body.J #10

Closed MENG-light closed 1 year ago

MENG-light commented 1 year ago

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];)