Organisation of the files
📁 examples
Directory containing example simulations or processings. The example name helloworld can be a starting point.
📁 prepro
Some preprocessing applications.
📁
confeditTool for editing configurations.📁
convertersConversion applications.📁
stl2shapeConverter for STL files to shape format.📁
tess2shapeConverter for tessellation files to shape format.📁
tif2rockableConverter for TIF files to a format usable for rock simulations.
📁
genesisDirectory for data generation tools.📁
cpptoolsTools written in C++ for data generation.📁
SpherePackerTool for sphere packing.📁
TubePackerTool for tube packing.
📁
shapesurveyTool for shape analysis.
📁 src
Main source directory containing the source code of Rockable.
📁
AppsApplications of the project:rockablefor computation,seefor visualisation, and other tools.📁
BodyForcesClasses for body forces.📁
BoundariesClasses for boundary conditions.📁
CoreCore classes of the project.📁
DataExtractorsClasses for data extraction.📁
ForceLawsClasses for force laws.📁
PostProcessorsClasses for post-processing.📁
PreproCommandsClasses for preprocessing.📁
ProcessingToolsProcessing tools.
📁 test
Directory containing non-regression tests for the project. It would be nice to add more tests.