yade:updateHydroForceEngine

Last commit made on 2021-09-09
Get this branch:
git clone -b updateHydroForceEngine https://git.launchpad.net/yade

Branch merges

Branch information

Name:
updateHydroForceEngine
Repository:
lp:yade

Recent commits

70852f6... by Raphaël Maurin

HydroForceEngine: add shape variation example (R. Monthiller)
- add full framework developed by Remi Monthiller to vary the shape of the particles
- minor changes for handling clump in HydroForceEngine
- minor fix for compilation

b96ba7d... by Raphaël Maurin

HydroForceEngine: add bi-disperse example
- make fluid resolution compatible with bidisperse example
- add bidisperse example script and post processing from Remi Monthiller
- comment quickvalidations and rename files for clarity

b4a6102... by Raphaël Maurin

HydroForceEngine & ViscoElasticPM: add lubrication
- add possibility to apply lubrication forces in HydroForceEngine
- add possibility to calculate an effective restitution coefficient in ViscoelasticPM, to account for lubrication
- add example and validations script to use lubrication

1a5b1f9... by Raphaël Maurin

HydroForceEngine: update the validation file
- verifies directly the fluid validations (poiseuille & log profile)
- include a minimal coupled fluid-DEM script example which allows to compare the difference between two yade versions
- include an associated post-processing script

6052cb7... by Raphaël Maurin

HydroForceEngine: fasten fluid resolution
- put the mixing length computation out of the time loop (not necessary)

3319786... by Raphaël Maurin

HydroForceEngine: add fluid resolution options and examples
- add the formulation of the mixing length developed by Remi Monthiller
- add a pipeflow example (to be tested), going with the developed mixing length
- add a quick validation example, to compare to yade version
- fix an error in fluid resolution

6cde53e... by Raphaël Maurin

HydroForceEngine: adapt all the examples script
+ fix a minor mistake in fluid resolution from last commit

793b677... by Raphaël Maurin

HydroForceEngine: Modify and simplify averageProfile function
- merge averageProfile & averageProfilePP
- add a multiclass averaging and replace twoSize options (Remi Monthiller)
- simplify turbulentFluctuationModels
- comment & re-organize the files

031f861... by Raphaël Maurin

HydroForceEngine: add an initialization function

10ca6d6... by Raphaël Maurin

HydroForce engine: simplify turbulent fluctuations models
- remove unnecessary code by merging turbulentFluctuation with turbulentFluctuationsFluidizedBed. Only required to add an option (set by default for open channel flows).
- simplify the names of the turbulent fluctuations model