mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' into cvm
Conflicts: tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/extrudeToRegionMeshDict tutorials/lagrangian/reactingParcelFilmFoam/panel/system/extrudeToRegionMeshDict
This commit is contained in:
@ -27,6 +27,7 @@ License
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
#include "SortableList.H"
|
||||
#include "globalIndex.H"
|
||||
#include "SubField.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -117,6 +117,7 @@ License
|
||||
#include "Time.H"
|
||||
#include "OFstream.H"
|
||||
#include "globalIndex.H"
|
||||
#include "SubField.H"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
@ -1,4 +1,11 @@
|
||||
# Note including of mplib compilation rules. This
|
||||
# is purely to avoid scotch.h including mpicxx.h
|
||||
# which causes problems.
|
||||
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
|
||||
sinclude $(RULES)/mplib$(WM_MPLIB)
|
||||
|
||||
EXE_INC = \
|
||||
$(PFLAGS) $(PINC) \
|
||||
-I$(SCOTCH_ARCH_PATH)/include \
|
||||
-I/usr/include/scotch \
|
||||
-I../decompositionMethods/lnInclude
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd.
|
||||
\\ / A nd | Copyright (C) 2009-2011 OpenCFD Ltd.
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -65,7 +65,7 @@ License
|
||||
The current default mapping strategy in Scotch can be seen by using the
|
||||
"-vs" option of program gmap. It is, to date:
|
||||
|
||||
b
|
||||
r
|
||||
{
|
||||
job=t,
|
||||
map=t,
|
||||
@ -76,11 +76,17 @@ License
|
||||
{
|
||||
asc=b
|
||||
{
|
||||
bnd=d{pass=40,dif=1,rem=1}f{move=80,pass=-1,bal=0.005},
|
||||
org=f{move=80,pass=-1,bal=0.005},
|
||||
bnd=
|
||||
(
|
||||
d{pass=40,dif=1,rem=1}
|
||||
|
|
||||
)
|
||||
f{move=80,pass=-1,bal=0.002491},
|
||||
org=f{move=80,pass=-1,bal=0.002491},
|
||||
width=3
|
||||
},
|
||||
low=h{pass=10}f{move=80,pass=-1,bal=0.0005},
|
||||
low=h{pass=10}
|
||||
f{move=80,pass=-1,bal=0.002491},
|
||||
type=h,
|
||||
vert=80,
|
||||
rat=0.8
|
||||
@ -89,11 +95,17 @@ License
|
||||
{
|
||||
asc=b
|
||||
{
|
||||
bnd=d{pass=40,dif=1,rem=1}f{move=80,pass=-1,bal=0.005},
|
||||
org=f{move=80,pass=-1,bal=0.005},
|
||||
bnd=
|
||||
(
|
||||
d{pass=40,dif=1,rem=1}
|
||||
|
|
||||
)
|
||||
f{move=80,pass=-1,bal=0.002491},
|
||||
org=f{move=80,pass=-1,bal=0.002491},
|
||||
width=3
|
||||
},
|
||||
low=h{pass=10}f{move=80,pass=-1,bal=0.0005},
|
||||
low=h{pass=10}
|
||||
f{move=80,pass=-1,bal=0.002491},
|
||||
type=h,
|
||||
vert=80,
|
||||
rat=0.8
|
||||
@ -102,6 +114,9 @@ License
|
||||
}
|
||||
|
||||
|
||||
Note: instead of gmap run gpart <nProcs> -vs <grfFile>
|
||||
where <grfFile> can be obtained by running with 'writeGraph=true'
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "scotchDecomp.H"
|
||||
@ -110,6 +125,7 @@ License
|
||||
#include "Time.H"
|
||||
#include "OFstream.H"
|
||||
#include "globalIndex.H"
|
||||
#include "SubField.H"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user