Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (1)
TUT: adjust finite-area tutorial
· d51b1c14
Mark OLESEN
authored
Dec 12, 2022
d51b1c14
Hide whitespace changes
Inline
Side-by-side
src/Allwmake
View file @
d51b1c14
...
...
@@ -6,6 +6,7 @@ cd "${0%/*}" || exit # Run from this directory
if
have_adios2
then
echo_adios2
adiosFoam/Allwmake
adiosWrite/Allwmake
else
...
...
tutorials/finiteArea/surfactantFoam/planeTransport/0/Cs
→
tutorials/finiteArea/surfactantFoam/planeTransport/0
.orig
/Cs
View file @
d51b1c14
File moved
tutorials/finiteArea/surfactantFoam/planeTransport/0/Us
→
tutorials/finiteArea/surfactantFoam/planeTransport/0
.orig
/Us
View file @
d51b1c14
File moved
tutorials/finiteArea/surfactantFoam/planeTransport/Allclean
View file @
d51b1c14
...
...
@@ -3,7 +3,6 @@ cd "${0%/*}" || exit # Run from this directory
.
${
WM_PROJECT_DIR
:?
}
/bin/tools/CleanFunctions
# Tutorial clean functions
# -----------------------------------------------------------------------------
cleanCase
cleanFaMesh
cleanCase0
#------------------------------------------------------------------------------
tutorials/finiteArea/surfactantFoam/planeTransport/Allrun
View file @
d51b1c14
...
...
@@ -3,6 +3,8 @@ cd "${0%/*}" || exit # Run from this directory
.
${
WM_PROJECT_DIR
:?
}
/bin/tools/RunFunctions
# Tutorial run functions
# -----------------------------------------------------------------------------
restore0Dir
runApplication blockMesh
runApplication makeFaMesh
...
...
tutorials/finiteArea/surfactantFoam/planeTransport/
constant/faMesh
/faMeshDefinition
→
tutorials/finiteArea/surfactantFoam/planeTransport/
system
/faMeshDefinition
View file @
d51b1c14
File moved