![]() |
ESPResSo 3.2.0-11-g9950804-git
Extensible Simulation Package for Soft Matter Research
|
Parameters for a PORE constraint. More...
#include <interaction_data.h>
Data Fields | |
| double | pos [3] |
| center of the cylinder. | |
| double | axis [3] |
| Axis of the cylinder . | |
| double | rad_left |
| cylinder radius. | |
| double | rad_right |
| double | smoothing_radius |
| double | length |
| cylinder length. | |
| int | reflecting |
Parameters for a PORE constraint.
Definition at line 772 of file interaction_data.h.
| double Constraint_pore::axis[3] |
Axis of the cylinder .
Definition at line 776 of file interaction_data.h.
Referenced by calculate_pore_dist(), tclcommand_constraint_parse_pore(), tclcommand_lbboundary_pore(), and tclcommand_printLbBoundaryToResult().
| double Constraint_pore::length |
cylinder length.
(!!!NOTE this is only the half length of the cylinder.)
Definition at line 782 of file interaction_data.h.
Referenced by calculate_pore_dist(), tclcommand_constraint_parse_pore(), tclcommand_lbboundary_pore(), and tclcommand_printLbBoundaryToResult().
| double Constraint_pore::pos[3] |
center of the cylinder.
Definition at line 774 of file interaction_data.h.
Referenced by calculate_pore_dist(), tclcommand_constraint_parse_pore(), tclcommand_lbboundary_pore(), and tclcommand_printLbBoundaryToResult().
| double Constraint_pore::rad_left |
cylinder radius.
Definition at line 778 of file interaction_data.h.
Referenced by calculate_pore_dist(), tclcommand_constraint_parse_pore(), tclcommand_lbboundary_pore(), and tclcommand_printLbBoundaryToResult().
| double Constraint_pore::rad_right |
Definition at line 779 of file interaction_data.h.
Referenced by calculate_pore_dist(), tclcommand_constraint_parse_pore(), tclcommand_lbboundary_pore(), and tclcommand_printLbBoundaryToResult().
Definition at line 783 of file interaction_data.h.
Referenced by add_constraints_forces(), tclcommand_constraint_parse_pore(), and tclcommand_lbboundary_pore().
Definition at line 780 of file interaction_data.h.
Referenced by calculate_pore_dist(), tclcommand_constraint_parse_pore(), and tclcommand_lbboundary_pore().
1.7.5.1