![]() |
ESPResSo 3.2.0-11-g9950804-git
Extensible Simulation Package for Soft Matter Research
|
Structure to specify a boundary. More...
#include <lb-boundaries.h>

Data Fields | |
| int | type |
| type of the boundary. | |
| double | slip_pref |
| union { | |
| Constraint_wall wal | |
| Constraint_sphere sph | |
| Constraint_cylinder cyl | |
| Constraint_rhomboid rhomboid | |
| Constraint_pore pore | |
| } | c |
| double | force [3] |
| double | velocity [3] |
Structure to specify a boundary.
Definition at line 63 of file lb-boundaries.h.
| union { ... } LB_Boundary::c |
Definition at line 71 of file lb-boundaries.h.
Referenced by lb_init_boundaries(), lbboundary_mindist_position(), tclcommand_lbboundary_cylinder(), and tclcommand_printLbBoundaryToResult().
| double LB_Boundary::force[3] |
Definition at line 75 of file lb-boundaries.h.
Referenced by generate_lbboundary(), lb_bounce_back(), lb_collide_stream(), and lb_reinit_forces().
Definition at line 73 of file lb-boundaries.h.
Referenced by lb_init_boundaries(), lbboundary_mindist_position(), tclcommand_lbboundary_pore(), and tclcommand_printLbBoundaryToResult().
Definition at line 72 of file lb-boundaries.h.
Referenced by lb_init_boundaries(), lbboundary_mindist_position(), tclcommand_lbboundary_rhomboid(), and tclcommand_printLbBoundaryToResult().
| double LB_Boundary::slip_pref |
Definition at line 66 of file lb-boundaries.h.
Definition at line 70 of file lb-boundaries.h.
Referenced by lb_init_boundaries(), lbboundary_mindist_position(), tclcommand_lbboundary_sphere(), and tclcommand_printLbBoundaryToResult().
type of the boundary.
Definition at line 65 of file lb-boundaries.h.
Referenced by generate_lbboundary(), tclcommand_lbboundary_cylinder(), tclcommand_lbboundary_pore(), tclcommand_lbboundary_rhomboid(), tclcommand_lbboundary_sphere(), tclcommand_lbboundary_wall(), and tclcommand_printLbBoundaryToResult().
| double LB_Boundary::velocity[3] |
Definition at line 76 of file lb-boundaries.h.
Referenced by generate_lbboundary(), lb_bounce_back(), lb_init_boundaries(), lb_lbfluid_get_interpolated_velocity(), and tclcommand_lbboundary_wall().
Definition at line 69 of file lb-boundaries.h.
Referenced by lb_init_boundaries(), lbboundary_mindist_position(), tclcommand_lbboundary_wall(), and tclcommand_printLbBoundaryToResult().
1.7.5.1