hemocell
Loading...
Searching...
No Matches
particleInfo.h
Go to the documentation of this file.
1/*
2This file is part of the HemoCell library
3
4HemoCell is developed and maintained by the Computational Science Lab
5in the University of Amsterdam. Any questions or remarks regarding this library
6can be sent to: info@hemocell.eu
7
8When using the HemoCell library in scientific work please cite the
9corresponding paper: https://doi.org/10.3389/fphys.2017.00563
10
11The HemoCell library is free software: you can redistribute it and/or
12modify it under the terms of the GNU Affero General Public License as
13published by the Free Software Foundation, either version 3 of the
14License, or (at your option) any later version.
15
16The library is distributed in the hope that it will be useful,
17but WITHOUT ANY WARRANTY; without even the implied warranty of
18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19GNU Affero General Public License for more details.
20
21You should have received a copy of the GNU Affero General Public License
22along with this program. If not, see <http://www.gnu.org/licenses/>.
23*/
24#ifndef PARTICLEINFO_H
25#define PARTICLEINFO_H
26
27#include "hemocell.h"
28#include "hemoCellFunctional.h"
29
30namespace hemo {
31
38
39class GatherParticleVelocity : public HemoCellGatheringFunctional<ParticleStatistics> {
40 public:
42 void processGenericBlocks(plb::Box3D, std::vector<plb::AtomicBlock3D*>);
44};
45class GatherParticleForce : public HemoCellGatheringFunctional<ParticleStatistics> {
46 public:
48 void processGenericBlocks(plb::Box3D, std::vector<plb::AtomicBlock3D*>);
49 GatherParticleForce * clone() const;
50};
51
57
58}
59#endif /* PARTICLEINFO_H */
60
Definition particleInfo.h:45
void processGenericBlocks(plb::Box3D, std::vector< plb::AtomicBlock3D * >)
Definition particleInfo.cpp:57
GatherParticleForce * clone() const
Definition particleInfo.cpp:151
Definition particleInfo.h:39
void processGenericBlocks(plb::Box3D, std::vector< plb::AtomicBlock3D * >)
Definition particleInfo.cpp:30
GatherParticleVelocity * clone() const
Definition particleInfo.cpp:150
Definition hemoCellFunctional.h:54
Definition hemocell.h:68
Definition particleInfo.h:52
static ParticleStatistics calculateForceStatistics(HemoCell *hemocell_)
Definition particleInfo.cpp:112
static ParticleStatistics calculateVelocityStatistics(HemoCell *hemocell_)
Definition particleInfo.cpp:84
double T
Definition constant_defaults.h:118
long unsigned int pluint
Definition constant_defaults.h:130
Definition config.cpp:34
Definition particleInfo.h:32
T avg
Definition particleInfo.h:35
T min
Definition particleInfo.h:33
pluint ncells
Definition particleInfo.h:36
T max
Definition particleInfo.h:34