tutorials/modules/multiRegion/film/cylinderVoF/Allrun: Added runApplication

This commit is contained in:
Henry Weller
2023-04-30 17:03:01 +01:00
parent a2ad716761
commit 7b95a0d31c
2 changed files with 1 additions and 48 deletions

View File

@ -27,6 +27,6 @@ printf "\n%s\n" "Creating files for paraview post-processing"
paraFoam -touchAll
echo
# runApplication $(getApplication)
runApplication $(getApplication)
#------------------------------------------------------------------------------

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
method metis;
simpleCoeffs
{
n (2 2 1);
}
hierarchicalCoeffs
{
n (1 1 1);
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
}
distributed no;
roots ( );
// ************************************************************************* //