Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
c2cdc2cc
Commit
c2cdc2cc
authored
Apr 03, 2018
by
Mark Olesen
Browse files
TUT: test parallel for sphereTransport tutorial
parent
c5d46571
Changes
4
Hide whitespace changes
Inline
Side-by-side
tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/Allclean
View file @
c2cdc2cc
...
...
@@ -6,4 +6,6 @@ cleanTimeDirectories
cleanFaMesh
rm
-rf
processor
*
#------------------------------------------------------------------------------
tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/Allrun-parallel
0 → 100755
View file @
c2cdc2cc
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
# Tutorial run functions
runApplication makeFaMesh
runApplication decomposePar
runParallel
$(
getApplication
)
runApplication reconstructPar
#------------------------------------------------------------------------------
tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/system/decomposeParDict
0 → 100644
View file @
c2cdc2cc
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 8;
method simple;
coeffs
{
n (2 2 2);
}
// ************************************************************************* //
tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/system/faSolution
View file @
c2cdc2cc
...
...
@@ -19,7 +19,7 @@ solvers
{
Cs
{
solver PBiCG;
solver PBiCG
Stab
;
preconditioner DILU;
minIter 0;
maxIter 2000;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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