Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Droplet Deformation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AVT-FVT
public
Droplet Deformation
Commits
eb88f1c3
Commit
eb88f1c3
authored
2 months ago
by
ssibirtsev
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
c493ef1b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-0
27 additions, 0 deletions
README.md
with
27 additions
and
0 deletions
README.md
0 → 100644
+
27
−
0
View file @
eb88f1c3
1.
Download the Droplet Deformation scripts (DropDeform_XYZ.py) and the conda environment for Windows (DropDeform_windows.yml):
https://git.rwth-aachen.de/avt-fvt/public/droplet-deformation/
2.
Open the DropDeform_main.py script with a code editor and install the environment DropDeform.yml:
-
conda env create -f DropDeform_windows.yml
3.
Set configuration parameters in DropDeform_config.py and run the DropDeform_main.py script.
...
98.
Script description and content:
-
DropDeform_main.py --> This is the main script to execute DropDeform.
-
DropDeform_config.py --> In this script configurations for the DropDeform_main.py script are set.
-
DropDeform_poly.py --> In this script polyhedral shape parameters for the DropDeform_main.py script are set.
-
DropDeform_deform.py --> This script contains all functions related to droplet deformation model.
-
DropDeform_bo.py --> This script contains all functions related to Bond number correlation.
-
DropDeform_excel.py --> This script contains all functions to export the results to excel.
99.
Troubleshooting
a) If you have problems with conda not finding the packages when creating the environment, try to add conda channels:
-
conda config --append channels conda-forge
-
conda config --append channels anaconda
b) If you have problems with creating the environment using the .YML file, try manual creation:
conda create -n DCNumPro python=3.10 xlwt numpy pandas sympy scipy tqdm
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment