Software Open Access

Self-folding of two-dimensional thin templates into pyramidal micro-structures by a liquid drop - a numerical model

Lecrivain, Gregory

Contact person(s)
Lecrivain, Gregory

Source files and selected raw data related to the manuscript "Self-folding of two-dimensional thin templates into pyramidal micro-structures by a liquid drop - a numerical model" by Gregory Lecrivain, Helmholtz-Zentrum Dresden-Rossendorf, Germany, 2024.

1) folder "manuscript",
This folder contains all text documents related to manuscript. Text and final figures are found in the directory.

2) folder "scripts"
This folder contains python and bash scripts used to post process the raw data and prepare the figures.You will need to install some python3 libraries. Use the following command
pip install pyquaternion matplotlib scipy intersect

3) folder "figures"
This folder contain information on how to run the simulations related to the figure.
More information in README file in each figure/figureX subfloder with X the figure number in the manuscript.

4) folder "src"
This folder contains the all c++ files related to the source code.

4.1)
Prior to compiling, you should have gcc(7.3.0), openmpi(2.1.2), make(4.3), cmake(3.20.2), python(3.8.0), blas(3.8.0), lapack(3.8.0), boost(1.78.0), and git(2.30.1) available on your machine. The version number in the parenthesis corresponds to the one I used on the local HPC available at my institution. In my case, I type "module load gcc/7.3.0 openmpi/2.1.2 make/4.3 cmake/3.20.2 python/3.8.0 blas/3.8.0 lapack/3.8.0 boost/1.78.0 git/2.30.1".

4.2)
To compile the libraries, open a terminal, cd to the src directory and type "make libs". All outputs will placed in the folder $HOME/local. The libraries' tarballs needed to compile the code are placed in the Libs directory.

4.3)
I have manually installed paraview 5.9.1 in $HOME/Paraview/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/. pvpython is used to export txt data (hinge, drop and three-phase contact line) to vtk format.

4.4)
Open your ~/.bashrc file and add the following lines.
export IGL_NUM_THREADS=1
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/libconfig-1.7.3/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/gmp-6.2.1/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/mpfr-4.1.0/lib
export PATH=$PATH:$HOME/Documents/microorigami/src #(or whereever, your chosen parent directory is)
export PATH=$PATH:$HOME/Documents/microorigami/scripts #(or whereever, your chosen parent directory is)
export PATH=$PATH:$HOME/Documents/microorigami/paraview/bin #(or whatever path you used)

4.5)
open a new terminal, cd to the src directory and type "make check_library_path". The terminal should return
"library path to libconfig is correct"
"library path to gmp is correct"
"library path to mpfr is correct"
If that is the case, i.e. the paths are correctly set. To compile, type "make main post". Alternatively, one can speed up the installation by typing "make -j 4 main post", where 4 is the number of cpus I use.

4.6)
Help is available in each header file (.h) in the form of doxygen comments. Type "make doxy". The folder html will appear under src.

4.7)
Type "make clean" to clean the src folder

5) folders "caX_sideY_ecZ.zip"
The zip files contains, where where X = 70 is the contact angle, Y = 5 the number of side panels and Z = 0.8, 1.6 and 2.4 the elasto-capillary number, are selected raw data related to Figure 10. All other raw data can be reproduced by following the commands in the README text file located in each figX folder, with X=1,2,...,13. After extraction, three folders will be created, namely wd/ca70/side5/ec0.8, wd/ca70/side5/ec1.6 and wd/ca70/side5/ec2.4, where wd is your working directory. To convert the data into human-readable format (txt, vtk, stl,...) type "source Utils.sh; ExportScript --verbose --submit" in the working directory wd on the hpc. The bash function ExportScript is located in "scripts/Utils.sh".

Files (30.6 GB)
Name Size
ca70_side5_ec0.8.zip
md5:1cac8f3afcff4b8d48d620f46f111044
10.2 GB Download
ca70_side5_ec1.6.zip
md5:16e74a86a6d3aa37e174253ce3b6a5e0
10.2 GB Download
ca70_side5_ec2.8.zip
md5:e8909b4150c3e3771463fb8df015e198
10.2 GB Download
figures.zip
md5:dc41ddf34908ae0477ec379a6f86beb9
7.9 MB Download
manuscript.zip
md5:9c55df13f03c7e956119066522168a02
7.3 MB Download
README.md
md5:67bc85f441e9f893718e4b7882658589
3.8 kB Download
scripts.zip
md5:2b75725690ef4cdabbee406f7d91ba8a
15.4 kB Download
src.zip
md5:00c77d91774751894edd6a39fe0b02d8
122.2 MB Download
237
112
views
downloads
All versions This version
Views 237104
Downloads 11260
Data volume 225.5 GB224.9 GB
Unique views 12654
Unique downloads 2712

Share

Cite as