Skip to content

Commit

Permalink
Change to MRT for 1 phase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgigliotti authored Dec 15, 2021
1 parent 3865c62 commit 12f7715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/1-phase_LBM/permeability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ namespace patch
using namespace plb;

typedef double T;
#define DESCRIPTOR descriptors::D3Q19Descriptor
//#define DESCRIPTOR descriptors::MRTD3Q19Descriptor
//#define DESCRIPTOR descriptors::D3Q19Descriptor
#define DESCRIPTOR descriptors::MRTD3Q19Descriptor

// This function object returns a zero velocity, and a pressure which decreases
// linearly in x-direction. It is used to initialize the particle populations.
Expand Down

0 comments on commit 12f7715

Please sign in to comment.