hemocell
Loading...
Searching...
No Matches
examples
capillary
wedge.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
hemocell.h
"
4
#include "palabos3D.h"
5
#include "palabos3D.hh"
6
7
class
Wedge
{
8
public
:
9
static
std::tuple<unsigned, unsigned, unsigned>
domain_size
(
unsigned
resolution);
10
static
int
geometry
(plb::MultiBlockLattice3D<double, DESCRIPTOR> *&lattice,
unsigned
resolution);
11
static
plb::Array<double, 3>
driving_force
(
double
);
12
};
Wedge
Definition
wedge.h:7
Wedge::domain_size
static std::tuple< unsigned, unsigned, unsigned > domain_size(unsigned resolution)
Length refDirN with square cross section of 36x36 cells.
Definition
wedge.cpp:55
Wedge::geometry
static int geometry(plb::MultiBlockLattice3D< double, DESCRIPTOR > *&lattice, unsigned resolution)
Definition
wedge.cpp:59
Wedge::driving_force
static plb::Array< double, 3 > driving_force(double)
Definition
wedge.cpp:75
hemocell.h
Generated by
1.9.8