Introduction
Introduction Statistics Contact Development Disclaimer Help
tremove temporary underrelaxation scaling - sphere - GPU-based 3D discrete elem…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 6588888296ad8f7e9330985e76d83c7ff05c615d
parent 946bd41fa7800255c8e5a2e5d80492d413f5e2f2
Author: Anders Damsgaard <[email protected]>
Date: Wed, 25 Feb 2015 15:44:24 +0100
remove temporary underrelaxation scaling
Diffstat:
M src/darcy.cuh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/darcy.cuh b/src/darcy.cuh
t@@ -625,7 +625,7 @@ __global__ void findDarcyPressureForce(
- rho_f*V*MAKE_FLOAT3(
devC_params.g[0],
devC_params.g[1],
- devC_params.g[2]) * 0.9;
+ devC_params.g[2]);
// Add Neumann BC at top wall
//if (i_z >= wall0_iz - 1)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.