hemocell
Loading...
Searching...
No Matches
bifurcation.h
Go to the documentation of this file.
1#pragma once
2
3#include "helper/geometry.h"
4#include "hemocell.h"
5#include "palabos3D.h"
6#include "palabos3D.hh"
7
9public:
10 static std::tuple<unsigned, unsigned, unsigned> domain_size(unsigned resolution);
11
12 static int geometry(plb::MultiBlockLattice3D<double, DESCRIPTOR> *&lattice,
13 unsigned resolution, double capillary_diameter);
14
15 static plb::Array<double, 3> driving_force(double);
16};
Definition bifurcation.h:8
static plb::Array< double, 3 > driving_force(double)
Definition bifurcation.cpp:96
static int geometry(plb::MultiBlockLattice3D< double, DESCRIPTOR > *&lattice, unsigned resolution, double capillary_diameter)
Geometry definition for the bifurcating capillary channel. The geometry is defined as a single channe...
Definition bifurcation.cpp:12
static std::tuple< unsigned, unsigned, unsigned > domain_size(unsigned resolution)
Definition bifurcation.cpp:4