~esys-p-dev/esys-particle/esys-darcy

« back to all changes in this revision

Viewing changes to Python/esys/lsm/Makefile.am

  • Committer: Qi Shao
  • Date: 2017-08-22 01:18:11 UTC
  • mfrom: (1179.1.4 ESyS-Darcy_clean)
  • Revision ID: q.shao@uq.edu.au-20170822011811-aq63qj2swi99l7w4
Added fluid phase and its forces on solid particles. Flows of fluid are calculated according to the Darcy's Law. The coupling of fluid and DEM is based on the poro-elastic theory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        RotParticleViPy.cpp \
82
82
        RotParticleViPy.h \
83
83
        RotThermalParticlePy.cpp \
84
 
        RotThermalParticlePy.h
 
84
        RotThermalParticlePy.h \
 
85
        FluidFieldSaverPrmsPy.cpp \
 
86
        FluidFieldSaverPrmsPy.h \
 
87
        FluidInteractionFieldSaverPrmsPy.cpp \
 
88
        FluidInteractionFieldSaverPrmsPy.h
85
89
 
86
90
libLsmPy_la_LIBADD  =                                            \
87
91
    $(top_builddir)/Foundation/libFoundation.la                  \