#include <SimulationParams.h>
Data Fields | |
| vector< string > | types |
| types of beads present More... | |
| string | folder |
| folder containing the tables. It can be either absolute or relative to the folder containing the ffea input file . More... | |
| int | inputData |
| 1 means read .force and .pot files, while 2 means read .pot and calculate the forces More... | |
| scalar | dist_to_m |
| scalar | E_to_J |
vector<string> types: types of beads present.
string folder: folder containing the tables. It can be either absolute or relative.
int inputData: 1 means read .force and .pot files, while 2 means read .pot and calculate the forces
| scalar PreComp_params::dist_to_m |
Referenced by PreComp_solver::init(), World::read_and_build_system(), and SimulationParams::write_to_file().
| scalar PreComp_params::E_to_J |
Referenced by PreComp_solver::init(), World::read_and_build_system(), and SimulationParams::write_to_file().
| string PreComp_params::folder |
folder containing the tables. It can be either absolute or relative to the folder containing the ffea input file .
Referenced by PreComp_solver::init(), World::read_and_build_system(), PreComp_solver::read_tabulated_values(), and SimulationParams::write_to_file().
| int PreComp_params::inputData |
1 means read .force and .pot files, while 2 means read .pot and calculate the forces
Referenced by PreComp_solver::init(), World::read_and_build_system(), and SimulationParams::write_to_file().
| vector<string> PreComp_params::types |
types of beads present
Referenced by PreComp_solver::init(), Blob::load_beads(), World::read_and_build_system(), and PreComp_solver::read_tabulated_values().