Closer to solid for better area estimate
This commit is contained in:
@@ -1247,7 +1247,7 @@ int main(int argc, char **argv)
|
||||
InitD3Q7(ID, B_even, B_odd, &Den[N], Nx, Ny, Nz);
|
||||
// Once phase has been initialized, map solid to account for 'smeared' interface
|
||||
//......................................................................
|
||||
for (i=0; i<N; i++) SignDist.data[i] -= (1.0); //
|
||||
for (i=0; i<N; i++) SignDist.data[i] -= (0.5); //
|
||||
//.......................................................................
|
||||
|
||||
//...........................................................................
|
||||
|
||||
Reference in New Issue
Block a user