Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply new conventions on Turek Hron FSI3 case #130

Merged
merged 23 commits into from
Dec 17, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a710cbc
Rename all tutorial cases according to new naming scheme
uekerman Dec 14, 2020
5d28aa3
Merge branch 'restructure' of github.com:precice/tutorials into restr…
uekerman Dec 14, 2020
84678e3
Adjust FSI3 case to new conventions (flat hierarchy, names, etc)
uekerman Dec 14, 2020
ecde941
Delete dealii executable and add it to gitignore
uekerman Dec 15, 2020
83323ff
Add statement in FSI Readme that 25 parallel ranks are used
uekerman Dec 15, 2020
e3ef29d
Remove false comment in FSI3 readme
uekerman Dec 15, 2020
0e0bdf8
Extend statement on swak4Foam for FSI3 case
uekerman Dec 15, 2020
18bb347
Move removeObsoleteSolvers remark to pp section in FSI3 readme
uekerman Dec 15, 2020
f07ef0d
Apply some cosmetics to FSI3 readme
uekerman Dec 15, 2020
24c2389
Update turek-hron-fsi3/README.md
uekerman Dec 15, 2020
55ed5d1
Add more information on solid run script to FSI3 readme
uekerman Dec 15, 2020
1ae44bd
Update turek-hron-fsi3/README.md
uekerman Dec 15, 2020
cf22803
Split pp section into multiple paragraphs, FSI3 readme
uekerman Dec 15, 2020
0bb5496
Add extrapolation to FSI3 case again
uekerman Dec 15, 2020
31882ad
Add section on mesh refinement to FSI3 readme
uekerman Dec 15, 2020
ae091d3
Change watchpoint name to conventions, FSI3 case
uekerman Dec 15, 2020
7f511fe
Add figures according to the default coarse mesh
davidscn Dec 16, 2020
4d5c8b2
Merge pull request #1 from DavidSCN/uekerman-restructure
uekerman Dec 17, 2020
58fcdde
Update turek-hron-fsi3/README.md
uekerman Dec 17, 2020
709ae7b
Update turek-hron-fsi3/README.md
uekerman Dec 17, 2020
0a1ecf6
Update turek-hron-fsi3/README.md
uekerman Dec 17, 2020
0a6a214
Add some explanation how to use the refined meshes for FSI3
uekerman Dec 17, 2020
805f956
Remove OpenFOAM keyword scale from all FSI3 meshes
uekerman Dec 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,44 @@ echo "Cleaning..."

# Participant 1: Fluid (OpenFOAM)
Participant1="Fluid"
cd ${Participant1}
cd fluid-openfoam
# Clean the case
cleanCase
rm -rfv 0
# Create an empty .foam file for ParaView
# Note: ".foam" triggers the native OpenFOAM reader of ParaView.
# Change to ".OpenFOAM" to use the OpenFOAM reader provided with OpenFOAM.
touch ${Participant1}.foam

# Remove the log files
rm -fv ${Participant1}_blockMesh.log
rm -fv ${Participant1}_checkMesh.log
rm -fv ${Participant1}_decomposePar.log
rm -fv ${Participant1}.log
rm -fv ${Participant1}_reconstructPar.log

# Remove the preCICE-related log files
rm -fv \
precice-*.log \
precice-*-events.json

cd ..
# Remove the log files
rm -fv ${Participant1}_blockMesh.log
rm -fv ${Participant1}_checkMesh.log
rm -fv ${Participant1}_decomposePar.log
rm -fv ${Participant1}.log
rm -fv ${Participant1}_reconstructPar.log

# Participant 2: Solid (deal.II)
Participant2="Solid"
cd ./Solid/dealii_output
cd solid-dealii
# Clean the case
echo "Cleaning Solid case"
rm -fv solution-*.vtk
cd ..
rm -fv solution-*.vtk
cd ..

# Remove the log files
rm -fv ${Participant2}.log

# Remove the preCICE-related log files
echo "Deleting the preCICE log files..."
rm -fv \

# Remove the preCICE-related log files
rm -fv \
precice-*.log \
precice-*-events.json

# Output files for preCICE versions before 1.2:
rm -fv \
iterations-${Participant1}.txt iterations-${Participant2}.txt \
convergence-${Participant1}.txt convergence-${Participant2}.txt \
Events-${Participant1}.log Events-${Participant2}.log \
EventTimings-${Participant1}.log EventTimings-${Participant2}.log
cd ..

rm -rfv precice-run
rm -fv .${Participant1}-${Participant2}.address

echo "Cleaning complete!"
#------------------------------------------------------------------------------
62 changes: 0 additions & 62 deletions turek-hron-fsi3/OpenFOAM-CalculiX/Allclean

This file was deleted.

120 changes: 0 additions & 120 deletions turek-hron-fsi3/OpenFOAM-CalculiX/Allrun

This file was deleted.

1 change: 0 additions & 1 deletion turek-hron-fsi3/OpenFOAM-CalculiX/Allrun_parallel

This file was deleted.

19 changes: 0 additions & 19 deletions turek-hron-fsi3/OpenFOAM-CalculiX/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions turek-hron-fsi3/OpenFOAM-CalculiX/Solid/add_material.inp

This file was deleted.

Loading