|
[Sponsors] |
March 7, 2017, 13:07 |
calcCoupled or calcNonCoupled?
|
#1 |
New Member
Saeed
Join Date: Sep 2016
Posts: 16
Rep Power: 10 |
When adding a new force for the particles (in src/lagrangian/intermediate/submodels/kinematic/particleForces) there are two methods available: calcCoupled() and calcConCoupled().
which of them should I choose? How should I calculate the coupled or non-coupled terms?? Thanks |
|
March 11, 2017, 07:20 |
|
#2 |
New Member
Saeed
Join Date: Sep 2016
Posts: 16
Rep Power: 10 |
Found the answer, If the force is between the particle and the carrier fluid it has to be calculated by the "calcCoupled" function (to be added to the source term of NV equation), otherwise (the force is only present between particles) it has to be calculated in the "calcNonCoupled" function.
|
|
|
|