Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
bcc1a499
Commit
bcc1a499
authored
Jun 05, 2020
by
Mark OLESEN
Browse files
TUT: add parallel test for laplacianFoam
- one of the simplest test applications to run quickly and test
parent
bb2ae5c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/basic/laplacianFoam/flange/Allrun-parallel
0 → 100755
View file @
bcc1a499
#!/bin/sh
cd
"
${
0
%/*
}
"
||
exit
# Run from this directory
.
${
WM_PROJECT_DIR
:?
}
/bin/tools/RunFunctions
# Tutorial run functions
#------------------------------------------------------------------------------
runApplication ansysToFoam flange.ans
-scale
0.001
runApplication decomposePar
runParallel
$(
getApplication
)
#------------------------------------------------------------------------------
tutorials/basic/laplacianFoam/flange/system/decomposeParDict
0 → 100644
View file @
bcc1a499
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
method scotch;
// ************************************************************************* //
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment