ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
lb_tracers.cpp File Reference
#include "config/config.hpp"
#include "BoxGeometry.hpp"
#include "LocalBox.hpp"
#include "cell_system/CellStructure.hpp"
#include "errorhandling.hpp"
#include "forces.hpp"
#include "lb/Solver.hpp"
#include "lb/particle_coupling.hpp"
+ Include dependency graph for lb_tracers.cpp:

Go to the source code of this file.

Functions

static bool lb_sanity_checks (LB::Solver const &lb)
 
void lb_tracers_add_particle_force_to_fluid (CellStructure &cell_structure, BoxGeometry const &box_geo, LocalBox const &local_box, LB::Solver &lb)
 
void lb_tracers_propagate (CellStructure &cell_structure, LB::Solver const &lb, double time_step)
 

Function Documentation

◆ lb_sanity_checks()

static bool lb_sanity_checks ( LB::Solver const &  lb)
static

◆ lb_tracers_add_particle_force_to_fluid()

◆ lb_tracers_propagate()