Skip to content
Commits on Source (1)
  • Mark OLESEN's avatar
    TUT: update tutorials · 9b506551
    Mark OLESEN authored
    - adjust tutorial headers to refer to the repository location.
    - no copyright for tutorial settings
    
    - test parallel execution. Using an alternative decomposeParDict
      now works, but redistributePar still now working for faMesh.
    
    - NOTE: pMesh with 64-bit label-size appears to fail
    9b506551
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -29,5 +29,4 @@ boundaryField
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -29,5 +29,4 @@ boundaryField
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -29,5 +29,4 @@ boundaryField
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant/faMesh";
object faMeshDefinition;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class uniformDimensionedVectorField;
location "constant";
object g;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,12 +10,10 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object releaseArea;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fields
(
h
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -12,7 +12,6 @@ FoamFile
class dictionary;
object demMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
minX 0.;
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -19,7 +18,6 @@ pressureFeedback off;
explicitDryAreas on;
xi xi [ 0 0 0 0 0 0 0] 1;
hmin hmin [ 0 1 0 0 0 0 0] 0;
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -51,5 +50,4 @@ initDeltaT yes;
maxCo 1.0;
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -22,5 +22,4 @@ coeffs
n (2 2 1);
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object faSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -56,5 +55,4 @@ fluxRequired
h;
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object faSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -29,5 +29,4 @@ boundaryField
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -29,5 +29,4 @@ boundaryField
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -29,5 +29,4 @@ boundaryField
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant/faMesh";
object faMeshDefinition;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class uniformDimensionedVectorField;
location "constant";
object g;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | faSavageHutterFOAM |
| \\ / A nd | Copyright (C) 2017 Matthias Rauter |
| \\ / O peration | Version: avalanche |
| \\ / A nd | https://develop.openfoam.com/Community/avalanche|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
......@@ -10,12 +10,10 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object releaseArea;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fields
(
h
......